diff --git a/srcpkgs/i2pd/patches/60-musl.patch b/srcpkgs/i2pd/patches/60-musl.patch deleted file mode 100644 index 7313f5d5aa7..00000000000 --- a/srcpkgs/i2pd/patches/60-musl.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/DaemonLinux.cpp b/DaemonLinux.cpp -index edd15f07..126b4689 100644 ---- DaemonLinux.cpp -+++ DaemonLinux.cpp -@@ -78,9 +78,9 @@ namespace i2p - - #if !defined(__OpenBSD__) - // point std{in,out,err} descriptors to /dev/null -- stdin = freopen("/dev/null", "r", stdin); -- stdout = freopen("/dev/null", "w", stdout); -- stderr = freopen("/dev/null", "w", stderr); -+ freopen("/dev/null", "r", stdin); -+ freopen("/dev/null", "w", stdout); -+ freopen("/dev/null", "w", stderr); - #endif - } - diff --git a/srcpkgs/i2pd/template b/srcpkgs/i2pd/template index e3ac4c66b43..e8d27df15e7 100644 --- a/srcpkgs/i2pd/template +++ b/srcpkgs/i2pd/template @@ -1,7 +1,7 @@ # Template file for 'i2pd' pkgname=i2pd -version=2.11.0 -revision=5 +version=2.15.0 +revision=1 short_desc="I2P Daemon - a full-featured C++ implementation of I2P client" homepage="http://i2pd.website/" license="BSD" @@ -10,7 +10,7 @@ make_build_args="USE_UPNP=yes" maintainer="Obosob " makedepends="zlib-devel boost-devel libressl-devel miniupnpc-devel" distfiles="https://github.com/PurpleI2P/i2pd/archive/${version}.tar.gz" -checksum=4d7946e33a6a1dd4439590ea23b494f36e6fbcb81f7b36857bf264413a19e9db +checksum=87649a1963b1d1b8f9424c0bccbdf6bbde0bb87db8dcf0b5c61f4c7f13181b86 system_accounts="_i2pd" case "${XBPS_TARGET_MACHINE}" in @@ -21,9 +21,9 @@ esac do_install() { vbin i2pd vman debian/i2pd.1 - vsconf docs/i2pd.conf - vsconf docs/tunnels.conf - vsconf docs/subscriptions.txt + vsconf contrib/i2pd.conf + vsconf contrib/tunnels.conf + vsconf contrib/subscriptions.txt vlicense LICENSE } post_install() {