Commit Graph

10 Commits

Author SHA1 Message Date
emilylange
5d0bff94ca
laurel: fix compiling on aarch64-linux
This solves the following build error:

~~~
error: linker `aarch64-linux-gnu-gcc` not found
  |
  = note: No such file or directory (os error 2)
~~~

Which happens on aarch64-linux and armv7-linux because upstream
redirects the linker for that platform in
https://github.com/threathunters-io/laurel/blob/v0.6.3/.cargo/config.toml

Since there is nothing else besides linker redirects in there, we simply
delete the whole file.
2024-08-03 16:38:03 +02:00
R. Ryantm
5e1a7105f5 laurel: 0.6.2 -> 0.6.3 2024-08-02 02:16:14 +00:00
R. Ryantm
a0edee0fea laurel: 0.6.1 -> 0.6.2 2024-05-17 02:52:31 +00:00
emilylange
56be60c27b
laurel: 0.6.0 -> 0.6.1
https://github.com/threathunters-io/laurel/releases/tag/v0.6.1

diff: https://github.com/threathunters-io/laurel/compare/v0.6.0...v0.6.1
2024-03-16 03:28:30 +01:00
emilylange
1f4d82f1ac
laurel: 0.5.6 -> 0.6.0
https://github.com/threathunters-io/laurel/releases/tag/v0.6.0

diff: https://github.com/threathunters-io/laurel/compare/refs/tags/v0.5.6...v0.6.0
2024-03-01 19:13:51 +01:00
R. RyanTM
5026f74653
laurel: 0.5.5 -> 0.5.6
https://github.com/threathunters-io/laurel/releases/tag/v0.5.6

diff: https://github.com/threathunters-io/laurel/compare/v0.5.5...v0.5.6
2024-01-17 14:56:18 +01:00
emilylange
7f9184873d
laurel: 0.5.3 -> 0.5.5
https://github.com/threathunters-io/laurel/releases/tag/v0.5.5
https://github.com/threathunters-io/laurel/releases/tag/v0.5.4

diff: https://github.com/threathunters-io/laurel/compare/v0.5.4...v0.5.5
diff: https://github.com/threathunters-io/laurel/compare/v0.5.3...v0.5.4
2023-11-16 22:06:06 +01:00
emilylange
3be38faf59
laurel: 0.5.2 -> 0.5.3
https://github.com/threathunters-io/laurel/releases/tag/v0.5.3
diff: https://github.com/threathunters-io/laurel/compare/v0.5.2...v0.5.3
2023-07-18 13:42:04 +02:00
emilylange
b0e7f7f5db
maintainers: rename indeednotjames to emilylange 2023-05-21 16:01:35 +02:00
IndeedNotJames
d9389772d2
laurel: init at 0.5.2 2023-05-03 12:07:29 +02:00