svn commit: r342346 - in branches/2014Q1/ports-mgmt: pkg pkg-devel
Bryan Drewery
bdrewery at FreeBSD.org
Sun Feb 2 17:29:57 UTC 2014
Author: bdrewery
Date: Sun Feb 2 17:29:56 2014
New Revision: 342346
URL: http://svnweb.freebsd.org/changeset/ports/342346
QAT: https://qat.redports.org/buildarchive/r342346/
Log:
MFH: r342212
- Update pkg and pkg-devel to 1.2.6
This update includes a security update for possible arbitrary code
execution from package manifest parsing. All users are advised to
upgrade ASAP. The base pkg(7) was never affected by this. [1]
Changes:
* Fix libyaml head-based buffer overflow [1]
* Fix pkg info -E support for ports, which namely affected
net/openldap* usage. [2]
* Fix packages registering themselves as dependencies [3]
* Bash autocompletion fixes [4]
* autoremove: Don't try to remove locked packages
* Support 'pkg bootstrap -f', which will force a reinstall of pkg
on FreeBSD 10.0+
* Fix %t timestamp formatter with %{...%} modifiers [5]
* pkg info: Show date installed
* Add $daily_status_security_pkgaudit_quiet to control 410.pkg-audit.in
output verbosity level
* Add an error when trying to update repository and none are defined [6]
* Fix typos in manpages [7]
Security: CVE-2013-6393 [1]
Reported by: secteam (delphij) [1]
PR: ports/184797 [2]
Reported by: Pavel Timofeev <timp87 at gmail.com> [2], many
Submitted by: smh@ [3]
Submitted by: brd@ [4]
Submitted by: Jamie Landeg Jones [5]
Submitted by: Rodrigo Osorio [6]
Submitted by: Michael Gehring, wblock [7]
With hat: portmgr
Modified:
branches/2014Q1/ports-mgmt/pkg-devel/Makefile
branches/2014Q1/ports-mgmt/pkg-devel/distinfo
branches/2014Q1/ports-mgmt/pkg/Makefile
branches/2014Q1/ports-mgmt/pkg/distinfo
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- branches/2014Q1/ports-mgmt/pkg-devel/Makefile Sun Feb 2 17:28:15 2014 (r342345)
+++ branches/2014Q1/ports-mgmt/pkg-devel/Makefile Sun Feb 2 17:29:56 2014 (r342346)
@@ -1,10 +1,12 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.2.5
+DISTVERSION= 1.2.6
CATEGORIES= ports-mgmt
-MASTER_SITES= http://files.etoilebsd.net/pkg/ \
+MASTER_SITES= \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
+ http://miwibox.org/distfiles/${PORTNAME}/ \
+ http://files.etoilebsd.net/pkg/ \
LOCAL/portmgr
PKGNAMESUFFIX= -devel
Modified: branches/2014Q1/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- branches/2014Q1/ports-mgmt/pkg-devel/distinfo Sun Feb 2 17:28:15 2014 (r342345)
+++ branches/2014Q1/ports-mgmt/pkg-devel/distinfo Sun Feb 2 17:29:56 2014 (r342346)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.2.5.tar.xz) = ea6f1c95b8fcc1a017979949fc8f06f218f4412c5ec1ddcc4858d0b751759d6c
-SIZE (pkg-1.2.5.tar.xz) = 1808040
+SHA256 (pkg-1.2.6.tar.xz) = 6c16c233986b1ff5268284c356ce870134f07f84710d61ec7033a3d729bdbbb0
+SIZE (pkg-1.2.6.tar.xz) = 1808860
Modified: branches/2014Q1/ports-mgmt/pkg/Makefile
==============================================================================
--- branches/2014Q1/ports-mgmt/pkg/Makefile Sun Feb 2 17:28:15 2014 (r342345)
+++ branches/2014Q1/ports-mgmt/pkg/Makefile Sun Feb 2 17:29:56 2014 (r342346)
@@ -1,10 +1,12 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.2.5
+DISTVERSION= 1.2.6
CATEGORIES= ports-mgmt
-MASTER_SITES= http://files.etoilebsd.net/pkg/ \
+MASTER_SITES= \
+ http://miwibox.org/distfiles/${PORTNAME}/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
+ http://files.etoilebsd.net/pkg/ \
LOCAL/portmgr
MAINTAINER= portmgr at FreeBSD.org
Modified: branches/2014Q1/ports-mgmt/pkg/distinfo
==============================================================================
--- branches/2014Q1/ports-mgmt/pkg/distinfo Sun Feb 2 17:28:15 2014 (r342345)
+++ branches/2014Q1/ports-mgmt/pkg/distinfo Sun Feb 2 17:29:56 2014 (r342346)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.2.5.tar.xz) = ea6f1c95b8fcc1a017979949fc8f06f218f4412c5ec1ddcc4858d0b751759d6c
-SIZE (pkg-1.2.5.tar.xz) = 1808040
+SHA256 (pkg-1.2.6.tar.xz) = 6c16c233986b1ff5268284c356ce870134f07f84710d61ec7033a3d729bdbbb0
+SIZE (pkg-1.2.6.tar.xz) = 1808860
More information about the svn-ports-all
mailing list