git: 70a567c2c350 - main - bsdcat, cpio, tar: Bump version number to 3.5.1

Martin Matuska mm at FreeBSD.org
Sun Dec 27 23:38:11 UTC 2020


The branch main has been updated by mm:

URL: https://cgit.FreeBSD.org/src/commit/?id=70a567c2c350b29e667e26d5e1b9b1d35d567172

commit 70a567c2c350b29e667e26d5e1b9b1d35d567172
Author:     Martin Matuska <mm at FreeBSD.org>
AuthorDate: 2020-12-27 23:35:49 +0000
Commit:     Martin Matuska <mm at FreeBSD.org>
CommitDate: 2020-12-27 23:37:06 +0000

    bsdcat,cpio,tar: Bump version number to 3.5.1
    
    Matches import of libarchive 3.5.1
---
 usr.bin/bsdcat/Makefile | 2 +-
 usr.bin/cpio/Makefile   | 2 +-
 usr.bin/tar/Makefile    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/usr.bin/bsdcat/Makefile b/usr.bin/bsdcat/Makefile
index b9ce457a57f6..483875a01a57 100644
--- a/usr.bin/bsdcat/Makefile
+++ b/usr.bin/bsdcat/Makefile
@@ -6,7 +6,7 @@ _LIBARCHIVEDIR=	${SRCTOP}/contrib/libarchive
 _LIBARCHIVECONFDIR=	${SRCTOP}/lib/libarchive
 
 PROG=	bsdcat
-BSDCAT_VERSION_STRING=	3.5.0
+BSDCAT_VERSION_STRING=	3.5.1
 
 .PATH:	${_LIBARCHIVEDIR}/cat
 SRCS=	bsdcat.c cmdline.c
diff --git a/usr.bin/cpio/Makefile b/usr.bin/cpio/Makefile
index 19446941ff05..6855e3e2d77e 100644
--- a/usr.bin/cpio/Makefile
+++ b/usr.bin/cpio/Makefile
@@ -6,7 +6,7 @@ _LIBARCHIVEDIR=	${SRCTOP}/contrib/libarchive
 _LIBARCHIVECONFDIR=	${SRCTOP}/lib/libarchive
 
 PROG=	bsdcpio
-BSDCPIO_VERSION_STRING=	3.5.0
+BSDCPIO_VERSION_STRING=	3.5.1
 
 .PATH:	${_LIBARCHIVEDIR}/cpio
 SRCS=	cpio.c cmdline.c
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile
index 938bcf32599b..d6154dc3b30d 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -5,7 +5,7 @@ _LIBARCHIVEDIR=	${SRCTOP}/contrib/libarchive
 
 PACKAGE=	runtime
 PROG=	bsdtar
-BSDTAR_VERSION_STRING=	3.5.0
+BSDTAR_VERSION_STRING=	3.5.1
 
 .PATH: ${_LIBARCHIVEDIR}/tar
 SRCS=	bsdtar.c	\


More information about the dev-commits-src-all mailing list