Skip to content

Commit 7b3a84f

Browse files
committed
Update devel/objfw to 1.1.6
ObjFW 1.1.5 -> ObjFW 1.1.6, 2024-08-11 * Fixes ObjC++ with GCC. * Adds handling of EINTR in OFKernelEventObserver. * Fixes overriding / reusing stack arguments in super calls on x86. * Makes headers compatible with -Wunused-parameter.
1 parent 2193c91 commit 7b3a84f

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

devel/objfw/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.31 2024/07/06 11:04:01 js Exp $
1+
# $NetBSD: Makefile,v 1.32 2024/08/11 13:52:02 js Exp $
22

3-
DISTNAME= objfw-1.1.5
3+
DISTNAME= objfw-1.1.6
44
CATEGORIES= devel
55
MASTER_SITES= https://objfw.nil.im/downloads/
66

devel/objfw/PLIST

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.16 2024/05/12 13:58:14 js Exp $
1+
@comment $NetBSD: PLIST,v 1.17 2024/08/11 13:52:02 js Exp $
22
bin/objfw-compile
33
bin/objfw-config
44
bin/objfw-embed
@@ -242,7 +242,7 @@ include/ObjFWTest/OTTestCase.h
242242
include/ObjFWTest/ObjFWTest.h
243243
lib/libobjfw.so
244244
lib/libobjfw.so.1
245-
lib/libobjfw.so.1.1.2
245+
lib/libobjfw.so.1.1.3
246246
lib/libobjfwtest.a
247247
lib/objfw-config/ObjFWTest.oc
248248
share/ofarc/localization/de.json

devel/objfw/PLIST.runtime

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@comment $NetBSD: PLIST.runtime,v 1.8 2024/07/06 11:04:01 js Exp $
1+
@comment $NetBSD: PLIST.runtime,v 1.9 2024/08/11 13:52:02 js Exp $
22
include/ObjFWRT/ObjFWRT.h
33
lib/libobjfwrt.so
44
lib/libobjfwrt.so.1
5-
lib/libobjfwrt.so.1.1.2
5+
lib/libobjfwrt.so.1.1.3

devel/objfw/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.24 2024/07/06 11:04:01 js Exp $
1+
$NetBSD: distinfo,v 1.25 2024/08/11 13:52:02 js Exp $
22

3-
BLAKE2s (objfw-1.1.5.tar.gz) = 93a5d33eea9df973023cba8e728056e3c430e51cd73a1cc273d9fb6bcc58403d
4-
SHA512 (objfw-1.1.5.tar.gz) = 0d1d07869499d00292de8a49236fcf451e81fada5f473ba0015467ed3abc0f0a4298ae3fcd29bea8cb3151cc702ed3115358edff6864d8d21f527a1eac42416c
5-
Size (objfw-1.1.5.tar.gz) = 949630 bytes
3+
BLAKE2s (objfw-1.1.6.tar.gz) = 0f30700c5b109d31d02167054658e654480abb646159127610914650535b8623
4+
SHA512 (objfw-1.1.6.tar.gz) = 697ab67412288ac908af0f80bb66e1072be8760d2dd9dd9539a7ff325eef3aab73db3df456f53b5447a1fbc1592a68c9ec6ec39dfe2be75059c8aa3e067a77b1
5+
Size (objfw-1.1.6.tar.gz) = 949760 bytes

0 commit comments

Comments
 (0)