pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/hs-base64-bytestring



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Feb 11 12:19:53 UTC 2022

Modified Files:
        pkgsrc/converters/hs-base64-bytestring: Makefile buildlink3.mk distinfo

Log Message:
Update to base64-bytestring-1.2.1.0

1.2.1.0
    Bugfix for GHC 9.0.1 memory corruption bug (#46)
        Thanks to Fraser Tweedale and Andrew Lelechenko for logging and
        helping with this fix.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/converters/hs-base64-bytestring/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/converters/hs-base64-bytestring/buildlink3.mk \
    pkgsrc/converters/hs-base64-bytestring/distinfo

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

Modified files:

Index: pkgsrc/converters/hs-base64-bytestring/Makefile
diff -u pkgsrc/converters/hs-base64-bytestring/Makefile:1.5 pkgsrc/converters/hs-base64-bytestring/Makefile:1.6
--- pkgsrc/converters/hs-base64-bytestring/Makefile:1.5 Tue Jan 18 02:48:02 2022
+++ pkgsrc/converters/hs-base64-bytestring/Makefile     Fri Feb 11 12:19:53 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/01/18 02:48:02 pho Exp $
+# $NetBSD: Makefile,v 1.6 2022/02/11 12:19:53 pho Exp $
 
-DISTNAME=      base64-bytestring-1.2.0.1
-PKGREVISION=   2
+DISTNAME=      base64-bytestring-1.2.1.0
 CATEGORIES=    converters
 
 MAINTAINER=    pho%cielonegro.org@localhost

Index: pkgsrc/converters/hs-base64-bytestring/buildlink3.mk
diff -u pkgsrc/converters/hs-base64-bytestring/buildlink3.mk:1.6 pkgsrc/converters/hs-base64-bytestring/buildlink3.mk:1.7
--- pkgsrc/converters/hs-base64-bytestring/buildlink3.mk:1.6    Tue Jan 18 02:48:02 2022
+++ pkgsrc/converters/hs-base64-bytestring/buildlink3.mk        Fri Feb 11 12:19:53 2022
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.6 2022/01/18 02:48:02 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2022/02/11 12:19:53 pho Exp $
 
 BUILDLINK_TREE+=       hs-base64-bytestring
 
 .if !defined(HS_BASE64_BYTESTRING_BUILDLINK3_MK)
 HS_BASE64_BYTESTRING_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-base64-bytestring+=   hs-base64-bytestring>=1.2.0
-BUILDLINK_ABI_DEPENDS.hs-base64-bytestring+=   hs-base64-bytestring>=1.2.0.1nb2
+BUILDLINK_API_DEPENDS.hs-base64-bytestring+=   hs-base64-bytestring>=1.2.1
+BUILDLINK_ABI_DEPENDS.hs-base64-bytestring+=   hs-base64-bytestring>=1.2.1.0
 BUILDLINK_PKGSRCDIR.hs-base64-bytestring?=     ../../converters/hs-base64-bytestring
 .endif # HS_BASE64_BYTESTRING_BUILDLINK3_MK
 
Index: pkgsrc/converters/hs-base64-bytestring/distinfo
diff -u pkgsrc/converters/hs-base64-bytestring/distinfo:1.6 pkgsrc/converters/hs-base64-bytestring/distinfo:1.7
--- pkgsrc/converters/hs-base64-bytestring/distinfo:1.6 Tue Oct 26 10:06:40 2021
+++ pkgsrc/converters/hs-base64-bytestring/distinfo     Fri Feb 11 12:19:53 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:06:40 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/02/11 12:19:53 pho Exp $
 
-BLAKE2s (base64-bytestring-1.2.0.1.tar.gz) = ccb42be216b4d5586573a41ab5dafed50d65e334014d6075d88670f2292c5117
-SHA512 (base64-bytestring-1.2.0.1.tar.gz) = 1137e4fdc9b197ca7136fe2e080ba13db8c94f141914ea6412cc1dd17be1e843c0dbac226e729a18f6f3cbb4bb13a98e45727fea471c451b9940539eec6dae9c
-Size (base64-bytestring-1.2.0.1.tar.gz) = 13650 bytes
+BLAKE2s (base64-bytestring-1.2.1.0.tar.gz) = b9cc25a5f9a04f1821918d7043804cb0d44307b3befc809c626dd92dbd49c5a4
+SHA512 (base64-bytestring-1.2.1.0.tar.gz) = 730d5fd7bd1cf90792d0eea75de1fd333c6cab73f4d178db6d3c7006d77f222734a53bb10ef3a296862ca31338e2ae387acfdd44b119014cff7a0a13362e6e96
+Size (base64-bytestring-1.2.1.0.tar.gz) = 13743 bytes



Home | Main Index | Thread Index | Old Index