* [PR PATCH] pam-u2f: Update to 1.3.2.
@ 2025-01-22 8:25 the-maldridge
2025-01-22 8:28 ` [PR PATCH] [Merged]: " the-maldridge
0 siblings, 1 reply; 2+ messages in thread
From: the-maldridge @ 2025-01-22 8:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1268 bytes --]
There is a new pull request by the-maldridge against master on the void-packages repository
https://github.com/the-maldridge/void-packages pam-u2f
https://github.com/void-linux/void-packages/pull/54069
pam-u2f: Update to 1.3.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/54069.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pam-u2f-54069.patch --]
[-- Type: text/x-diff, Size: 1986 bytes --]
From 43e60a16552d0161ac1ce89a8b7706de2a53420d Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Wed, 22 Jan 2025 02:24:46 -0600
Subject: [PATCH] pam-u2f: Update to 1.3.2.
---
srcpkgs/pam-u2f/patches/musl.patch | 24 ------------------------
srcpkgs/pam-u2f/template | 6 +++---
2 files changed, 3 insertions(+), 27 deletions(-)
delete mode 100644 srcpkgs/pam-u2f/patches/musl.patch
diff --git a/srcpkgs/pam-u2f/patches/musl.patch b/srcpkgs/pam-u2f/patches/musl.patch
deleted file mode 100644
index 79c6c6096c6fd7..00000000000000
--- a/srcpkgs/pam-u2f/patches/musl.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git b64.c b64.c
-index 0649c1e..7788089 100644
---- a/b64.c
-+++ b/b64.c
-@@ -4,6 +4,7 @@
-
- #include <openssl/bio.h>
- #include <openssl/evp.h>
-+#include <limits.h>
- #include <stdint.h>
- #include <string.h>
-
-diff --git util.c util.c
-index 3ec4e71..5989c6c 100644
---- a/util.c
-+++ b/util.c
-@@ -9,6 +9,7 @@
- #include <openssl/ec.h>
- #include <openssl/obj_mac.h>
-
-+#include <limits.h>
- #include <stdlib.h>
- #include <fcntl.h>
- #include <sys/stat.h>
diff --git a/srcpkgs/pam-u2f/template b/srcpkgs/pam-u2f/template
index 7553f48e4a762b..c8288d49bcd700 100644
--- a/srcpkgs/pam-u2f/template
+++ b/srcpkgs/pam-u2f/template
@@ -1,7 +1,7 @@
# Template file for 'pam-u2f'
pkgname=pam-u2f
-version=1.1.0
-revision=3
+version=1.3.2
+revision=1
build_style=gnu-configure
configure_args="--with-pam-dir=/usr/lib/security"
hostmakedepends="automake libtool pkg-config asciidoc"
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
homepage="https://developers.yubico.com/pam-u2f/"
#changelog="https://raw.githubusercontent.com/Yubico/pam-u2f/master/NEWS"
distfiles="https://developers.yubico.com/pam-u2f/Releases/pam_u2f-${version}.tar.gz"
-checksum=0dc3bf96ebb69c6e398b5f8991493b37a8ce1af792948af71e694f695d5edc05
+checksum=38be7d1897271cb3fee391d2383b35afc126ad431a91a9de6e99108c12cc9490
post_install() {
vlicense COPYING
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-22 8:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-22 8:25 [PR PATCH] pam-u2f: Update to 1.3.2 the-maldridge
2025-01-22 8:28 ` [PR PATCH] [Merged]: " 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).