Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pam: update to 1.5.3.
@ 2023-08-06 16:48 Bnyro
  2023-08-06 19:09 ` cinerea0
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bnyro @ 2023-08-06 16:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages pam
https://github.com/void-linux/void-packages/pull/45449

pam: update to 1.5.3.

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



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

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

From 94321bfec094e97979357581b2fb4832de082657 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sun, 6 Aug 2023 10:06:24 +0200
Subject: [PATCH] pam: update to 1.5.3.

---
 srcpkgs/pam/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/pam/template b/srcpkgs/pam/template
index 6ae5d7c91bebb..7a1dc5c1d3018 100644
--- a/srcpkgs/pam/template
+++ b/srcpkgs/pam/template
@@ -1,7 +1,7 @@
 # Template file for 'pam'
 pkgname=pam
-version=1.5.2
-revision=2
+version=1.5.3
+revision=1
 build_style=gnu-configure
 configure_args="
  --libdir=/usr/lib --sbindir=/usr/bin --docdir=/usr/share/doc/pam
@@ -29,7 +29,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/linux-pam/linux-pam"
 changelog="https://raw.githubusercontent.com/linux-pam/linux-pam/master/NEWS"
 distfiles="${homepage}/releases/download/v${version}/Linux-PAM-${version}.tar.xz"
-checksum=e4ec7131a91da44512574268f493c6d8ca105c87091691b8e9b56ca685d4f94d
+checksum=7ac4b50feee004a9fa88f1dfd2d2fa738a82896763050cd773b3c54b0a818283
 lib32disabled=yes
 
 if [ "$XBPS_CHECK_PKGS" = musl ]; then

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

* Re: pam: update to 1.5.3.
  2023-08-06 16:48 [PR PATCH] pam: update to 1.5.3 Bnyro
@ 2023-08-06 19:09 ` cinerea0
  2023-08-06 21:34 ` Bnyro
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2023-08-06 19:09 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/45449#issuecomment-1666946597

Comment:
I don't think `pam` is the kind of package that should only be tested "briefly". Can you provide a bit more detail on that?

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

* Re: pam: update to 1.5.3.
  2023-08-06 16:48 [PR PATCH] pam: update to 1.5.3 Bnyro
  2023-08-06 19:09 ` cinerea0
@ 2023-08-06 21:34 ` Bnyro
  2023-08-07 10:09 ` [PR PATCH] [Updated] " Bnyro
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Bnyro @ 2023-08-06 21:34 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/45449#issuecomment-1666972851

Comment:
> I don't think pam is the kind of package that should only be tested "briefly". Can you provide a bit more detail on that?
>
I've been running pam 1.5.3 for two days now without any notable issues.
However, I didn't run any further tests with pam-libs in production.

musl builds seem to be broken currently anyways, so that needs further investigation.

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

* Re: [PR PATCH] [Updated] pam: update to 1.5.3.
  2023-08-06 16:48 [PR PATCH] pam: update to 1.5.3 Bnyro
  2023-08-06 19:09 ` cinerea0
  2023-08-06 21:34 ` Bnyro
@ 2023-08-07 10:09 ` Bnyro
  2023-08-09 17:20 ` Duncaen
  2023-08-09 17:27 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Bnyro @ 2023-08-07 10:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages pam
https://github.com/void-linux/void-packages/pull/45449

pam: update to 1.5.3.

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



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

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

From 79843cc911a007c8baeade006e5815a22ebb08d3 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sun, 6 Aug 2023 10:06:24 +0200
Subject: [PATCH] pam: update to 1.5.3.

---
 srcpkgs/pam/patches/no-examples.patch | 25 +++++++++++++++++++++++++
 srcpkgs/pam/template                  | 10 +++-------
 2 files changed, 28 insertions(+), 7 deletions(-)
 create mode 100644 srcpkgs/pam/patches/no-examples.patch

diff --git a/srcpkgs/pam/patches/no-examples.patch b/srcpkgs/pam/patches/no-examples.patch
new file mode 100644
index 0000000000000..c589b5558dc1a
--- /dev/null
+++ b/srcpkgs/pam/patches/no-examples.patch
@@ -0,0 +1,25 @@
+these don't build and aren't installed
+--
+diff --git a/Makefile.in b/Makefile.in
+index f7e2c44..f98b2a2 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -176,7 +176,7 @@ ETAGS = etags
+ CTAGS = ctags
+ CSCOPE = cscope
+ DIST_SUBDIRS = libpam tests libpamc libpam_misc modules po conf \
+-	examples xtests doc
++	xtests doc
+ am__DIST_COMMON = $(srcdir)/Make.xml.rules.in $(srcdir)/Makefile.in \
+ 	$(srcdir)/config.h.in $(top_srcdir)/build-aux/compile \
+ 	$(top_srcdir)/build-aux/config.guess \
+@@ -426,7 +426,7 @@ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ AUTOMAKE_OPTIONS = 1.9 gnu dist-xz no-dist-gzip check-news
+-SUBDIRS = libpam tests libpamc libpam_misc modules po conf examples \
++SUBDIRS = libpam tests libpamc libpam_misc modules po conf \
+ 	xtests $(am__append_1)
+ CLEANFILES = *~
+ EXTRA_DIST = pgp.keys.asc CHANGELOG ChangeLog-CVS Copyright
+
diff --git a/srcpkgs/pam/template b/srcpkgs/pam/template
index 6ae5d7c91bebb..04afc8d2ec04f 100644
--- a/srcpkgs/pam/template
+++ b/srcpkgs/pam/template
@@ -1,7 +1,7 @@
 # Template file for 'pam'
 pkgname=pam
-version=1.5.2
-revision=2
+version=1.5.3
+revision=1
 build_style=gnu-configure
 configure_args="
  --libdir=/usr/lib --sbindir=/usr/bin --docdir=/usr/share/doc/pam
@@ -29,13 +29,9 @@ license="BSD-3-Clause"
 homepage="https://github.com/linux-pam/linux-pam"
 changelog="https://raw.githubusercontent.com/linux-pam/linux-pam/master/NEWS"
 distfiles="${homepage}/releases/download/v${version}/Linux-PAM-${version}.tar.xz"
-checksum=e4ec7131a91da44512574268f493c6d8ca105c87091691b8e9b56ca685d4f94d
+checksum=7ac4b50feee004a9fa88f1dfd2d2fa738a82896763050cd773b3c54b0a818283
 lib32disabled=yes
 
-if [ "$XBPS_CHECK_PKGS" = musl ]; then
-	configure_args+=" ac_cv_search_crypt=no"
-fi
-
 post_install() {
 	# Fix unix_chkpwd perms.
 	chmod 4755 ${DESTDIR}/usr/bin/unix_chkpwd

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

* Re: [PR PATCH] [Updated] pam: update to 1.5.3.
  2023-08-06 16:48 [PR PATCH] pam: update to 1.5.3 Bnyro
                   ` (2 preceding siblings ...)
  2023-08-07 10:09 ` [PR PATCH] [Updated] " Bnyro
@ 2023-08-09 17:20 ` Duncaen
  2023-08-09 17:27 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-08-09 17:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages pam
https://github.com/void-linux/void-packages/pull/45449

pam: update to 1.5.3.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures
   - aarch64-musl (cross)



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

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

From 4e5a9b1c42206d56a84329c0b6ae595438a6ca11 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sun, 6 Aug 2023 10:06:24 +0200
Subject: [PATCH] pam: update to 1.5.3.

Co-authored-by: Duncaen <mail@duncano.de>
---
 srcpkgs/pam/patches/no-examples.patch | 25 ++++++++++++++++++++
 srcpkgs/pam/template                  | 34 +++++++++++++--------------
 2 files changed, 42 insertions(+), 17 deletions(-)
 create mode 100644 srcpkgs/pam/patches/no-examples.patch

diff --git a/srcpkgs/pam/patches/no-examples.patch b/srcpkgs/pam/patches/no-examples.patch
new file mode 100644
index 0000000000000..c589b5558dc1a
--- /dev/null
+++ b/srcpkgs/pam/patches/no-examples.patch
@@ -0,0 +1,25 @@
+these don't build and aren't installed
+--
+diff --git a/Makefile.in b/Makefile.in
+index f7e2c44..f98b2a2 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -176,7 +176,7 @@ ETAGS = etags
+ CTAGS = ctags
+ CSCOPE = cscope
+ DIST_SUBDIRS = libpam tests libpamc libpam_misc modules po conf \
+-	examples xtests doc
++	xtests doc
+ am__DIST_COMMON = $(srcdir)/Make.xml.rules.in $(srcdir)/Makefile.in \
+ 	$(srcdir)/config.h.in $(top_srcdir)/build-aux/compile \
+ 	$(top_srcdir)/build-aux/config.guess \
+@@ -426,7 +426,7 @@ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ AUTOMAKE_OPTIONS = 1.9 gnu dist-xz no-dist-gzip check-news
+-SUBDIRS = libpam tests libpamc libpam_misc modules po conf examples \
++SUBDIRS = libpam tests libpamc libpam_misc modules po conf \
+ 	xtests $(am__append_1)
+ CLEANFILES = *~
+ EXTRA_DIST = pgp.keys.asc CHANGELOG ChangeLog-CVS Copyright
+
diff --git a/srcpkgs/pam/template b/srcpkgs/pam/template
index 6ae5d7c91bebb..d21d1d562e6f9 100644
--- a/srcpkgs/pam/template
+++ b/srcpkgs/pam/template
@@ -1,7 +1,7 @@
 # Template file for 'pam'
 pkgname=pam
-version=1.5.2
-revision=2
+version=1.5.3
+revision=1
 build_style=gnu-configure
 configure_args="
  --libdir=/usr/lib --sbindir=/usr/bin --docdir=/usr/share/doc/pam
@@ -12,29 +12,29 @@ makedepends="libfl-devel db-devel"
 # version of pam-base that doesn't include removed modules
 depends="pam-base>=0.4_1"
 checkdepends="pam-base"
-conf_files="
-	/etc/environment
-	/etc/security/access.conf
-	/etc/security/group.conf
-	/etc/security/limits.conf
-	/etc/security/namespace.conf
-	/etc/security/pam_env.conf
-	/etc/security/time.conf"
-make_dirs="
-	/etc/security/limits.d 0755 root root
-	/etc/security/namespace.d 0755 root root"
 short_desc="Flexible mechanism for authenticating users"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/linux-pam/linux-pam"
 changelog="https://raw.githubusercontent.com/linux-pam/linux-pam/master/NEWS"
 distfiles="${homepage}/releases/download/v${version}/Linux-PAM-${version}.tar.xz"
-checksum=e4ec7131a91da44512574268f493c6d8ca105c87091691b8e9b56ca685d4f94d
+checksum=7ac4b50feee004a9fa88f1dfd2d2fa738a82896763050cd773b3c54b0a818283
 lib32disabled=yes
 
-if [ "$XBPS_CHECK_PKGS" = musl ]; then
-	configure_args+=" ac_cv_search_crypt=no"
-fi
+conf_files="
+ /etc/environment
+ /etc/security/access.conf
+ /etc/security/group.conf
+ /etc/security/limits.conf
+ /etc/security/namespace.conf
+ /etc/security/pam_env.conf
+ /etc/security/time.conf
+ /etc/security/faillock.conf
+ /etc/security/namespace.init
+ /etc/security/pwhistory.conf"
+make_dirs="
+ /etc/security/limits.d 0755 root root
+ /etc/security/namespace.d 0755 root root"
 
 post_install() {
 	# Fix unix_chkpwd perms.

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

* Re: [PR PATCH] [Merged]: pam: update to 1.5.3.
  2023-08-06 16:48 [PR PATCH] pam: update to 1.5.3 Bnyro
                   ` (3 preceding siblings ...)
  2023-08-09 17:20 ` Duncaen
@ 2023-08-09 17:27 ` Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-08-09 17:27 UTC (permalink / raw)
  To: ml

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

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

pam: update to 1.5.3.
https://github.com/void-linux/void-packages/pull/45449

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures
   - aarch64-musl (cross)



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

end of thread, other threads:[~2023-08-09 17:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-06 16:48 [PR PATCH] pam: update to 1.5.3 Bnyro
2023-08-06 19:09 ` cinerea0
2023-08-06 21:34 ` Bnyro
2023-08-07 10:09 ` [PR PATCH] [Updated] " Bnyro
2023-08-09 17:20 ` Duncaen
2023-08-09 17:27 ` [PR PATCH] [Merged]: " Duncaen

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