pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-lz4



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jan 20 21:10:18 UTC 2018

Modified Files:
        pkgsrc/archivers/py-lz4: Makefile distinfo

Log Message:
py-lz4: updated to 0.18.2

0.18.2:
This release fixes a memory leak that was introduced in lz4.frame.decompress in 0.18.1. This leak resulted from an incorrect ref count on the returned result which prevented it from ever being 
released and garbage collected.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/py-lz4/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/py-lz4/distinfo

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

Modified files:

Index: pkgsrc/archivers/py-lz4/Makefile
diff -u pkgsrc/archivers/py-lz4/Makefile:1.8 pkgsrc/archivers/py-lz4/Makefile:1.9
--- pkgsrc/archivers/py-lz4/Makefile:1.8        Sun Jan  7 20:56:16 2018
+++ pkgsrc/archivers/py-lz4/Makefile    Sat Jan 20 21:10:18 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2018/01/07 20:56:16 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2018/01/20 21:10:18 adam Exp $
 
-DISTNAME=      lz4-0.18.1
+DISTNAME=      lz4-0.18.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lz4/}

Index: pkgsrc/archivers/py-lz4/distinfo
diff -u pkgsrc/archivers/py-lz4/distinfo:1.6 pkgsrc/archivers/py-lz4/distinfo:1.7
--- pkgsrc/archivers/py-lz4/distinfo:1.6        Tue Jan  2 08:40:09 2018
+++ pkgsrc/archivers/py-lz4/distinfo    Sat Jan 20 21:10:18 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2018/01/02 08:40:09 adam Exp $
+$NetBSD: distinfo,v 1.7 2018/01/20 21:10:18 adam Exp $
 
-SHA1 (lz4-0.18.1.tar.gz) = e47bf41bf9f7dd4dd79209a8502037f4f061e850
-RMD160 (lz4-0.18.1.tar.gz) = 924b13834940247a15dac912460d00d57c965d4e
-SHA512 (lz4-0.18.1.tar.gz) = 522096a4ad195af8bb1813c923767b1a5477a40bdd0349dd9312f2f9c9965aa0557ddcd8943b0b0418c814a7a39110ce5a8d5806e37d1939fbf62365e1cf9f0c
-Size (lz4-0.18.1.tar.gz) = 100914 bytes
+SHA1 (lz4-0.18.2.tar.gz) = abd6ece755cd3a33c3027f2801251039dfcd9a2b
+RMD160 (lz4-0.18.2.tar.gz) = c2ad107110a342598bf747cf760e6aead3b43a9d
+SHA512 (lz4-0.18.2.tar.gz) = 62340649da5c6a3e1eb1d345b7fde5166bf05e39bbe0147ccd0bdc6eb3e3518476a7af8033351a1d7476919a0cd4678cfcd0b98a30cb6b3624c88696a0e452b2
+Size (lz4-0.18.2.tar.gz) = 100954 bytes
 SHA1 (patch-setup.py) = 19f0fda54400ee21374e22c7657bf50d0c6c1c41



Home | Main Index | Thread Index | Old Index