- Update to 1.1.4

Changes:
 * Fix crash when opening repository in some cases
 * Fix build with -Werror
 * Fix 'pkg install [-f] pkg' not finding results
 * Fix 'pkg upgrade -f' always wanting to upgrade pkg first
 * Fix 'pkg install -R' always wanting to install pkg first
 * Fix backwards compatibility for 1.0-built packages for
   tracking shlibs. This may cause some packages to be
   reinstalled after the repository is updated.
 * Fix pkg (upgrade|fetch|install) -r <repo> crash
 * Fix crash when specifying invalid repo with -r
This commit is contained in:
Bryan Drewery 2013-07-06 11:29:18 +00:00
parent d9d7d5d8ca
commit e2825cdfcf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322385
6 changed files with 6 additions and 46 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
DISTVERSION= 1.1.3
PORTREVISION= 1
DISTVERSION= 1.1.4
CATEGORIES= ports-mgmt
MASTER_SITES= http://files.etoilebsd.net/pkg/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \

View File

@ -1,2 +1,2 @@
SHA256 (pkg-1.1.3.tar.xz) = 65753ab85d544557436b65d5f89c642855765638a2a51922cbadbff18ae04f20
SIZE (pkg-1.1.3.tar.xz) = 1554900
SHA256 (pkg-1.1.4.tar.xz) = d84c9052f18c9d64cb369b9f3e8c1542f79f1152032169b1d28fbc2308c2dcbd
SIZE (pkg-1.1.4.tar.xz) = 1554804

View File

@ -1,19 +0,0 @@
commit dbb08c0d2a5da374ddc128f93eb0d57efa08ccf8
Author: Bryan Drewery <bryan@shatow.net>
Date: Sun Jun 30 09:37:15 2013 -0500
Return proper value in sha256_fd()
diff --git libpkg/utils.c libpkg/utils.c
index 45a220a..50dcdd1 100644
--- libpkg/utils.c
+++ libpkg/utils.c
@@ -396,7 +396,7 @@ cleanup:
close(my_fd);
(void)lseek(fd, 0, SEEK_SET);
- return (EPKG_OK);
+ return (ret);
}
int

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
DISTVERSION= 1.1.3
PORTREVISION= 1
DISTVERSION= 1.1.4
CATEGORIES= ports-mgmt
MASTER_SITES= http://files.etoilebsd.net/pkg/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \

View File

@ -1,2 +1,2 @@
SHA256 (pkg-1.1.3.tar.xz) = 65753ab85d544557436b65d5f89c642855765638a2a51922cbadbff18ae04f20
SIZE (pkg-1.1.3.tar.xz) = 1554900
SHA256 (pkg-1.1.4.tar.xz) = d84c9052f18c9d64cb369b9f3e8c1542f79f1152032169b1d28fbc2308c2dcbd
SIZE (pkg-1.1.4.tar.xz) = 1554804

View File

@ -1,19 +0,0 @@
commit dbb08c0d2a5da374ddc128f93eb0d57efa08ccf8
Author: Bryan Drewery <bryan@shatow.net>
Date: Sun Jun 30 09:37:15 2013 -0500
Return proper value in sha256_fd()
diff --git libpkg/utils.c libpkg/utils.c
index 45a220a..50dcdd1 100644
--- libpkg/utils.c
+++ libpkg/utils.c
@@ -396,7 +396,7 @@ cleanup:
close(my_fd);
(void)lseek(fd, 0, SEEK_SET);
- return (EPKG_OK);
+ return (ret);
}
int