mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #12740 from zhanhb/conffiles
treewide: add and fix conffiles
This commit is contained in:
@@ -39,9 +39,6 @@ define Package/ipmitool/install
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/ipmitool $(1)/usr/sbin/
|
||||
endef
|
||||
|
||||
define Package/ipmitool/conffiles
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-intf-lan \
|
||||
--enable-intf-lanplus \
|
||||
|
||||
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=addrwatch
|
||||
PKG_VERSION:=1.0.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/fln/addrwatch/releases/download/v$(PKG_VERSION)
|
||||
|
||||
+2
-2
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=i2pd
|
||||
PKG_VERSION:=2.30.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
@@ -43,7 +43,7 @@ define Package/i2pd/conffiles
|
||||
/etc/config/i2pd
|
||||
/etc/i2pd/i2pd.conf
|
||||
/etc/i2pd/tunnels.conf
|
||||
/etc/i2pd/tunnels.d/*
|
||||
/etc/i2pd/tunnels.d/
|
||||
endef
|
||||
|
||||
TARGET_LDFLAGS+=-latomic
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
# Name and release number of this package
|
||||
PKG_NAME:=noddos
|
||||
PKG_VERSION:=0.5.5
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=5
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://github.com/noddos/noddos/releases/download/v$(PKG_VERSION)/
|
||||
|
||||
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=openssh
|
||||
PKG_VERSION:=8.3p1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
||||
@@ -94,8 +94,10 @@ endef
|
||||
|
||||
define Package/openssh-server/conffiles
|
||||
/etc/ssh/sshd_config
|
||||
/etc/ssh/ssh_host_*_key
|
||||
/etc/ssh/ssh_host_*_key.pub
|
||||
/etc/ssh/ssh_host_ed25519_key
|
||||
/etc/ssh/ssh_host_ed25519_key.pub
|
||||
/etc/ssh/ssh_host_rsa_key
|
||||
/etc/ssh/ssh_host_rsa_key.pub
|
||||
endef
|
||||
|
||||
define Package/openssh-server-pam
|
||||
|
||||
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=restic-rest-server
|
||||
PKG_VERSION:=0.9.7
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/rest-server-$(PKG_VERSION)
|
||||
PKG_SOURCE:=rest-server-$(PKG_VERSION).tar.gz
|
||||
@@ -33,6 +33,10 @@ define Package/restic-rest-server
|
||||
CATEGORY:=Network
|
||||
endef
|
||||
|
||||
define Package/restic-rest-server/conffiles
|
||||
/etc/config/restic-rest-server
|
||||
endef
|
||||
|
||||
define Package/restic-rest-server/description
|
||||
Rest Server is a high performance HTTP server that implements restic's REST backend
|
||||
API. It provides secure and efficient way to backup data remotely, using restic
|
||||
|
||||
@@ -14,7 +14,7 @@ PKG_BUGFIX_MAJOR_VERSION:=5
|
||||
PKG_BUGFIX_MINOR_VERSION:=.2
|
||||
PKG_VERSION:=$(PKG_MAJOR_MINOR_VERSION).$(PKG_BUGFIX_MAJOR_VERSION)$(PKG_BUGFIX_MINOR_VERSION)
|
||||
PKG_DIRECTORY:=$(PKG_MAJOR_MINOR_VERSION).$(PKG_BUGFIX_MAJOR_VERSION)
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE_URL:=http://shorewall.org/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \
|
||||
http://slovakia.shorewall.net/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \
|
||||
|
||||
@@ -12,7 +12,7 @@ PKG_NAME:=softethervpn
|
||||
PKG_VERSION:=4.29-9680
|
||||
PKG_VERREL:=rtm
|
||||
PKG_VERDATE:=2019.02.28
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE:=softether-src-v$(PKG_VERSION)-$(PKG_VERREL).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.softether-download.com/files/softether/v$(PKG_VERSION)-$(PKG_VERREL)-$(PKG_VERDATE)-tree/Source_Code/
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=squid
|
||||
PKG_VERSION:=4.6
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=5
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=http://www3.us.squid-cache.org/Versions/v4/ \
|
||||
|
||||
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=device-observatory
|
||||
PKG_VERSION:=1.2.0
|
||||
PKG_RELEASE:=5
|
||||
PKG_RELEASE:=6
|
||||
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/mwarning/device-observatory/tar.gz/v$(PKG_VERSION)?
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
@@ -22,6 +22,10 @@ define Package/device-observatory
|
||||
DEPENDS:=+iw +libpcap +libmicrohttpd
|
||||
endef
|
||||
|
||||
define Package/device-observatory/conffiles
|
||||
/etc/config/device-observatory
|
||||
endef
|
||||
|
||||
define Package/device-observatory/description
|
||||
Show information about connected devices and connections to increase security awareness.
|
||||
endef
|
||||
|
||||
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=prometheus-statsd-exporter
|
||||
PKG_VERSION:=0.15.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=statsd_exporter-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/prometheus/statsd_exporter/tar.gz/v${PKG_VERSION}?
|
||||
@@ -42,6 +42,7 @@ define Package/prometheus-statsd-exporter/install
|
||||
endef
|
||||
|
||||
define Package/prometheus-statsd-exporter/conffiles
|
||||
/etc/config/prometheus-statsd-exporter
|
||||
/etc/prometheus-statsd-exporter.yml
|
||||
endef
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=sane-backends
|
||||
PKG_VERSION:=1.0.30
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://gitlab.com/sane-project/backends/uploads/c3dd60c9e054b5dee1e7b01a7edc98b0
|
||||
|
||||
Reference in New Issue
Block a user