pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/gsasl



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Sep 29 14:51:49 UTC 2025

Modified Files:
        pkgsrc/security/gsasl: Makefile distinfo

Log Message:
security/gsasl: Update to 2.2.2

Changelog:
* Noteworthy changes in release 2.2.2 (2025-03-30) [stable]

** The release tarball is now reproducible.
Builds on the following pairs of systems are tested continuously in
GitLab CI/CD to assert that the tarball is identical: Trisquel 11
against Ubuntu 22.04, PureOS 10 against Debian 11, Devuan 5 against
Debian 12, AlmaLinux 8 against RockyLinux 8, and AlmaLinux 9 against
RockyLinux 9.  There are still minor variations between non-similar
platforms, depending on the different versions of the bootstrapping
tools used.  For example, a tarball generated on a Trisquel 11
(derived from Ubuntu 22.04) system should be identical to a tarball
from a Ubuntu 22.04 system, but will not be identical to a tarball
generated on a PureOS 10 system which uses different bootstrapping
tool versions.  The release archive itself was prepared using Guix.

** We publish a minimal source-only tarball generated by 'git archive'.
This tarball only contains the files stored in version controlled
sources, and no auxiliary files.  The source-only tarball may be
reproduced with Git 2.49.0 from Guix.  If something results in the
'git archive' format changing again, the tarball can only be
reproduced using an earlier system.  The git version in AlmaLinux 8,
AlmaLinux 9, RockyLinux 8, RockyLinux 9, Devuan 5, Debian 12 and
Ubuntu 24.04 all produce the same identical 'git archive' tarball.
The git version used on Debian 11, PureOS 10, Trisquel 11 and Ubuntu
22.04 produce another identical tarball.  These two 'git archive'
outputs are not the same, due to how Git works.  The release archive
itself was prepared using Guix.

** The release tarball uses tar --format=ustar.
Some other flags are added too, to follow these recommendations:
https://www.gnu.org/software/tar/manual/html_node/Reproducibility.html
For reference, the GNUMakefile file from gnulib add to TAR_OPTIONS:

--owner=0 --group=0 numeric-owner --sort=name

The cfg.mk file further add:

--mode=go+u,go-w --mtime=$(abs_top_srcdir)/NEWS

The modification time of NEWS is always set to last git commit time
before release, see below AC_OUTPUT in configure.ac.

We hope that the tarball produced this way is usable on all host but
please let us know if you run into troubles like unpacking the tarball
or that some generated file is rebuilt needlessly requiring some
maintainer tool that shouldn't normally be needed.

** libgsasl: Support for macOS GSS framework.
Build using --with-gssapi-impl=framework to get native GSS-API
implementation on macOS.  Patch from Daniel Macks.

** The gsasl tool now binds the "gnulib" domain for translations.

** The gsasl.h header #include's sys/types.h instead of unistd.h for ssize_t.

** Update gnulib files and build fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/security/gsasl/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/gsasl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/gsasl/Makefile
diff -u pkgsrc/security/gsasl/Makefile:1.68 pkgsrc/security/gsasl/Makefile:1.69
--- pkgsrc/security/gsasl/Makefile:1.68 Sat Apr 19 07:58:21 2025
+++ pkgsrc/security/gsasl/Makefile      Mon Sep 29 14:51:49 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2025/04/19 07:58:21 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2025/09/29 14:51:49 ryoon Exp $
 
-DISTNAME=      gsasl-2.2.1
-PKGREVISION=   2
+DISTNAME=      gsasl-2.2.2
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GNU:=gsasl/}
 

Index: pkgsrc/security/gsasl/distinfo
diff -u pkgsrc/security/gsasl/distinfo:1.24 pkgsrc/security/gsasl/distinfo:1.25
--- pkgsrc/security/gsasl/distinfo:1.24 Fri Feb 21 17:26:17 2025
+++ pkgsrc/security/gsasl/distinfo      Mon Sep 29 14:51:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2025/02/21 17:26:17 schmonz Exp $
+$NetBSD: distinfo,v 1.25 2025/09/29 14:51:49 ryoon Exp $
 
-BLAKE2s (gsasl-2.2.1.tar.gz) = e8aef5a4ebd47603a758079008b80237602cb92bc335be1fdc1d9c88f0f9662a
-SHA512 (gsasl-2.2.1.tar.gz) = 161b8a315862a79807ba067c5ae840175b0d8ec14806aceafc3f92d571713b94d1b8c1a5b188c47bf94a79b9a1f133065f96b087baa5e7f360ae7fb8336381ab
-Size (gsasl-2.2.1.tar.gz) = 3344807 bytes
+BLAKE2s (gsasl-2.2.2.tar.gz) = b25c9c59dfba138c0941a04717ea018029651f3f09cb4e1c87f96d841a8d66d2
+SHA512 (gsasl-2.2.2.tar.gz) = 62fb4a9383392e4816a036f3e8f408c5161a10723e59f0a8f6df5f72101e0b644787f3b07a71c772628fc4f4050960c842c7500736edacd24313ef654e703bc9
+Size (gsasl-2.2.2.tar.gz) = 3254843 bytes



Home | Main Index | Thread Index | Old Index