git: bfe66803b9d9 - main - security/libgsasl: Update to 2.2.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 14:10:36 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bfe66803b9d9fffd7d18932200b09a196bd01ade commit bfe66803b9d9fffd7d18932200b09a196bd01ade Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 13:45:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 14:05:27 +0000 security/libgsasl: Update to 2.2.1 Changes: https://gitlab.com/gsasl/gsasl/-/blob/master/NEWS --- security/libgsasl/Makefile | 2 +- security/libgsasl/distinfo | 6 +++--- security/libgsasl/files/patch-Makefile.in | 12 ++++++------ security/libgsasl/files/patch-configure | 20 -------------------- 4 files changed, 10 insertions(+), 30 deletions(-) diff --git a/security/libgsasl/Makefile b/security/libgsasl/Makefile index 1fa50880e796..8ebec3a5071a 100644 --- a/security/libgsasl/Makefile +++ b/security/libgsasl/Makefile @@ -1,5 +1,5 @@ PORTNAME= gsasl -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= security MASTER_SITES= GNU PKGNAMEPREFIX= lib diff --git a/security/libgsasl/distinfo b/security/libgsasl/distinfo index 28df4b58b3c5..72e5f0109ca0 100644 --- a/security/libgsasl/distinfo +++ b/security/libgsasl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662280622 -SHA256 (gsasl-2.2.0.tar.gz) = 79b868e3b9976dc484d59b29ca0ae8897be96ce4d36d32aed5d935a7a3307759 -SIZE (gsasl-2.2.0.tar.gz) = 3290469 +TIMESTAMP = 1709390408 +SHA256 (gsasl-2.2.1.tar.gz) = d45b562e13bd13b9fc20b372f4b53269740cf6279f836f09ce11b9d32bcee075 +SIZE (gsasl-2.2.1.tar.gz) = 3344807 diff --git a/security/libgsasl/files/patch-Makefile.in b/security/libgsasl/files/patch-Makefile.in index ec9305ee0624..6db4945972b0 100644 --- a/security/libgsasl/files/patch-Makefile.in +++ b/security/libgsasl/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2022-06-20 15:57:22 UTC +--- Makefile.in.orig 2024-01-02 17:12:11 UTC +++ Makefile.in -@@ -1855,7 +1855,7 @@ top_builddir = @top_builddir@ +@@ -2116,7 +2116,7 @@ ACLOCAL_AMFLAGS = -I m4 -I lib/m4 top_srcdir = @top_srcdir@ - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-gssapi-impl=no + AM_DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-gssapi-impl=no ACLOCAL_AMFLAGS = -I m4 -I lib/m4 --SUBDIRS = lib po gl src examples tests doc gltests -+SUBDIRS = lib doc # po gl src examples tests docests +-SUBDIRS = lib po gl src examples tests doc ++SUBDIRS = lib doc # po gl src examples tests # git-version-gen - EXTRA_DIST = cfg.mk maint.mk build-aux/git2cl m4/gnulib-cache.m4 \ + EXTRA_DIST = cfg.mk maint.mk CONTRIBUTING.md build-aux/git2cl \ diff --git a/security/libgsasl/files/patch-configure b/security/libgsasl/files/patch-configure deleted file mode 100644 index f33087f26ed9..000000000000 --- a/security/libgsasl/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2022-09-03 14:59:07 UTC -+++ configure -@@ -58514,7 +58514,7 @@ fi - done - fi - --ac_config_files="$ac_config_files Makefile doc/Makefile doc/cyclo/Makefile doc/doxygen/Doxyfile doc/reference/Makefile examples/Makefile examples/openid20/Makefile examples/saml20/Makefile gl/Makefile gltests/Makefile lib/Makefile lib/anonymous/Makefile lib/cram-md5/Makefile lib/digest-md5/Makefile lib/external/Makefile lib/gl/Makefile lib/gs2/Makefile lib/gssapi/Makefile lib/libgsasl.pc lib/login/Makefile lib/ntlm/Makefile lib/openid20/Makefile lib/plain/Makefile lib/saml20/Makefile lib/scram/Makefile lib/securid/Makefile lib/src/Makefile lib/src/gsasl-version.h po/Makefile.in src/Makefile tests/Makefile" -+ac_config_files="$ac_config_files Makefile doc/Makefile doc/cyclo/Makefile doc/doxygen/Doxyfile doc/reference/Makefile examples/Makefile examples/openid20/Makefile examples/saml20/Makefile gl/Makefile gltests/Makefile lib/Makefile lib/anonymous/Makefile lib/cram-md5/Makefile lib/digest-md5/Makefile lib/external/Makefile lib/gl/Makefile lib/gs2/Makefile lib/gssapi/Makefile lib/libgsasl.pc lib/login/Makefile lib/ntlm/Makefile lib/openid20/Makefile lib/plain/Makefile lib/saml20/Makefile lib/scram/Makefile lib/securid/Makefile lib/src/Makefile lib/src/gsasl-version.h tests/Makefile" - - cat >confcache <<\_ACEOF - # This file is a shell script that caches the results of configure -@@ -59784,8 +59784,6 @@ do - "lib/securid/Makefile") CONFIG_FILES="$CONFIG_FILES lib/securid/Makefile" ;; - "lib/src/Makefile") CONFIG_FILES="$CONFIG_FILES lib/src/Makefile" ;; - "lib/src/gsasl-version.h") CONFIG_FILES="$CONFIG_FILES lib/src/gsasl-version.h" ;; -- "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; -- "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; - "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; - - *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;