svn commit: r359845 - head/ports-mgmt/pkg-devel
Vsevolod Stakhov
vsevolod at FreeBSD.org
Mon Jun 30 13:52:34 UTC 2014
Author: vsevolod
Date: Mon Jun 30 13:52:33 2014
New Revision: 359845
URL: http://svnweb.freebsd.org/changeset/ports/359845
QAT: https://qat.redports.org/buildarchive/r359845/
Log:
Update to 1.3.0.b9
Changes:
- Quit pkg ssh if an error occurs while reading
- Fix critical issue with manifest fields (path->repopath) [1]
- Set reponame for local packages [1]
- Fix forced upgrade [1]
- Fix packages count in pkg-delete
- Allow override `enabled` state for repos
- Fix message if a pattern has not been found
- Move the pkg_keys[] array from private/pkg.h to pkg.c to reduce duplication [1]
- Add package validation function
- Fix local packages installation
- Validate pkg when changing its uid
- Rework solver initial guessing
- Fix multirepos documentation
- Fix issue with repository metafile updating
- Fix issue with unnecessary fingerprints check
- Fix meta loading
Submitted by: des [1]
With hat: pkg@
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 Mon Jun 30 13:41:01 2014 (r359844)
+++ head/ports-mgmt/pkg-devel/Makefile Mon Jun 30 13:52:33 2014 (r359845)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.3.0.b8
+DISTVERSION= 1.3.0.b9
CATEGORIES= ports-mgmt
MASTER_SITES= \
http://highsecure.ru/distfiles/ \
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Mon Jun 30 13:41:01 2014 (r359844)
+++ head/ports-mgmt/pkg-devel/distinfo Mon Jun 30 13:52:33 2014 (r359845)
@@ -1,2 +1,2 @@
-SIZE (pkg-1.3.0.b8.tar.xz) = 1694456
-SHA256 (pkg-1.3.0.b8.tar.xz) = 7dde56adb4d9b108daa8f13f690130be0e7a472f4a15d2cae0ae9231ffe68c27
+SIZE (pkg-1.3.0.b9.tar.xz) = 1704804
+SHA256 (pkg-1.3.0.b9.tar.xz) = 4a376d1812582b6fca2ec4f09b75f82a1cbc8393bd523f31023c48ca4611dfd8
More information about the svn-ports-all
mailing list