Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] proftpd: update to 1.3.7.
@ 2020-09-28 21:55 ailiop-git
  2020-09-29 20:58 ` [PR PATCH] [Updated] " ailiop-git
  2020-10-03 23:25 ` [PR PATCH] [Closed]: " the-maldridge
  0 siblings, 2 replies; 3+ messages in thread
From: ailiop-git @ 2020-09-28 21:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

There is a new pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages proftpd
https://github.com/void-linux/void-packages/pull/25175

proftpd: update to 1.3.7.


A patch file from https://github.com/void-linux/void-packages/pull/25175.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-proftpd-25175.patch --]
[-- Type: text/x-diff, Size: 2094 bytes --]

From adf9ff3ec748363638b1396906c86189d8c7f2fd Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
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 <me@johnnynator.dev>"
 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() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] proftpd: update to 1.3.7.
  2020-09-28 21:55 [PR PATCH] proftpd: update to 1.3.7 ailiop-git
@ 2020-09-29 20:58 ` ailiop-git
  2020-10-03 23:25 ` [PR PATCH] [Closed]: " the-maldridge
  1 sibling, 0 replies; 3+ messages in thread
From: ailiop-git @ 2020-09-29 20:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 321 bytes --]

There is an updated pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages proftpd
https://github.com/void-linux/void-packages/pull/25175

proftpd: update to 1.3.7.


A patch file from https://github.com/void-linux/void-packages/pull/25175.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-proftpd-25175.patch --]
[-- Type: text/x-diff, Size: 2094 bytes --]

From 7521c40b0ed580567057076c6c9e891d45c4c92d Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Tue, 29 Sep 2020 22:58:12 +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 <me@johnnynator.dev>"
 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() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: proftpd: update to 1.3.7.
  2020-09-28 21:55 [PR PATCH] proftpd: update to 1.3.7 ailiop-git
  2020-09-29 20:58 ` [PR PATCH] [Updated] " ailiop-git
@ 2020-10-03 23:25 ` the-maldridge
  1 sibling, 0 replies; 3+ messages in thread
From: the-maldridge @ 2020-10-03 23:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

There's a closed pull request on the void-packages repository

proftpd: update to 1.3.7.
https://github.com/void-linux/void-packages/pull/25175

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-03 23:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28 21:55 [PR PATCH] proftpd: update to 1.3.7 ailiop-git
2020-09-29 20:58 ` [PR PATCH] [Updated] " ailiop-git
2020-10-03 23:25 ` [PR PATCH] [Closed]: " the-maldridge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).