pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/pkg



Module Name:    pkgsrc
Committed By:   khorben
Date:           Sat Aug 27 21:10:59 UTC 2016

Modified Files:
        pkgsrc/pkgtools/pkg: Makefile PLIST distinfo

Log Message:
Update pkg to version 1.5.6

>From the commit log, since 1.5.4:
- More fixes to pkg-check.8
- Important improvements in the pkg check manpage
- HBSD: fix format specifier in libpkg's pkg_vets(...)
- Fix libexpat buffer overflow: CVE-2015-1283
- Always use sqlite3_column_int64 for reading integers from the db
- Add a new configuration item to define custom HTTP User-Agent
- Don't attempt to set file ownership when INSTALL_AS_USER is set
- zsh-completion: updated all of the currently handled subcommands
- Fix typo s/conpact/compact/
- Fix two typos in pkg_vset(), to correspond to pkg_vget()'s code
- Implement AUTOCLEAN
- Clean up some grammar and formatting in pkg.conf(5).
- Update zsh completion
- Do not distribute generated source files
- Add a random delay to pkg-audit when invoked without a TTY
- Fix display of <root directory>


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/pkgtools/pkg/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/pkgtools/pkg/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/pkgtools/pkg/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkg/Makefile
diff -u pkgsrc/pkgtools/pkg/Makefile:1.2 pkgsrc/pkgtools/pkg/Makefile:1.3
--- pkgsrc/pkgtools/pkg/Makefile:1.2    Fri Jul  1 17:55:23 2016
+++ pkgsrc/pkgtools/pkg/Makefile        Sat Aug 27 21:10:59 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/07/01 17:55:23 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/27 21:10:59 khorben Exp $
 
-VERSION=       1.5.4
+VERSION=       1.5.6
 DISTNAME=      ${VERSION}
 PKGNAME=       pkg-${VERSION}
 PKGREVISION=   1

Index: pkgsrc/pkgtools/pkg/PLIST
diff -u pkgsrc/pkgtools/pkg/PLIST:1.1 pkgsrc/pkgtools/pkg/PLIST:1.2
--- pkgsrc/pkgtools/pkg/PLIST:1.1       Sat Jul  4 14:37:25 2015
+++ pkgsrc/pkgtools/pkg/PLIST   Sat Aug 27 21:10:59 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/07/04 14:37:25 khorben Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/08/27 21:10:59 khorben Exp $
 include/pkg.h
 lib/libpkg.la
 lib/libpkg_static.la
@@ -53,3 +53,4 @@ share/examples/pkg/periodic/security/460
 share/examples/pkg/periodic/weekly/400.status-pkg
 share/examples/pkg/pkg.conf.sample
 share/zsh/site-functions/_pkg
+@pkgdir etc/periodic

Index: pkgsrc/pkgtools/pkg/distinfo
diff -u pkgsrc/pkgtools/pkg/distinfo:1.3 pkgsrc/pkgtools/pkg/distinfo:1.4
--- pkgsrc/pkgtools/pkg/distinfo:1.3    Fri Apr  1 13:11:14 2016
+++ pkgsrc/pkgtools/pkg/distinfo        Sat Aug 27 21:10:59 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2016/04/01 13:11:14 jperkin Exp $
+$NetBSD: distinfo,v 1.4 2016/08/27 21:10:59 khorben Exp $
 
-SHA1 (1.5.4.tar.gz) = 2e58510fa9b9eb97b6d9e0d62e527228601af1c1
-RMD160 (1.5.4.tar.gz) = b38582e325752a329eb353212783850db6b138ea
-SHA512 (1.5.4.tar.gz) = bc89f97e4853e6fa6ea8abe80b26b4bce91a3a43272115e66884d9918b86ea7ebcfd4e4280bfc583a3142b94df2d5ddb6ad59ff20f8d6bae24ca0d0b684c7afb
-Size (1.5.4.tar.gz) = 2937244 bytes
+SHA1 (1.5.6.tar.gz) = be86175a2dc22bc4ba0d203772e6c8f355d5e62f
+RMD160 (1.5.6.tar.gz) = 341daa2fa8c72a6451337d4da5ea021c2843aa26
+SHA512 (1.5.6.tar.gz) = 48781aed83b123560b46bf27aff8ee73b66b6dfbe6868d01f95126e529327a80aa49a0534785898e8d410d1880b26bf25fd7d38502050d77af5ea8b76e6cab19
+Size (1.5.6.tar.gz) = 2943628 bytes
 SHA1 (patch-docs_Makefile.am) = aa6d5c9310c644d13d55c3176cd186c37cccc7c2



Home | Main Index | Thread Index | Old Index