pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/hs-http-semantics
Module Name: pkgsrc
Committed By: pho
Date: Thu Jan 30 16:24:19 UTC 2025
Modified Files:
pkgsrc/www/hs-http-semantics: Makefile PLIST buildlink3.mk distinfo
Log Message:
www/hs-http-semantics: update to http-semantics-0.3.0
## 0.3.0
* Breaking change: fillFileBodyGetNext takes Sentinel instead of
IO () to close files on time.
## 0.2.1
* Add outBodyCancel to OutBodyIface
[#11](https://github.com/kazu-yamamoto/http-semantics/pull/11)
* Documentation improvement.
[#10](https://github.com/kazu-yamamoto/http-semantics/pull/10)
[#11](https://github.com/kazu-yamamoto/http-semantics/pull/11)
## 0.2.0
* Introduce `responseStreamingIface`
[#9](https://github.com/kazu-yamamoto/http-semantics/pull/9)
## 0.1.2
* Avoid buffer overflow in fillBufBuilderOne
[#4](https://github.com/kazu-yamamoto/http-semantics/pull/4)
## 0.1.1
* Avoid buffer overflow in runStreamingBuilder
[#3](https://github.com/kazu-yamamoto/http-semantics/pull/3)
## 0.1.0
* Make it possible to guarantee that final DATA frame is marked end-of-stream.
[#2](https://github.com/kazu-yamamoto/http-semantics/pull/2)
## 0.0.1
* Defining getResponseBodyChunk'.
[#1](https://github.com/kazu-yamamoto/http-semantics/pull/1)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/hs-http-semantics/Makefile \
pkgsrc/www/hs-http-semantics/buildlink3.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/hs-http-semantics/PLIST \
pkgsrc/www/hs-http-semantics/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/hs-http-semantics/Makefile
diff -u pkgsrc/www/hs-http-semantics/Makefile:1.2 pkgsrc/www/hs-http-semantics/Makefile:1.3
--- pkgsrc/www/hs-http-semantics/Makefile:1.2 Thu May 9 01:32:53 2024
+++ pkgsrc/www/hs-http-semantics/Makefile Thu Jan 30 16:24:19 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2024/05/09 01:32:53 pho Exp $
+# $NetBSD: Makefile,v 1.3 2025/01/30 16:24:19 pho Exp $
-DISTNAME= http-semantics-0.0.0
-PKGREVISION= 1
+DISTNAME= http-semantics-0.3.0
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/hs-http-semantics/buildlink3.mk
diff -u pkgsrc/www/hs-http-semantics/buildlink3.mk:1.2 pkgsrc/www/hs-http-semantics/buildlink3.mk:1.3
--- pkgsrc/www/hs-http-semantics/buildlink3.mk:1.2 Thu May 9 01:32:53 2024
+++ pkgsrc/www/hs-http-semantics/buildlink3.mk Thu Jan 30 16:24:19 2025
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.2 2024/05/09 01:32:53 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2025/01/30 16:24:19 pho Exp $
BUILDLINK_TREE+= hs-http-semantics
.if !defined(HS_HTTP_SEMANTICS_BUILDLINK3_MK)
HS_HTTP_SEMANTICS_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.hs-http-semantics+= hs-http-semantics>=0.0.0
-BUILDLINK_ABI_DEPENDS.hs-http-semantics+= hs-http-semantics>=0.0.0nb1
+BUILDLINK_API_DEPENDS.hs-http-semantics+= hs-http-semantics>=0.3.0
+BUILDLINK_ABI_DEPENDS.hs-http-semantics+= hs-http-semantics>=0.3.0
BUILDLINK_PKGSRCDIR.hs-http-semantics?= ../../www/hs-http-semantics
.include "../../textproc/hs-case-insensitive/buildlink3.mk"
Index: pkgsrc/www/hs-http-semantics/PLIST
diff -u pkgsrc/www/hs-http-semantics/PLIST:1.1 pkgsrc/www/hs-http-semantics/PLIST:1.2
--- pkgsrc/www/hs-http-semantics/PLIST:1.1 Thu May 2 06:54:42 2024
+++ pkgsrc/www/hs-http-semantics/PLIST Thu Jan 30 16:24:19 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2024/05/02 06:54:42 pho Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/01/30 16:24:19 pho Exp $
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Semantics.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Semantics.hi
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Network/HTTP/Semantics.p_hi
@@ -47,6 +47,7 @@ ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS$
lib/http-semantics-${PKGVERSION}/${HS_VERSION}/package-description
lib/http-semantics-${PKGVERSION}/${HS_VERSION}/package-id
share/doc/${HS_PLATFORM}/http-semantics-${PKGVERSION}/LICENSE
+${PLIST.doc}share/doc/${HS_PLATFORM}/http-semantics-${PKGVERSION}/html/ChangeLog.md
${PLIST.doc}share/doc/${HS_PLATFORM}/http-semantics-${PKGVERSION}/html/Network-HTTP-Semantics-Client-Internal.html
${PLIST.doc}share/doc/${HS_PLATFORM}/http-semantics-${PKGVERSION}/html/Network-HTTP-Semantics-Client.html
${PLIST.doc}share/doc/${HS_PLATFORM}/http-semantics-${PKGVERSION}/html/Network-HTTP-Semantics-IO.html
@@ -58,6 +59,7 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/htt
${PLIST.doc}share/doc/${HS_PLATFORM}/http-semantics-${PKGVERSION}/html/doc-index-B.html
${PLIST.doc}share/doc/${HS_PLATFORM}/http-semantics-${PKGVERSION}/html/doc-index-C.html
${PLIST.doc}share/doc/${HS_PLATFORM}/http-semantics-${PKGVERSION}/html/doc-index-D.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/http-semantics-${PKGVERSION}/html/doc-index-E.html
${PLIST.doc}share/doc/${HS_PLATFORM}/http-semantics-${PKGVERSION}/html/doc-index-F.html
${PLIST.doc}share/doc/${HS_PLATFORM}/http-semantics-${PKGVERSION}/html/doc-index-G.html
${PLIST.doc}share/doc/${HS_PLATFORM}/http-semantics-${PKGVERSION}/html/doc-index-H.html
Index: pkgsrc/www/hs-http-semantics/distinfo
diff -u pkgsrc/www/hs-http-semantics/distinfo:1.1 pkgsrc/www/hs-http-semantics/distinfo:1.2
--- pkgsrc/www/hs-http-semantics/distinfo:1.1 Thu May 2 06:54:42 2024
+++ pkgsrc/www/hs-http-semantics/distinfo Thu Jan 30 16:24:19 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/05/02 06:54:42 pho Exp $
+$NetBSD: distinfo,v 1.2 2025/01/30 16:24:19 pho Exp $
-BLAKE2s (http-semantics-0.0.0.tar.gz) = 3f43a2d538e0be5f665627097c7dbe6e393102135e77e0ca8b6712c3e3af3493
-SHA512 (http-semantics-0.0.0.tar.gz) = dcc125f09096474ab57032889d3fdcde8d5a2e77785a12e0285ab08e625a1ee304938e6d04f408015ae8ea8707f32c0f2b4e92b93da90670b735fff1c222c5cb
-Size (http-semantics-0.0.0.tar.gz) = 12672 bytes
+BLAKE2s (http-semantics-0.3.0.tar.gz) = a19396c21f38005a6aee64ea13d9ea5db845e2aaeeee70380aa1aa0afe3b366a
+SHA512 (http-semantics-0.3.0.tar.gz) = 61174cadbd350b1eaa15fa36c8f87985f319e3743707e9b10837a6273663bb97eaa97e834e5272b29640ec6d20fd0924b5d5d0afc62e66768805c6eafebb4d57
+Size (http-semantics-0.3.0.tar.gz) = 14927 bytes
Home |
Main Index |
Thread Index |
Old Index