Date: Thu, 31 Oct 2024 03:52:34 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 395f483589ec - main - archivers/libarchive: Update to 3.7.7 Message-ID: <202410310352.49V3qYbB012058@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=395f483589ec307d7d1279f2818c7a6057df0590 commit 395f483589ec307d7d1279f2818c7a6057df0590 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-10-31 03:48:51 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-10-31 03:48:55 +0000 archivers/libarchive: Update to 3.7.7 Changelog: https://github.com/libarchive/libarchive/releases/tag/v3.7.7 PR: 282067 Approved by: portmgr (maintainer timeout, 2+ weeks) --- archivers/libarchive/Makefile | 2 +- archivers/libarchive/distinfo | 6 +++--- archivers/libarchive/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 5630b33884a5..61e9b1c3661d 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -1,5 +1,5 @@ PORTNAME= libarchive -DISTVERSION= 3.7.6 +DISTVERSION= 3.7.7 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \ diff --git a/archivers/libarchive/distinfo b/archivers/libarchive/distinfo index d9a9a78a80ba..4e3a300660fb 100644 --- a/archivers/libarchive/distinfo +++ b/archivers/libarchive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727106643 -SHA256 (libarchive-3.7.6.tar.xz) = 0a2efdcb185da2eb1e7cd8421434cb9a6119f72417a13335cca378d476fd3ba0 -SIZE (libarchive-3.7.6.tar.xz) = 5458552 +TIMESTAMP = 1728812283 +SHA256 (libarchive-3.7.7.tar.xz) = 879acd83c3399c7caaee73fe5f7418e06087ab2aaf40af3e99b9e29beb29faee +SIZE (libarchive-3.7.7.tar.xz) = 5480580 diff --git a/archivers/libarchive/pkg-plist b/archivers/libarchive/pkg-plist index ce13a41984b7..83599856bc30 100644 --- a/archivers/libarchive/pkg-plist +++ b/archivers/libarchive/pkg-plist @@ -6,7 +6,7 @@ include/archive.h include/archive_entry.h lib/libarchive.so lib/libarchive.so.13 -lib/libarchive.so.13.7.6 +lib/libarchive.so.13.7.7 libdata/pkgconfig/libarchive.pc share/man/man1/bsdcat.1.gz share/man/man1/bsdcpio.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410310352.49V3qYbB012058>