From: R4SAS I2P Date: Mon, 14 Oct 2024 18:12:02 +0000 (+0000) Subject: i2pd: Update to 2.54.0 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=f28940ddedc6f9cd39b0825e56422c13b93e4c39;p=feed%2Fpackages.git i2pd: Update to 2.54.0 * Updating package to 2.54.0 * Changed Makefile to install binary to /usr/bin (as in upstream) * Updated init.rc script with new path Signed-off-by: R4SAS I2P --- diff --git a/net/i2pd/Makefile b/net/i2pd/Makefile index ccba2ecb12..5d02f14b39 100644 --- a/net/i2pd/Makefile +++ b/net/i2pd/Makefile @@ -1,7 +1,7 @@ # # Copyright (C) 2015, 2016 gxcreator # Copyright (C) 2017 OpenWrt.org -# Copyright (C) 2021-2023 PurpleI2P team +# Copyright (C) 2021-2024 PurpleI2P team # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,13 +10,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=i2pd -PKG_VERSION:=2.53.1 +PKG_VERSION:=2.54.0 PKG_RELEASE:=1 PKG_BUILD_PARALLEL:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/PurpleI2P/i2pd/tar.gz/$(PKG_VERSION)? -PKG_HASH:=c6863d853905e7594ea661595ea591055f8f2f018b9b90507d5a43a6456188ea +PKG_HASH:=5c3f703417bb5f3e5dda642d39c5d30593a5dcf69d5a5ecfe82d5e8a7d454aaf PKG_MAINTAINER:=David Yang PKG_LICENSE:=BSD-3-Clause @@ -28,8 +28,8 @@ include $(INCLUDE_DIR)/package.mk define Package/i2pd SECTION:=net CATEGORY:=Network - DEPENDS:=+libopenssl +boost +boost-system +boost-filesystem \ - +boost-program_options +boost-date_time +libatomic +zlib + DEPENDS:=+libopenssl +boost +boost-system \ + +boost-program_options +libatomic +zlib TITLE:=full-featured C++ implementation of I2P client URL:=https://github.com/PurpleI2P/i2pd USERID:=i2pd:i2pd @@ -51,8 +51,8 @@ define Package/i2pd/conffiles endef define Package/i2pd/install - $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/i2pd $(1)/usr/sbin + $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/i2pd $(1)/usr/bin $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/i2pd.init $(1)/etc/init.d/i2pd $(INSTALL_DIR) $(1)/usr/share/i2pd diff --git a/net/i2pd/files/i2pd.init b/net/i2pd/files/i2pd.init index 49ef4ffd21..3e42065340 100755 --- a/net/i2pd/files/i2pd.init +++ b/net/i2pd/files/i2pd.init @@ -8,7 +8,7 @@ START=90 STOP=10 # default params -PROG=/usr/sbin/i2pd +PROG=/usr/bin/i2pd USER="i2pd" GROUP="i2pd" PIDFILE=/var/run/i2pd.pid