pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/vala
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 30 09:06:12 UTC 2024
Modified Files:
pkgsrc/lang/vala: Makefile distinfo
Log Message:
vala: updated to 0.56.17
Vala 0.56.17
============
* Various improvements and bug fixes:
- codegen:
+ Add missing initializers for private fields of GSourceFuncs
+ Update array length variable passed to null-terminated ref parameter
+ Properly pass through a null-terminated out argument
+ Refactor and cache parameter in loop
+ Only handle null-terminated array as such if there is no length given
- vala:
+ Allow declaration of static nested methods (local functions)
+ Correctly use Path.build_path()
+ Point to the invalid initializer on error
+ Report invalid type in property assignment attempt
+ Inherit important attributes for Property backing field
* Bindings:
- glib-2.0: Avoid unnecessary copying operations in FileStream.read_line()
- glib-2.0: Add SPACING_MARK, deprecate COMBINING_MARK
- glib-2.0: Add dev_t/gid_t/pid_t/uid_t/socklen_t types for compatibility
- gnu: add binding for flock(2) and its constants
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/lang/vala/Makefile
cvs rdiff -u -r1.78 -r1.79 pkgsrc/lang/vala/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/vala/Makefile
diff -u pkgsrc/lang/vala/Makefile:1.103 pkgsrc/lang/vala/Makefile:1.104
--- pkgsrc/lang/vala/Makefile:1.103 Mon Apr 15 10:51:34 2024
+++ pkgsrc/lang/vala/Makefile Tue Apr 30 09:06:12 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.103 2024/04/15 10:51:34 micha Exp $
+# $NetBSD: Makefile,v 1.104 2024/04/30 09:06:12 adam Exp $
-DISTNAME= vala-0.56.16
-PKGREVISION= 1
+DISTNAME= vala-0.56.17
CATEGORIES= lang gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/lang/vala/distinfo
diff -u pkgsrc/lang/vala/distinfo:1.78 pkgsrc/lang/vala/distinfo:1.79
--- pkgsrc/lang/vala/distinfo:1.78 Fri Apr 5 13:40:52 2024
+++ pkgsrc/lang/vala/distinfo Tue Apr 30 09:06:12 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.78 2024/04/05 13:40:52 adam Exp $
+$NetBSD: distinfo,v 1.79 2024/04/30 09:06:12 adam Exp $
-BLAKE2s (vala-0.56.16.tar.xz) = 7f4e647e95cff3a329eb02f9f20802e3d4d91f5e4436fd002ccfae1bbc4ff8ac
-SHA512 (vala-0.56.16.tar.xz) = 99f69c3c7a5ed89923b55cf035c6d9a5867577b2ecff92dddf5f21aaad1281786e5fcd775833b0f251417caf857f5fe7efbf134fbded427a7b29fa3acb00203a
-Size (vala-0.56.16.tar.xz) = 4013716 bytes
+BLAKE2s (vala-0.56.17.tar.xz) = fa80a2d3c150f340ed6a937543f65b141cc84887fc96993e8e26857b3724ccd4
+SHA512 (vala-0.56.17.tar.xz) = 61df98ba6b15d589a1864598a6f69cc3bee9154ba65270fc3a2fb1d0c3a68c32c29b572bcc26d6616d3fa23d53fb41710af3636125507864dd17f47cf27d4723
+Size (vala-0.56.17.tar.xz) = 4016576 bytes
SHA1 (patch-build-aux_testrunner.sh) = d30ce05459b398a18e9dbd4420f28d8bfdf7323a
Home |
Main Index |
Thread Index |
Old Index