pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/objfw



Module Name:    pkgsrc
Committed By:   js
Date:           Wed May 20 23:04:21 UTC 2026

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

Log Message:
Update devel/objfw to 1.5.3

ObjFW 1.5.2 -> ObjFW 1.5.3, 2026-05-20
 * Fixes OFForwardingTests on Windows with GCC.
 * Fixes OFHTTPCookieManager which was completely broken.
 * OFHTTPServer refuses to send responses that contain a newline in the
   headers or the server name now.
 * Fixes setting the Amiga Comment to nil in OFMutableTarArchiveEntry.
 * Improves handling of truncated archives in OFLHAArchiveEntry.
 * OFThread no longer inherits the priority on AmigaOS.
 * Uses better source for randomness now to find a free port on platforms that
   can't bind to port 0.
 * ofarc now strips drives from the paths it stores inside the archive.
 * Fixes ofarc failing to create ZIP archives with specific paths on AmigaOS.
 * Fixes ofarc incorrectly storing Amiga Protection in ZIP archives.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/objfw/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/objfw/PLIST
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/objfw/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/objfw/Makefile
diff -u pkgsrc/devel/objfw/Makefile:1.66 pkgsrc/devel/objfw/Makefile:1.67
--- pkgsrc/devel/objfw/Makefile:1.66    Thu May 14 16:40:46 2026
+++ pkgsrc/devel/objfw/Makefile Wed May 20 23:04:21 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2026/05/14 16:40:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.67 2026/05/20 23:04:21 js Exp $
 
-DISTNAME=      objfw-1.5.2
-PKGREVISION=   1
+DISTNAME=      objfw-1.5.3
 CATEGORIES=    devel
 MASTER_SITES=  https://objfw.nil.im/downloads/
 

Index: pkgsrc/devel/objfw/PLIST
diff -u pkgsrc/devel/objfw/PLIST:1.34 pkgsrc/devel/objfw/PLIST:1.35
--- pkgsrc/devel/objfw/PLIST:1.34       Fri May  8 22:13:51 2026
+++ pkgsrc/devel/objfw/PLIST    Wed May 20 23:04:21 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.34 2026/05/08 22:13:51 js Exp $
+@comment $NetBSD: PLIST,v 1.35 2026/05/20 23:04:21 js Exp $
 bin/objfw-compile
 bin/objfw-config
 bin/objfw-embed
@@ -294,7 +294,7 @@ lib/cmake/ObjFW/ObjFWConfig.cmake
 lib/cmake/ObjFW/ObjFWConfigVersion.cmake
 lib/libobjfw.so
 lib/libobjfw.so.1
-lib/libobjfw.so.1.5.2
+lib/libobjfw.so.1.5.3
 lib/libobjfwhid.so
 lib/libobjfwhid.so.1
 lib/libobjfwhid.so.1.5.0

Index: pkgsrc/devel/objfw/distinfo
diff -u pkgsrc/devel/objfw/distinfo:1.44 pkgsrc/devel/objfw/distinfo:1.45
--- pkgsrc/devel/objfw/distinfo:1.44    Fri May  8 22:13:51 2026
+++ pkgsrc/devel/objfw/distinfo Wed May 20 23:04:21 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2026/05/08 22:13:51 js Exp $
+$NetBSD: distinfo,v 1.45 2026/05/20 23:04:21 js Exp $
 
-BLAKE2s (objfw-1.5.2.tar.gz) = 366a52bb276fa000318db096f7723e8cbff19086b6b823a1080ab9167bd783fa
-SHA512 (objfw-1.5.2.tar.gz) = 9c31fb40da6168c12dd1df54c77b5c870d4f9c325d21d6aa0d13ed35efa7b29b8d54de4eba0092859173bb846bf6bf1089ed747a760a4b4821a9a534668d0c9e
-Size (objfw-1.5.2.tar.gz) = 1028433 bytes
+BLAKE2s (objfw-1.5.3.tar.gz) = a7382364ef3c3decdd3e48b66df082f59de95a4fc98b74d9641ce6b874902e26
+SHA512 (objfw-1.5.3.tar.gz) = 973dd119d7b4fec123932f79a3bd6e589fe2b37f49a5240d2f86c27a05823000d35bd96ca0112b48402fdc9be79e18fa3f1f7e11c2e26782e8729aec297ce1cb
+Size (objfw-1.5.3.tar.gz) = 1029912 bytes



Home | Main Index | Thread Index | Old Index