Re: git: 0ff061cd7a64 - main - security/libsodium: Update to 1.0.19

From: Koichiro Iwao <meta_at_freebsd.org>
Date: Sat, 07 Oct 2023 11:15:02 UTC
Hello, 

I reveted you change but it was an urgent measure [1].  You should respond
something to the people who gave you feedback. At least you should let
us know the current status, you're working on updating again but takes
some time, you decided not to update this package an keep the current
state as-is, or something else.

[1] https://cgit.freebsd.org/ports/commit/security/libsodium/?id=ad01e562ad8be8e17ac989051e273381cd71b032

On Tue, Oct 03, 2023 at 04:44:55PM +0900, Koichiro Iwao wrote:
> Hello, any update on this? Did you see feedbacks to your commit?
> 
> On Thu, Sep 14, 2023 at 02:15:50PM +0000, Vsevolod Stakhov wrote:
> > The branch main has been updated by vsevolod:
> > 
> > URL: https://cgit.FreeBSD.org/ports/commit/?id=0ff061cd7a64813e1088f962c3b8521823f72bb1
> > 
> > commit 0ff061cd7a64813e1088f962c3b8521823f72bb1
> > Author:     Vsevolod Stakhov <vsevolod@FreeBSD.org>
> > AuthorDate: 2023-09-14 14:15:25 +0000
> > Commit:     Vsevolod Stakhov <vsevolod@FreeBSD.org>
> > CommitDate: 2023-09-14 14:15:44 +0000
> > 
> >     security/libsodium: Update to 1.0.19
> > ---
> >  security/libsodium/Makefile  | 3 ++-
> >  security/libsodium/distinfo  | 6 +++---
> >  security/libsodium/pkg-plist | 8 ++++++--
> >  3 files changed, 11 insertions(+), 6 deletions(-)
> > 
> > diff --git a/security/libsodium/Makefile b/security/libsodium/Makefile
> > index 2344cc43d3ac..08e3bcbcf386 100644
> > --- a/security/libsodium/Makefile
> > +++ b/security/libsodium/Makefile
> > @@ -1,5 +1,5 @@
> >  PORTNAME=	libsodium
> > -PORTVERSION=	1.0.18
> > +PORTVERSION=	1.0.19
> >  CATEGORIES=	security
> >  MASTER_SITES=	https://download.libsodium.org/libsodium/releases/
> >  
> > @@ -14,6 +14,7 @@ USES=		libtool pathfix pkgconfig
> >  USE_LDCONFIG=	yes
> >  
> >  GNU_CONFIGURE=	yes
> > +WRKSRC=	${WRKDIR}/${PORTNAME}-stable
> >  INSTALL_TARGET=	install-strip
> >  TEST_TARGET=	check
> >  
> > diff --git a/security/libsodium/distinfo b/security/libsodium/distinfo
> > index 65ad4d2fbfee..b23160c6b63a 100644
> > --- a/security/libsodium/distinfo
> > +++ b/security/libsodium/distinfo
> > @@ -1,3 +1,3 @@
> > -TIMESTAMP = 1565704155
> > -SHA256 (libsodium-1.0.18.tar.gz) = 6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1
> > -SIZE (libsodium-1.0.18.tar.gz) = 1919817
> > +TIMESTAMP = 1694696984
> > +SHA256 (libsodium-1.0.19.tar.gz) = 018d79fe0a045cca07331d37bd0cb57b2e838c51bc48fd837a1472e50068bbea
> > +SIZE (libsodium-1.0.19.tar.gz) = 1945523
> > diff --git a/security/libsodium/pkg-plist b/security/libsodium/pkg-plist
> > index e546f883aeeb..2eb4414510fa 100644
> > --- a/security/libsodium/pkg-plist
> > +++ b/security/libsodium/pkg-plist
> > @@ -1,5 +1,7 @@
> >  include/sodium.h
> >  include/sodium/core.h
> > +include/sodium/crypto_aead_aegis128l.h
> > +include/sodium/crypto_aead_aegis256.h
> >  include/sodium/crypto_aead_aes256gcm.h
> >  include/sodium/crypto_aead_chacha20poly1305.h
> >  include/sodium/crypto_aead_xchacha20poly1305.h
> > @@ -24,6 +26,8 @@ include/sodium/crypto_hash_sha256.h
> >  include/sodium/crypto_hash_sha512.h
> >  include/sodium/crypto_kdf.h
> >  include/sodium/crypto_kdf_blake2b.h
> > +include/sodium/crypto_kdf_hkdf_sha256.h
> > +include/sodium/crypto_kdf_hkdf_sha512.h
> >  include/sodium/crypto_kx.h
> >  include/sodium/crypto_onetimeauth.h
> >  include/sodium/crypto_onetimeauth_poly1305.h
> > @@ -63,8 +67,8 @@ include/sodium/utils.h
> >  include/sodium/version.h
> >  lib/libsodium.a
> >  lib/libsodium.so
> > -lib/libsodium.so.23
> > -lib/libsodium.so.23.3.0
> > +lib/libsodium.so.26
> > +lib/libsodium.so.26.1.0
> >  libdata/pkgconfig/libsodium.pc
> >  %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
> >  %%PORTDOCS%%%%DOCSDIR%%/README.markdown
> 
> -- 
> meta <meta@FreeBSD.org>

-- 
meta <meta@FreeBSD.org>