svn commit: r336063 - in head/ports-mgmt: pkg pkg-devel pkg-devel/files pkg/files
Baptiste Daroussin
bapt at FreeBSD.org
Tue Dec 10 15:44:43 UTC 2013
Author: bapt
Date: Tue Dec 10 15:44:42 2013
New Revision: 336063
URL: http://svnweb.freebsd.org/changeset/ports/336063
Log:
Update to pkg 1.2.3
Changes:
- Workaround a bug in bsd.*.mk on FreeBSD 8.x
- Fix a pkg repo segfault
- Document aliases in pkg.conf(5)
- Be more verbose when refusing a repository configuration file
- Sync libucl with upstream (bug fixes)
- Fix a fd leak in pkg repo
- Fix memory leaks due bad usage of libarchive
Deleted:
head/ports-mgmt/pkg-devel/files/patch-libpkg__Makefile
head/ports-mgmt/pkg/files/patch-libpkg__Makefile
Modified:
head/ports-mgmt/pkg-devel/Makefile
head/ports-mgmt/pkg-devel/distinfo
head/ports-mgmt/pkg/Makefile
head/ports-mgmt/pkg/distinfo
Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile Tue Dec 10 15:06:48 2013 (r336062)
+++ head/ports-mgmt/pkg-devel/Makefile Tue Dec 10 15:44:42 2013 (r336063)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.2.2
+DISTVERSION= 1.2.3
CATEGORIES= ports-mgmt
MASTER_SITES= http://files.etoilebsd.net/pkg/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Tue Dec 10 15:06:48 2013 (r336062)
+++ head/ports-mgmt/pkg-devel/distinfo Tue Dec 10 15:44:42 2013 (r336063)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.2.2.tar.xz) = f02dad746653447284861e52c38ce31a3e207ac909c6c1f9dbcaabd1c79e1688
-SIZE (pkg-1.2.2.tar.xz) = 1807456
+SHA256 (pkg-1.2.3.tar.xz) = a84e00b9c5153beab4122fdc01735cc6829c3dc83c6e9ab335bb09b32468ef27
+SIZE (pkg-1.2.3.tar.xz) = 1807516
Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile Tue Dec 10 15:06:48 2013 (r336062)
+++ head/ports-mgmt/pkg/Makefile Tue Dec 10 15:44:42 2013 (r336063)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.2.2
+DISTVERSION= 1.2.3
CATEGORIES= ports-mgmt
MASTER_SITES= http://files.etoilebsd.net/pkg/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo Tue Dec 10 15:06:48 2013 (r336062)
+++ head/ports-mgmt/pkg/distinfo Tue Dec 10 15:44:42 2013 (r336063)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.2.2.tar.xz) = f02dad746653447284861e52c38ce31a3e207ac909c6c1f9dbcaabd1c79e1688
-SIZE (pkg-1.2.2.tar.xz) = 1807456
+SHA256 (pkg-1.2.3.tar.xz) = a84e00b9c5153beab4122fdc01735cc6829c3dc83c6e9ab335bb09b32468ef27
+SIZE (pkg-1.2.3.tar.xz) = 1807516
More information about the svn-ports-all
mailing list