Commit Graph

10 Commits

Author SHA1 Message Date
matthewcroughan
b7bd9f06e0 scion: use mattn/go-sqlite3 instead of modernc.org/sqlite
This may help with path database corruption issues during power outage.
mattn/go-sqlite3 is a CGO wrapper for the official sqlite
implementation, whereas modernc/sqlite is transpiled from C
2024-07-03 09:08:58 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Sigmanificient
cc8120d3ff pkgs/by-name: remove unuseed fetchpatch arguments 2024-05-24 02:49:58 +02:00
Robert James Hernandez
b8ef7d3874 scion: 0.10.0 -> 0.11.0
Includes removal of TestOpensslCompatible skipTest, skipTest function,
and patch upstreamed in 0.11.0
2024-05-16 13:13:41 +00:00
matthewcroughan
43310164e4 scion: add passthru.tests 2024-03-27 08:02:59 +00:00
matthewcroughan
716f10c176 scion: rename binaries
These are the names of the binaries as they are distributed in some
places. Upstream systemd services even depend upon these names, it is
going to be helpful to keep this naming consistent, for bootstrapping
2024-03-27 07:04:35 +00:00
matthewcroughan
4e9dc84506 scion: buildGo121Modules -> buildGoModule
made possible by an upstream fix to golden test conditions
2024-03-25 21:49:16 +00:00
matthewcroughan
b0da52a02f scion: use buildGo121Module 2024-03-24 11:23:35 +00:00
Robert James Hernandez
989bc7bc16 scion: add matthewcroughan as maintainer 2024-03-04 21:33:08 +00:00
Robert James Hernandez
40b12aec80 scion: init at 0.10.0 2024-03-04 21:33:08 +00:00