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 Nov  5 11:25:59 UTC 2023

Modified Files:
        pkgsrc/devel/objfw: Makefile distinfo

Log Message:
Update devel/objfw to 1.0.5

ObjFW 1.0.4 -> ObjFW 1.0.5, 2023-11-05
 * Fixes the calculation of the extra alignment in OFAllocObject()
 * Fixes +[OFSystemInfo networkInterfaces] on OpenBSD and Windows 98
 * Fixes OFSocketAddressString() for AppleTalk addresses
 * Uses GetModuleHandle() instead of LoadLibrary() where possible on Windows
 * Disables tests for global blocks on Win64 due to broken compilers
 * Adds PGP keys to verify tarballs and commits in the code repository


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/objfw/Makefile
cvs rdiff -u -r1.10 -r1.11 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.14 pkgsrc/devel/objfw/Makefile:1.15
--- pkgsrc/devel/objfw/Makefile:1.14    Tue Oct 24 22:08:54 2023
+++ pkgsrc/devel/objfw/Makefile Sun Nov  5 11:25:59 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2023/10/24 22:08:54 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2023/11/05 11:25:59 js Exp $
 
-DISTNAME=      objfw-1.0.4
-PKGREVISION=   1
+DISTNAME=      objfw-1.0.5
 CATEGORIES=    devel
 MASTER_SITES=  https://objfw.nil.im/downloads/
 

Index: pkgsrc/devel/objfw/distinfo
diff -u pkgsrc/devel/objfw/distinfo:1.10 pkgsrc/devel/objfw/distinfo:1.11
--- pkgsrc/devel/objfw/distinfo:1.10    Sun Oct  8 12:09:53 2023
+++ pkgsrc/devel/objfw/distinfo Sun Nov  5 11:25:59 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/10/08 12:09:53 js Exp $
+$NetBSD: distinfo,v 1.11 2023/11/05 11:25:59 js Exp $
 
-BLAKE2s (objfw-1.0.4.tar.gz) = ceea06091b91e9645825ec64053162caae30c91b6ba1222f49f9ba7fb068cf2c
-SHA512 (objfw-1.0.4.tar.gz) = bdfdd3584fa149e5f33f3701ebedc6fae9244ff15f559b48729e7ebec8b1a520e500b34fa8905935468f2749cac8a81f6a7e97db0cd9b09894725cce6d312039
-Size (objfw-1.0.4.tar.gz) = 788008 bytes
+BLAKE2s (objfw-1.0.5.tar.gz) = 9f744e884f318a69cc48d720b5e73de2781ebef3d236a5e0f60d5c0f6cbfc444
+SHA512 (objfw-1.0.5.tar.gz) = 421165ba777d0c0341abd868770b6488104605e99a5ee7c13a9062d1ec9102732eabc09522a4746ff7bbd2cb135b8efbe30ac822fdc7fcc4a1e0bbd56267c6d7
+Size (objfw-1.0.5.tar.gz) = 797479 bytes



Home | Main Index | Thread Index | Old Index