Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] proftpd: update to 1.3.8a.
@ 2023-11-06 16:08 Johnnynator
  2023-11-06 16:12 ` [PR PATCH] [Updated] " Johnnynator
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Johnnynator @ 2023-11-06 16:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Johnnynator/void-packages proftpd
https://github.com/void-linux/void-packages/pull/47097

proftpd: update to 1.3.8a.
None

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

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

From c2c54f1242aff839937bc10006511e04f3e5c792 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Mon, 6 Nov 2023 15:27:37 +0100
Subject: [PATCH] proftpd: update to 1.3.8a.

---
 srcpkgs/proftpd/patches/test.patch | 12 ++++++++++++
 srcpkgs/proftpd/template           | 12 ++++++++++--
 2 files changed, 22 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/proftpd/patches/test.patch

diff --git a/srcpkgs/proftpd/patches/test.patch b/srcpkgs/proftpd/patches/test.patch
new file mode 100644
index 0000000000000..f79f5e9734cc3
--- /dev/null
+++ b/srcpkgs/proftpd/patches/test.patch
@@ -0,0 +1,12 @@
+Proftpd expects that /etc/shells is populated for these tests, which is not the case in masterdirs
+--------
+--- a/tests/api/auth.c	2023-11-06 17:04:38.205368713 +0100
++++ -	2023-11-06 17:05:20.578137395 +0100
+@@ -2224,7 +2224,6 @@
+   tcase_add_test(testcase, auth_get_anon_config_test);
+   tcase_add_test(testcase, auth_chroot_test);
+   tcase_add_test(testcase, auth_banned_by_ftpusers_test);
+-  tcase_add_test(testcase, auth_is_valid_shell_test);
+   tcase_add_test(testcase, auth_set_groups_test);
+   tcase_add_test(testcase, auth_get_home_test);
+   tcase_add_test(testcase, auth_set_max_password_len_test);
diff --git a/srcpkgs/proftpd/template b/srcpkgs/proftpd/template
index 8e9985cc0b127..e8ea227586f65 100644
--- a/srcpkgs/proftpd/template
+++ b/srcpkgs/proftpd/template
@@ -1,17 +1,25 @@
 # Template file for 'proftpd'
 pkgname=proftpd
-version=1.3.7e
+version=1.3.8a
 revision=1
 build_style=gnu-configure
 makedepends="libcap-devel"
+checkdepends="check-devel iana-etc"
+# Full test suite is quite long and depends on a few unpackages perl libs
+# perl-Test-Unit perl-HTTP-Message perl-LWP perl-Net-Address-IP-Local"
 short_desc="Highly configurable GPL-licensed FTP server software"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later"
 homepage="http://www.proftpd.org/"
 changelog="https://github.com/proftpd/proftpd/blob/${version}/RELEASE_NOTES"
 distfiles="https://github.com/proftpd/proftpd/archive/v${version}.tar.gz"
-checksum=6e716a3b53ee069290399fce6dccf4c229fafe6ec2cb14db3778b7aa3f9a8c92
+checksum=56093b890a712220b09b98e29de2974a590e8fae6b36ed78c698a90945466aaf
 conf_files="/etc/proftpd.conf"
+make_check_target=check-api
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+	configure_args="--enable-tests"
+fi
 
 proftpd-devel_package() {
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Updated] proftpd: update to 1.3.8a.
  2023-11-06 16:08 [PR PATCH] proftpd: update to 1.3.8a Johnnynator
@ 2023-11-06 16:12 ` Johnnynator
  2024-02-05  1:45 ` github-actions
  2024-02-20  1:44 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: Johnnynator @ 2023-11-06 16:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Johnnynator/void-packages proftpd
https://github.com/void-linux/void-packages/pull/47097

proftpd: update to 1.3.8a.
None

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

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

From 21093ed8cfe623454630bf813e60f1f51eb2b607 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Mon, 6 Nov 2023 15:27:37 +0100
Subject: [PATCH] proftpd: update to 1.3.8a.

---
 srcpkgs/proftpd/patches/test.patch | 12 ++++++++++++
 srcpkgs/proftpd/template           | 12 ++++++++++--
 2 files changed, 22 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/proftpd/patches/test.patch

diff --git a/srcpkgs/proftpd/patches/test.patch b/srcpkgs/proftpd/patches/test.patch
new file mode 100644
index 0000000000000..f79f5e9734cc3
--- /dev/null
+++ b/srcpkgs/proftpd/patches/test.patch
@@ -0,0 +1,12 @@
+Proftpd expects that /etc/shells is populated for these tests, which is not the case in masterdirs
+--------
+--- a/tests/api/auth.c	2023-11-06 17:04:38.205368713 +0100
++++ -	2023-11-06 17:05:20.578137395 +0100
+@@ -2224,7 +2224,6 @@
+   tcase_add_test(testcase, auth_get_anon_config_test);
+   tcase_add_test(testcase, auth_chroot_test);
+   tcase_add_test(testcase, auth_banned_by_ftpusers_test);
+-  tcase_add_test(testcase, auth_is_valid_shell_test);
+   tcase_add_test(testcase, auth_set_groups_test);
+   tcase_add_test(testcase, auth_get_home_test);
+   tcase_add_test(testcase, auth_set_max_password_len_test);
diff --git a/srcpkgs/proftpd/template b/srcpkgs/proftpd/template
index 8e9985cc0b127..fdf44f60105ec 100644
--- a/srcpkgs/proftpd/template
+++ b/srcpkgs/proftpd/template
@@ -1,18 +1,26 @@
 # Template file for 'proftpd'
 pkgname=proftpd
-version=1.3.7e
+version=1.3.8a
 revision=1
 build_style=gnu-configure
+make_check_target=check-api
 makedepends="libcap-devel"
+checkdepends="check-devel iana-etc"
+# Full test suite is quite long and depends on a few unpackages perl libs
+# perl-Test-Unit perl-HTTP-Message perl-LWP perl-Net-Address-IP-Local"
 short_desc="Highly configurable GPL-licensed FTP server software"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later"
 homepage="http://www.proftpd.org/"
 changelog="https://github.com/proftpd/proftpd/blob/${version}/RELEASE_NOTES"
 distfiles="https://github.com/proftpd/proftpd/archive/v${version}.tar.gz"
-checksum=6e716a3b53ee069290399fce6dccf4c229fafe6ec2cb14db3778b7aa3f9a8c92
+checksum=56093b890a712220b09b98e29de2974a590e8fae6b36ed78c698a90945466aaf
 conf_files="/etc/proftpd.conf"
 
+if [ "$XBPS_CHECK_PKGS" ]; then
+	configure_args="--enable-tests"
+fi
+
 proftpd-devel_package() {
 	short_desc+=" - development files"
 	depends="proftpd>=${version}_${revision}"

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

* Re: proftpd: update to 1.3.8a.
  2023-11-06 16:08 [PR PATCH] proftpd: update to 1.3.8a Johnnynator
  2023-11-06 16:12 ` [PR PATCH] [Updated] " Johnnynator
@ 2024-02-05  1:45 ` github-actions
  2024-02-20  1:44 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2024-02-05  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/47097#issuecomment-1926074344

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: proftpd: update to 1.3.8a.
  2023-11-06 16:08 [PR PATCH] proftpd: update to 1.3.8a Johnnynator
  2023-11-06 16:12 ` [PR PATCH] [Updated] " Johnnynator
  2024-02-05  1:45 ` github-actions
@ 2024-02-20  1:44 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2024-02-20  1:44 UTC (permalink / raw)
  To: ml

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

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

proftpd: update to 1.3.8a.
https://github.com/void-linux/void-packages/pull/47097

Description:
None

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

end of thread, other threads:[~2024-02-20  1:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-06 16:08 [PR PATCH] proftpd: update to 1.3.8a Johnnynator
2023-11-06 16:12 ` [PR PATCH] [Updated] " Johnnynator
2024-02-05  1:45 ` github-actions
2024-02-20  1:44 ` [PR PATCH] [Closed]: " github-actions

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).