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: Sun Aug 25 22:03:21 UTC 2024
Modified Files:
pkgsrc/devel/objfw: Makefile PLIST PLIST.runtime distinfo
Log Message:
Update devel/objfw to 1.1.7
ObjFW 1.1.6 -> ObjFW 1.1.7, 2024-08-25
* Fixes creating OFStrings from C strings with some encodings.
* Fixes creating an ASCII C string from an OFString that has been initialized
by passing an instance of a custom string class.
* Fixes OFINIFile not parsing `=` within `"` correctly.
* OFINIFile now allows comments and pairs before the first category.
* OFINIFile now allows # for comments.
* Hides some private symbols in the runtime library.
* Disables UNIX datagram sockets on Hurd as Hurd has incomplete support for
UNIX datagram sockets.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/objfw/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/objfw/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/objfw/PLIST.runtime
cvs rdiff -u -r1.25 -r1.26 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.32 pkgsrc/devel/objfw/Makefile:1.33
--- pkgsrc/devel/objfw/Makefile:1.32 Sun Aug 11 13:52:02 2024
+++ pkgsrc/devel/objfw/Makefile Sun Aug 25 22:03:21 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2024/08/11 13:52:02 js Exp $
+# $NetBSD: Makefile,v 1.33 2024/08/25 22:03:21 js Exp $
-DISTNAME= objfw-1.1.6
+DISTNAME= objfw-1.1.7
CATEGORIES= devel
MASTER_SITES= https://objfw.nil.im/downloads/
Index: pkgsrc/devel/objfw/PLIST
diff -u pkgsrc/devel/objfw/PLIST:1.17 pkgsrc/devel/objfw/PLIST:1.18
--- pkgsrc/devel/objfw/PLIST:1.17 Sun Aug 11 13:52:02 2024
+++ pkgsrc/devel/objfw/PLIST Sun Aug 25 22:03:21 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2024/08/11 13:52:02 js Exp $
+@comment $NetBSD: PLIST,v 1.18 2024/08/25 22:03:21 js Exp $
bin/objfw-compile
bin/objfw-config
bin/objfw-embed
@@ -242,7 +242,7 @@ include/ObjFWTest/OTTestCase.h
include/ObjFWTest/ObjFWTest.h
lib/libobjfw.so
lib/libobjfw.so.1
-lib/libobjfw.so.1.1.3
+lib/libobjfw.so.1.1.4
lib/libobjfwtest.a
lib/objfw-config/ObjFWTest.oc
share/ofarc/localization/de.json
Index: pkgsrc/devel/objfw/PLIST.runtime
diff -u pkgsrc/devel/objfw/PLIST.runtime:1.9 pkgsrc/devel/objfw/PLIST.runtime:1.10
--- pkgsrc/devel/objfw/PLIST.runtime:1.9 Sun Aug 11 13:52:02 2024
+++ pkgsrc/devel/objfw/PLIST.runtime Sun Aug 25 22:03:21 2024
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST.runtime,v 1.9 2024/08/11 13:52:02 js Exp $
+@comment $NetBSD: PLIST.runtime,v 1.10 2024/08/25 22:03:21 js Exp $
include/ObjFWRT/ObjFWRT.h
lib/libobjfwrt.so
lib/libobjfwrt.so.1
-lib/libobjfwrt.so.1.1.3
+lib/libobjfwrt.so.1.1.4
Index: pkgsrc/devel/objfw/distinfo
diff -u pkgsrc/devel/objfw/distinfo:1.25 pkgsrc/devel/objfw/distinfo:1.26
--- pkgsrc/devel/objfw/distinfo:1.25 Sun Aug 11 13:52:02 2024
+++ pkgsrc/devel/objfw/distinfo Sun Aug 25 22:03:21 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2024/08/11 13:52:02 js Exp $
+$NetBSD: distinfo,v 1.26 2024/08/25 22:03:21 js Exp $
-BLAKE2s (objfw-1.1.6.tar.gz) = 0f30700c5b109d31d02167054658e654480abb646159127610914650535b8623
-SHA512 (objfw-1.1.6.tar.gz) = 697ab67412288ac908af0f80bb66e1072be8760d2dd9dd9539a7ff325eef3aab73db3df456f53b5447a1fbc1592a68c9ec6ec39dfe2be75059c8aa3e067a77b1
-Size (objfw-1.1.6.tar.gz) = 949760 bytes
+BLAKE2s (objfw-1.1.7.tar.gz) = 20c23c786d1f18a3013957f2d5bff28ef18d31f83a2f6ba994f012aea36782bf
+SHA512 (objfw-1.1.7.tar.gz) = e6795aa7f78c5806d9db7f69fdb6272933edb4c0fe8692182918e5aac31b3c51370706275b33f3c5f27194f5274ce688454d36c93d89949d117c4c0f0b564856
+Size (objfw-1.1.7.tar.gz) = 945227 bytes
Home |
Main Index |
Thread Index |
Old Index