Wednesday, March 31, 2021

Re: UPDATE security/libgsasl

Am Sonntag, März 21, 2021 22:59 CET, schrieb "Sebastian Reitenbach" <sebastia@l00-bugdead-prods.de>:

> Hi,
>
> this updates security/libgsasl to 1.10.0. and drop MAINTAINER.
>
> While there, switch from libgcrypt to libressl, because of that, full bump.
> I tried to run net/dico but it complained about a missing libgcrypt.
>
> Tests all pass.
>
> OK?

anyone?

Sebastian

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/libgsasl/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile 11 Feb 2020 15:27:54 -0000 1.16
+++ Makefile 31 Mar 2021 17:22:03 -0000
@@ -2,27 +2,25 @@

COMMENT= GNU implementation of the SASL framework

-DISTNAME= libgsasl-1.8.1
+DISTNAME= libgsasl-1.10.0
CATEGORIES= security
HOMEPAGE= https://www.gnu.org/software/gsasl/
MASTER_SITES= ${MASTER_SITE_GNU:=gsasl/}
-MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>

-SHARED_LIBS += gsasl 0.0 # 14.6
+SHARED_LIBS += gsasl 1.0 # 14.6

# LGPLv2.1
PERMIT_PACKAGE= Yes

-WANTLIB+= gcrypt gpg-error iconv idn intl
+WANTLIB+= crypto iconv idn intl
LIB_DEPENDS= devel/gettext,-runtime \
- devel/libidn \
- security/libgcrypt
-
-# non-shared does not inherit LIB_DEPENDS
-LIB_DEPENDS += security/libgpg-error
+ devel/libidn

SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/build-aux
+
+CONFIGURE_ARGS = --without-libgcrypt \
+ --with-openssl

.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/libgsasl/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo 11 Feb 2020 15:27:54 -0000 1.3
+++ distinfo 31 Mar 2021 17:22:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (libgsasl-1.8.1.tar.gz) = GeL5BSXFMQEJGMULsf6+8NcRXWIBUMxmFTuc5z/4FOY=
-SIZE (libgsasl-1.8.1.tar.gz) = 1791261
+SHA256 (libgsasl-1.10.0.tar.gz) = 8bVTOE3tvYdHhEl3VUajWNb1FAwVzMyPtXQTb9x3Mp8=
+SIZE (libgsasl-1.10.0.tar.gz) = 1854755
Index: patches/patch-configure
===================================================================
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- patches/patch-configure 11 Feb 2020 15:27:55 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-configure,v 1.2 2020/02/11 15:27:55 sebastia Exp $
-
-Index: configure
---- configure.orig
-+++ configure
-@@ -31493,7 +31493,7 @@ _ACEOF
-
-
- case "$host_os" in
-- *openbsd* | *mirbsd*)
-+ *mirbsd*)
- NAME_OF_RANDOM_DEVICE="/dev/srandom"
- NAME_OF_PSEUDO_RANDOM_DEVICE="/dev/prandom"
- NAME_OF_NONCE_DEVICE="/dev/urandom"

No comments:

Post a Comment