security/gsasl: Update to 2.2.1
Changes: https://gitlab.com/gsasl/gsasl/-/blob/master/NEWS
This commit is contained in:
parent
85204282d9
commit
cdbb5d8b49
4 changed files with 11 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= gsasl
|
||||
PORTVERSION= 2.2.0
|
||||
PORTVERSION= 2.2.1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= GNU
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1662280620
|
||||
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
|
||||
|
|
|
@ -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 = po gl src examples tests doc gltests # lib
|
||||
-SUBDIRS = lib po gl src examples tests doc
|
||||
+SUBDIRS = po gl src examples tests doc # lib
|
||||
|
||||
# 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 \
|
||||
|
|
|
@ -12,6 +12,7 @@ bin/gsasl
|
|||
%%NLS%%share/locale/hu/LC_MESSAGES/gsasl.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/gsasl.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/gsasl.mo
|
||||
%%NLS%%share/locale/ka/LC_MESSAGES/gsasl.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/gsasl.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/gsasl.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/gsasl.mo
|
||||
|
|
Loading…
Reference in a new issue