Jeff Becker
6984cda3a6
add pybind and router hive to ci
2020-06-08 15:50:12 -04:00
Jeff
45cda241f0
Merge pull request #1272 from majestrate/exit-nodes-2020-05-16
...
exit traffic via snapps
2020-06-01 14:42:43 -04:00
Jeff Becker
242ab3caba
rename lokinet-exit too to lokinet-vpn
...
install lokinet-vpn tool for use with debian packaging
2020-05-29 12:31:57 -04:00
Rick V
5529371637
RouterContact::[Read|Write] now take a fs::path const ref
2020-05-26 22:39:01 -05:00
Jeff Becker
b572e7a7cd
add lokinet-exit.py script
2020-05-25 09:50:55 -04:00
Jeff Becker
6af498092b
exit traffic via loki addresses
2020-05-23 16:07:19 -04:00
Jason Rhinelander
8851766c5d
macos static build & upload
2020-05-23 14:21:05 -03:00
Jason Rhinelander
cf447dc3a4
Build (and upload) debs by merging into the deb branches
...
Similar to the static files, the debs also end up under
builds.lokinet.dev/deb.
2020-05-23 11:33:50 -03:00
Jason Rhinelander
f54beadaa9
Add tar+upload to builds.lokinet.dev of static build
...
Relies on an SSH_KEY secret being set in the repository.
Also move the linked library check to a bash script because escaping a
value in jsonnet (escape once) that gets passed through yaml (escape
twice) and then bash (escape again) is too painful.
2020-05-23 00:36:30 -03:00
Jason Rhinelander
5b7d194ff1
Merge remote-tracking branch 'origin/master' into dev
2020-05-22 00:45:24 -03:00
Jeff Becker
64157d5d44
track libcurl and libuv with cmake, add libuv submodule
2020-05-17 14:53:28 -03:00
Jeff Becker
57a737290c
relicense to GPL3
2020-05-15 11:26:04 -04:00
Jason Rhinelander
1a552d580e
More macos uninstall hackery
2020-04-22 00:04:13 -03:00
Jason Rhinelander
86a67db87a
After touching, macos needs some sleep
2020-04-21 23:39:25 -03:00
Jason Rhinelander
2be546557f
Touch the magic file
2020-04-21 23:14:41 -03:00
Jason Rhinelander
d48a54363d
Restore DNS via signal handler
...
If we get signalled we still want to run it, but a signal on the script
could result in us exiting early.
2020-04-21 22:55:11 -03:00
Stephen Shelton
47806b4408
Handle no-explicitly-set-dns case in launchd script
2020-04-21 14:51:17 -06:00
Stephen Shelton
b4b2e91bb5
Handle no-explicitly-set-dns case in launchd script
2020-04-21 14:47:36 -06:00
Jason Rhinelander
dacea9a2bc
Add stapling after notarization
2020-04-21 16:25:30 -03:00
Stephen Shelton
b56ff52ad9
Include macos uninstall script
2020-04-21 16:25:30 -03:00
Jason Rhinelander
2036bcaf8f
NOTARIZE only has one O
2020-04-21 16:25:30 -03:00
Jason Rhinelander
35197a7620
codesigning and notarization
...
Codesigns and notarizes the package. Requires a bunch of stuff to
actually get this working. (see contrib/macos-signing.txt).
I'm currently also building with
-DLOKINET_GUI_REPO=https://github.com/jagerman/loki-network-control-panel.git -DLOKINET_GUI_CHECKOUT=cmake
because it needs the camke-ification PR for the control panel to
properly sign everything there.
2020-04-21 16:25:30 -03:00
Jason Rhinelander
d65a0c97ed
Add simple installer readme
2020-04-21 16:25:30 -03:00
Jason Rhinelander
1221a24c25
Change mac install prefix to /opt/lokinet
...
/usr/local is probably going to get stomped on by homebrew.
2020-04-21 16:25:30 -03:00
Jason Rhinelander
c9a8c67276
Build lokinet-gui with ExternalProject
...
Also installs it without the extra hack by specifying ../../Applications
for the destination. (This definitely feels kind of nasty, but it works).
2020-04-21 16:20:15 -03:00
Stephen Shelton
0388a10f81
Bundle gui in mac installer
2020-04-21 16:19:38 -03:00
Stephen Shelton
e80f20ecb8
MacOS installer / runtime nonsense
2020-04-21 16:19:38 -03:00
Jeff Becker
8cfc02ca56
add plist
2020-04-21 16:19:38 -03:00
Jeff Becker
b630a3135a
macos post install script that bootstraps, generates configs and registers plist
2020-04-21 16:19:38 -03:00
Jeff Becker
dbaed61100
make gitlab pump out 32 bit installers, no lto for builds as that is cursed for now.
2020-04-21 16:11:39 -03:00
Jason Rhinelander
4a0ee5c66f
Add stapling after notarization
2020-04-21 15:53:46 -03:00
Jeff
edc0d1a3ed
Merge pull request #1225 from majestrate/macos-cpack-setup-and-bootstrap-2020-04-10
...
macos cpack installer infra
2020-04-21 14:50:16 -04:00
Stephen Shelton
0b1c57f650
Include macos uninstall script
2020-04-21 00:28:27 -03:00
Jason Rhinelander
6da26bfa43
NOTARIZE only has one O
2020-04-20 21:51:24 -03:00
Rick V
96fc3cdd55
fix pybind
2020-04-20 19:09:21 -05:00
Jason Rhinelander
8d74407d11
codesigning and notarization
...
Codesigns and notarizes the package. Requires a bunch of stuff to
actually get this working. (see contrib/macos-signing.txt).
I'm currently also building with
-DLOKINET_GUI_REPO=https://github.com/jagerman/loki-network-control-panel.git -DLOKINET_GUI_CHECKOUT=cmake
because it needs the camke-ification PR for the control panel to
properly sign everything there.
2020-04-19 23:18:48 -03:00
Jason Rhinelander
0032f1fdde
Add simple installer readme
2020-04-19 23:18:48 -03:00
Jason Rhinelander
daf0174e53
Change mac install prefix to /opt/lokinet
...
/usr/local is probably going to get stomped on by homebrew.
2020-04-19 23:18:48 -03:00
Jason Rhinelander
93311fbc99
Build lokinet-gui with ExternalProject
...
Also installs it without the extra hack by specifying ../../Applications
for the destination. (This definitely feels kind of nasty, but it works).
2020-04-19 23:16:23 -03:00
Stephen Shelton
c20d5b186d
Bundle gui in mac installer
2020-04-19 23:16:23 -03:00
Stephen Shelton
dd3121d8ac
MacOS installer / runtime nonsense
2020-04-19 23:16:23 -03:00
Jeff Becker
b0936830d1
add plist
2020-04-19 23:16:23 -03:00
Jeff Becker
31f74b5ffb
macos post install script that bootstraps, generates configs and registers plist
2020-04-19 23:16:23 -03:00
Jason Rhinelander
612c65f2ab
hex-to-base32z.py: add -r flag to do reverse conversion
2020-04-14 12:44:09 -03:00
Jason Rhinelander
5e0a8cf738
Add ed25519 key to snode address script to contrib
2020-04-13 17:23:16 -03:00
Jeff Becker
3b26b8b24d
make gitlab pump out 32 bit installers, no lto for builds as that is cursed for now.
2020-04-02 11:08:08 -04:00
Jeff
375b09486e
Merge pull request #1196 from majestrate/lokinetmon-update-2020-03-24
...
update lokinetmon to work again with dns rebinding protection
2020-03-24 11:43:07 -04:00
Jeff Becker
510053cbce
update lokinetmon to work again with dns rebinding protection
2020-03-24 11:12:41 -04:00
Jeff Becker
e8c5a62ee8
remove unused cruft
2020-03-24 10:44:04 -04:00
Rick V
4cd7a22ca3
fix libsodium cross compile
2020-03-03 15:33:04 -06:00