summaryrefslogtreecommitdiff
path: root/converters/hs-base64-bytestring
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2019-12-29 23:26:43 +0000
committerpho <pho@pkgsrc.org>2019-12-29 23:26:43 +0000
commitdc1325e2f9765889a8d20532092f7fd43360d20e (patch)
tree391415abaa9f0671b43bf7ee5b90a40d4d330eb7 /converters/hs-base64-bytestring
parentb53fd77ac956304d482b9144df1329e148aa8fd8 (diff)
downloadpkgsrc-dc1325e2f9765889a8d20532092f7fd43360d20e.tar.gz
Update to base64-bytestring-1.0.0.2
* Fixed a write past allocated memory in joinWith (potential security issue).
Diffstat (limited to 'converters/hs-base64-bytestring')
-rw-r--r--converters/hs-base64-bytestring/Makefile4
-rw-r--r--converters/hs-base64-bytestring/PLIST29
-rw-r--r--converters/hs-base64-bytestring/buildlink3.mk4
-rw-r--r--converters/hs-base64-bytestring/distinfo10
4 files changed, 9 insertions, 38 deletions
diff --git a/converters/hs-base64-bytestring/Makefile b/converters/hs-base64-bytestring/Makefile
index 23c5c686718..ee2b6ea54c5 100644
--- a/converters/hs-base64-bytestring/Makefile
+++ b/converters/hs-base64-bytestring/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2014/05/31 21:33:50 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/29 23:26:43 pho Exp $
-DISTNAME= base64-bytestring-1.0.0.1
+DISTNAME= base64-bytestring-1.0.0.2
CATEGORIES= converters
MAINTAINER= pho@cielonegro.org
diff --git a/converters/hs-base64-bytestring/PLIST b/converters/hs-base64-bytestring/PLIST
deleted file mode 100644
index 13326cca288..00000000000
--- a/converters/hs-base64-bytestring/PLIST
+++ /dev/null
@@ -1,29 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/31 21:33:50 szptvlfn Exp $
-lib/base64-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/ByteString/Base64.hi
-lib/base64-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/ByteString/Base64/Internal.hi
-lib/base64-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/ByteString/Base64/Lazy.hi
-lib/base64-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/ByteString/Base64/URL.hi
-lib/base64-bytestring-${PKGVERSION}/${HASKELL_VERSION}/Data/ByteString/Base64/URL/Lazy.hi
-lib/base64-bytestring-${PKGVERSION}/${HASKELL_VERSION}/HSbase64-bytestring-${PKGVERSION}.o
-lib/base64-bytestring-${PKGVERSION}/${HASKELL_VERSION}/libHSbase64-bytestring-${PKGVERSION}.a
-lib/base64-bytestring-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/base64-bytestring-${PKGVERSION}/LICENSE
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/Data-ByteString-Base64-Lazy.html
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/Data-ByteString-Base64-URL-Lazy.html
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/Data-ByteString-Base64-URL.html
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/Data-ByteString-Base64.html
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/base64-bytestring.haddock
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/frames.html
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/haddock-util.js
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/hslogo-16.png
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/index-frames.html
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/index.html
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/mini_Data-ByteString-Base64-Lazy.html
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/mini_Data-ByteString-Base64-URL-Lazy.html
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/mini_Data-ByteString-Base64-URL.html
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/mini_Data-ByteString-Base64.html
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/minus.gif
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/ocean.css
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/plus.gif
-${PLIST.doc}share/doc/base64-bytestring-${PKGVERSION}/html/synopsis.png
diff --git a/converters/hs-base64-bytestring/buildlink3.mk b/converters/hs-base64-bytestring/buildlink3.mk
index 25811bd8dec..b72493b6871 100644
--- a/converters/hs-base64-bytestring/buildlink3.mk
+++ b/converters/hs-base64-bytestring/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2014/08/29 14:08:38 szptvlfn Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2019/12/29 23:26:43 pho Exp $
BUILDLINK_TREE+= hs-base64-bytestring
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= hs-base64-bytestring
HS_BASE64_BYTESTRING_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-base64-bytestring+= hs-base64-bytestring>=1.0.0
-BUILDLINK_ABI_DEPENDS.hs-base64-bytestring+= hs-base64-bytestring>=1.0.0.1
+BUILDLINK_ABI_DEPENDS.hs-base64-bytestring+= hs-base64-bytestring>=1.0.0.2
BUILDLINK_PKGSRCDIR.hs-base64-bytestring?= ../../converters/hs-base64-bytestring
.endif # HS_BASE64_BYTESTRING_BUILDLINK3_MK
diff --git a/converters/hs-base64-bytestring/distinfo b/converters/hs-base64-bytestring/distinfo
index 7c002115a61..aae204ba0b5 100644
--- a/converters/hs-base64-bytestring/distinfo
+++ b/converters/hs-base64-bytestring/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 01:43:48 agc Exp $
+$NetBSD: distinfo,v 1.3 2019/12/29 23:26:43 pho Exp $
-SHA1 (base64-bytestring-1.0.0.1.tar.gz) = ff4bfb12aa25a5947f9818dd6cd974dba145fb70
-RMD160 (base64-bytestring-1.0.0.1.tar.gz) = 2de8049cd79525f1590f70f75b7199217c664fc9
-SHA512 (base64-bytestring-1.0.0.1.tar.gz) = 6936b34955b89a275f5bd71c74bbad2be6ff9e2023ac652bdbc9c5b10dd624e3862fc348849858fdb5c7b8aacc36ab4cda8bc6ea797c129b6b28d7e2e2e610e7
-Size (base64-bytestring-1.0.0.1.tar.gz) = 9080 bytes
+SHA1 (base64-bytestring-1.0.0.2.tar.gz) = 64108bf146df5e0cd0c9c082cba0ac4fe419cf00
+RMD160 (base64-bytestring-1.0.0.2.tar.gz) = 9333a4a0f1df7e29ead2f3b4f1a30da4e542eafc
+SHA512 (base64-bytestring-1.0.0.2.tar.gz) = 8d8880cf806aa3932068e0a6faecde084829e72e73cf0a6b4eac99ae852dffbd85f968918546e18920044dd34c65b67bed1c62b6fe71f48b118bc337d86030e4
+Size (base64-bytestring-1.0.0.2.tar.gz) = 9830 bytes