mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
mailman: Adjust Makefile to be similar to other projects
Reorganization + HTTPS + CPE ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -8,14 +8,17 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mailman
|
PKG_NAME:=mailman
|
||||||
PKG_RELEASE:=1
|
|
||||||
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
|
||||||
PKG_VERSION:=2.1.29
|
PKG_VERSION:=2.1.29
|
||||||
PKG_HASH:=838872713601e8a124146e550f53709482c1ef168f1e16d201465c651cbf0d2c
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
||||||
|
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
||||||
|
PKG_HASH:=838872713601e8a124146e550f53709482c1ef168f1e16d201465c651cbf0d2c
|
||||||
|
|
||||||
PKG_MAINTAINER:=Denis Shulyaka <Shulyaka@gmail.com>
|
PKG_MAINTAINER:=Denis Shulyaka <Shulyaka@gmail.com>
|
||||||
PKG_LICENSE:=GPL-2.0+
|
PKG_LICENSE:=GPL-2.0+
|
||||||
PKG_LICENSE_FILES:=gnu-COPYING-GPL
|
PKG_LICENSE_FILES:=gnu-COPYING-GPL
|
||||||
|
PKG_CPE_ID:=cpe:2.3:a:gnu:mailman
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@@ -23,7 +26,7 @@ define Package/mailman
|
|||||||
SECTION:=mail
|
SECTION:=mail
|
||||||
CATEGORY:=Mail
|
CATEGORY:=Mail
|
||||||
TITLE:=The GNU Mailing List Manager
|
TITLE:=The GNU Mailing List Manager
|
||||||
URL:=http://www.gnu.org/software/mailman/
|
URL:=https://www.gnu.org/software/mailman/
|
||||||
DEPENDS:=+postfix +python +uhttpd +python-dns
|
DEPENDS:=+postfix +python +uhttpd +python-dns
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user