1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-23 05:30:31 -04:00
ports/security/i2p/files/patch-installer-resources-postinstall.sh
Carlo Strub 1c5c205e4e - Update to 0.9.14
- Fixes serious de-anonymization attack

MFH:		2014Q3
2014-07-29 20:35:38 +00:00

11 lines
556 B
Bash

--- installer/resources/postinstall.sh.orig 2014-07-28 20:57:21.000000000 +0200
+++ installer/resources/postinstall.sh 2014-07-28 20:58:49.000000000 +0200
@@ -53,7 +53,7 @@
else
wrapperpath="./lib/wrapper/linux64"
# the 32bit libwrapper.so will be needed if a 32 bit jvm is used
- cp ./lib/wrapper/linux/libwrapper.so ./lib/libwrapper-linux-x86-32.so
+ cp ./lib/wrapper/freebsd/libwrapper.so ./lib/libwrapper-freebsd-x86-32.so
fi
cp ${wrapperpath}/libwrapper.so ./lib/
;;