svn commit: r499379 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Fri Apr 19 17:41:35 UTC 2019
Author: bapt
Date: Fri Apr 19 17:41:33 2019
New Revision: 499379
URL: https://svnweb.freebsd.org/changeset/ports/499379
Log:
Really update to 1.10.99.13
Changes from pkg 1.10.99.12 to 1.10.99.13
- fix segfault when running pkg version <an_invalid_index_file>
- fix segfault that can occurs sometime when forcing the installation of a
localpackage: pkg install -f ./mypkg-X.txz
- fix abi detection when multiple elf notes are used in the binary like on
fedora
Reported by: tobik, sunpoet
Modified:
head/ports-mgmt/pkg-devel/Makefile
head/ports-mgmt/pkg-devel/distinfo
Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile Fri Apr 19 17:16:35 2019 (r499378)
+++ head/ports-mgmt/pkg-devel/Makefile Fri Apr 19 17:41:33 2019 (r499379)
@@ -3,6 +3,7 @@
PORTNAME= pkg
DISTVERSION= 1.10.99.13
_PKG_VERSION= ${DISTVERSION}
+PORTREVISION= 1
CATEGORIES= ports-mgmt
PKGNAMESUFFIX= -devel
@@ -13,7 +14,7 @@ LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= freebsd
-GH_TAGNAME= e368c4c3
+GH_TAGNAME= 68770f9
WITH_DEBUG= yes
CFLAGS+= -O0 -g -Wno-error
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Fri Apr 19 17:16:35 2019 (r499378)
+++ head/ports-mgmt/pkg-devel/distinfo Fri Apr 19 17:41:33 2019 (r499379)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555683880
-SHA256 (freebsd-pkg-1.10.99.13-e368c4c3_GH0.tar.gz) = fbe5ab14ed9a8bf44b1e106283b2f067fab7d0700e715438e584d33d8125e648
-SIZE (freebsd-pkg-1.10.99.13-e368c4c3_GH0.tar.gz) = 3560328
+TIMESTAMP = 1555695600
+SHA256 (freebsd-pkg-1.10.99.13-68770f9_GH0.tar.gz) = f061504330d7c090b0e501272217f3c037006d1b1a7c9cbb3192b0ab0241ada9
+SIZE (freebsd-pkg-1.10.99.13-68770f9_GH0.tar.gz) = 3560666
More information about the svn-ports-all
mailing list