From adf9ff3ec748363638b1396906c86189d8c7f2fd Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Mon, 28 Sep 2020 23:50:37 +0200 Subject: [PATCH] proftpd: update to 1.3.7. --- srcpkgs/proftpd/patches/cross.patch | 11 ----------- srcpkgs/proftpd/template | 12 +++++------- 2 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 srcpkgs/proftpd/patches/cross.patch diff --git a/srcpkgs/proftpd/patches/cross.patch b/srcpkgs/proftpd/patches/cross.patch deleted file mode 100644 index 493ce1b3c92..00000000000 --- a/srcpkgs/proftpd/patches/cross.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/libcap/Makefile 2017-04-10 04:31:02.000000000 +0200 -+++ - 2018-08-28 19:50:14.092251299 +0200 -@@ -26,7 +26,7 @@ - all: $(LIBNAME) - - _makenames: _makenames.c cap_names.sed -- $(CC) $(CFLAGS) $(LDFLAGS) $< -o $@ -+ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) $< -o $@ - - cap_names.h: _makenames - ./_makenames > cap_names.h diff --git a/srcpkgs/proftpd/template b/srcpkgs/proftpd/template index b2c73ac61c9..1e003dadf5a 100644 --- a/srcpkgs/proftpd/template +++ b/srcpkgs/proftpd/template @@ -1,18 +1,16 @@ # Template file for 'proftpd' pkgname=proftpd -version=1.3.6 -revision=2 -_gitrev=8af87f881d6e74bd9ec66899679d3bff3faabf71 -wrksrc="proftpd-${_gitrev}" +version=1.3.7 +revision=1 build_style=gnu-configure makedepends="libcap-devel" short_desc="Highly configurable GPL-licensed FTP server software" maintainer="John " license="GPL-3.0-or-later" -changelog="https://github.com/proftpd/proftpd/blob/${version}/RELEASE_NOTES" homepage="http://www.proftpd.org/" -distfiles="https://github.com/proftpd/proftpd/archive/${_gitrev}.tar.gz" -checksum=20a9c607c38a9811e52032870a0f008bbfe836afce5575fb65c4afddb7dde04c +changelog="https://github.com/proftpd/proftpd/blob/${version}/RELEASE_NOTES" +distfiles="https://github.com/proftpd/proftpd/archive/v${version}.tar.gz" +checksum=9aee9aafc0f22390d2c5371beed615bc366e2699a2426ddd9631f9510c3576b7 conf_files="/etc/proftpd.conf" proftpd-devel_package() {