pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/bzr



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Sat Oct 26 13:03:21 UTC 2019

Modified Files:
        pkgsrc/devel/bzr: Makefile PLIST distinfo

Log Message:
Update devel/bzr to latest release, 2.7.0 (released 15-Feb-2016).

>From the release announcement:

This <https://launchpad.net/bzr/+milestone/2.7.0> is a bugfix release
(20 bugs fixed) over the 2.6 series focusing on test issues triggered
by various python 2.7 updates.

All known fixed bugs are included here.

Users are encouraged to upgrade from the other stable series. bzr 2.7
will be the last series with active python 2.6 testing and support.
Python 2.6 hasn't received any updates since v2.6.9 of 29 Oct 2013.
Python 2.7.9 of 10 Dec 2014 was the oldest version to receive a
security fix with ssl library's match_hostname.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/devel/bzr/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/bzr/PLIST
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/bzr/distinfo

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

Modified files:

Index: pkgsrc/devel/bzr/Makefile
diff -u pkgsrc/devel/bzr/Makefile:1.74 pkgsrc/devel/bzr/Makefile:1.75
--- pkgsrc/devel/bzr/Makefile:1.74      Mon Sep  2 13:19:43 2019
+++ pkgsrc/devel/bzr/Makefile   Sat Oct 26 13:03:21 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2019/09/02 13:19:43 adam Exp $
+# $NetBSD: Makefile,v 1.75 2019/10/26 13:03:21 rhialto Exp $
 
-DISTNAME=      bzr-2.6.0
-PKGREVISION=   2
+DISTNAME=      bzr-2.7.0
 CATEGORIES=    devel scm
 MASTER_SITES=  https://launchpad.net/bzr/${PKGVERSION_NOREV:R}/${PKGVERSION_NOREV}/+download/
 

Index: pkgsrc/devel/bzr/PLIST
diff -u pkgsrc/devel/bzr/PLIST:1.37 pkgsrc/devel/bzr/PLIST:1.38
--- pkgsrc/devel/bzr/PLIST:1.37 Wed Jul 29 18:05:52 2015
+++ pkgsrc/devel/bzr/PLIST      Sat Oct 26 13:03:21 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.37 2015/07/29 18:05:52 wiz Exp $
+@comment $NetBSD: PLIST,v 1.38 2019/10/26 13:03:21 rhialto Exp $
 ${PYSITELIB}/bzrlib/__init__.py
 ${PYSITELIB}/bzrlib/__init__.pyc
 ${PYSITELIB}/bzrlib/__init__.pyo
@@ -1007,6 +1007,9 @@ ${PYSITELIB}/bzrlib/tests/blackbox/test_
 ${PYSITELIB}/bzrlib/tests/blackbox/test_upgrade.py
 ${PYSITELIB}/bzrlib/tests/blackbox/test_upgrade.pyc
 ${PYSITELIB}/bzrlib/tests/blackbox/test_upgrade.pyo
+${PYSITELIB}/bzrlib/tests/blackbox/test_verify_signatures.py
+${PYSITELIB}/bzrlib/tests/blackbox/test_verify_signatures.pyc
+${PYSITELIB}/bzrlib/tests/blackbox/test_verify_signatures.pyo
 ${PYSITELIB}/bzrlib/tests/blackbox/test_version.py
 ${PYSITELIB}/bzrlib/tests/blackbox/test_version.pyc
 ${PYSITELIB}/bzrlib/tests/blackbox/test_version.pyo

Index: pkgsrc/devel/bzr/distinfo
diff -u pkgsrc/devel/bzr/distinfo:1.43 pkgsrc/devel/bzr/distinfo:1.44
--- pkgsrc/devel/bzr/distinfo:1.43      Tue Jan  9 22:18:57 2018
+++ pkgsrc/devel/bzr/distinfo   Sat Oct 26 13:03:21 2019
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.43 2018/01/09 22:18:57 tez Exp $
+$NetBSD: distinfo,v 1.44 2019/10/26 13:03:21 rhialto Exp $
 
-SHA1 (bzr-2.6.0.tar.gz) = 5eb4d0367c6d83396250165da5bb2c8a9f378293
-RMD160 (bzr-2.6.0.tar.gz) = 794dbc585fd1acc711b59016d0b2c3dfe97927d7
-SHA512 (bzr-2.6.0.tar.gz) = f40d4380a837321c2ed168d15b0b5d31e9de6df93c0f8f2fd9b16c9351524b0afac5b8744740f587e9704efeb4cc004cae7f35aed47f73b5c796cbe2526af980
-Size (bzr-2.6.0.tar.gz) = 11301124 bytes
+SHA1 (bzr-2.7.0.tar.gz) = 872f6088f8b07558519dbbc88fffa05e37602f52
+RMD160 (bzr-2.7.0.tar.gz) = 8ca32e920d7bf8ebce6f729bced56ebb4030b42f
+SHA512 (bzr-2.7.0.tar.gz) = c39ad3715d865788da74d8de8b469e1dc93d18b6cbcbc569464cdeb9bb2173bf8d7f4f8ee8f7599fbcbbe322817a4c72e785d544e622753699c425c32597d9aa
+Size (bzr-2.7.0.tar.gz) = 11586410 bytes
 SHA1 (patch-CVE-2017-14176) = 65a38a9db017854cdc677d0c45dcb69d4214b549
 SHA1 (patch-ab) = eae7e2baa12239e9c05e2afe775f8334c734de75



Home | Main Index | Thread Index | Old Index