git: afa03cfb9439 - 2021Q3 - sysutils/pcapfix: update to 1.1.7 (security fixes)
Nuno Teixeira
eduardo at FreeBSD.org
Sun Jul 4 14:26:42 UTC 2021
The branch 2021Q3 has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=afa03cfb943966ba273c3a7a82bcee22a0d493d8
commit afa03cfb943966ba273c3a7a82bcee22a0d493d8
Author: Vidar Karlsen <vidar at karlsen.tech>
AuthorDate: 2021-07-04 14:02:37 +0000
Commit: Nuno Teixeira <eduardo at FreeBSD.org>
CommitDate: 2021-07-04 14:18:39 +0000
sysutils/pcapfix: update to 1.1.7 (security fixes)
* Replace PORTVERSION with DISTVERSION
* pet portlint
* pet portclippy
* pet portfmt
ChangeLog: https://github.com/Rup0rt/pcapfix/blob/v1.1.7/Changelog
PR: 256976
Approved by: dbaio, garga (mentors, implicit)
(cherry picked from commit 7db4e2fecea95c45ea28dac9cde50c751985f989)
---
sysutils/pcapfix/Makefile | 5 +++--
sysutils/pcapfix/distinfo | 6 +++---
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/sysutils/pcapfix/Makefile b/sysutils/pcapfix/Makefile
index 5e286f4e5b0a..7880843472c8 100644
--- a/sysutils/pcapfix/Makefile
+++ b/sysutils/pcapfix/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pcapfix
-PORTVERSION= 1.1.6
DISTVERSIONPREFIX= v
+DISTVERSION= 1.1.7
CATEGORIES= sysutils
MAINTAINER= vidar at karlsen.tech
@@ -12,7 +12,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= Rup0rt
-PLIST_FILES= bin/pcapfix man/man1/pcapfix.1.gz
+PLIST_FILES= bin/pcapfix \
+ man/man1/pcapfix.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
diff --git a/sysutils/pcapfix/distinfo b/sysutils/pcapfix/distinfo
index 0a48a72a5880..9e3276bd3bdc 100644
--- a/sysutils/pcapfix/distinfo
+++ b/sysutils/pcapfix/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1623675051
-SHA256 (Rup0rt-pcapfix-v1.1.6_GH0.tar.gz) = 2efe222172eedfabde2428b23c98976affaf09f981e687acc7f27f61595cfb24
-SIZE (Rup0rt-pcapfix-v1.1.6_GH0.tar.gz) = 53297
+TIMESTAMP = 1625395012
+SHA256 (Rup0rt-pcapfix-v1.1.7_GH0.tar.gz) = dcaf0e7104572f14b56ea3406663cedc5df7cf732af451adab02e523bc24905b
+SIZE (Rup0rt-pcapfix-v1.1.7_GH0.tar.gz) = 53599
More information about the dev-commits-ports-all
mailing list