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:   wiz
Date:           Sun May 27 12:32:13 UTC 2018

Modified Files:
        pkgsrc/lang/vala: Makefile distinfo

Log Message:
vala: update to 0.40.6.

Vala 0.40.6
===========
 * Regression fix:
  - codegen: Avoid critical for array in-parameters with custom length-type
  - tests: Drop assert which is failing on big-endian archs

Vala 0.40.5
===========
 * Various improvements and bug fixes:
  - Warn if --gir is used without --library [#708693]
  - Report an error if rank attribute is required but was not found [#660991]
  - scanner: Accept \R and \N escape sequences in regex literals [#749576]
  - scanner: Accept backreferences \1 through \99 in regex literals [#728574]
  - codegen:
    + Avoid critical in get_basic_type_info() when there is no signature
      [#729517]
    + Fix serializing multidimensional arrays [#735437]
    + Guard get_default_ref_sink_function() against null base-class
    + Respect cname ccode-attribute of lockable fields
    + Fix casting of length for "ref" array parameters
  - codewriter: Add 'new' to symbols if needed to match the original source
    [#614686]
  - girparser: Deal with missing "name" attribute by falling back on "c:type"
  - girwriter: Drop errornous indent
  - girwriter: Properly output variadic methods and use introspectable="0"
  - genie: Add support for the \v escape character [#664689]
  - genie: Add support for the \uXXXX escape sequence

 * Bindings:
  - glib-2.0: Fix IConv.iconv() [#634753]
  - gobject-2.0: Make constructor of ParamSpecBoxed public
  - gstreamer: Cherry-pick some fixes from 0.42
  - gtk+-3.0: Update to 3.22.30+21fddc39
  - gtk+-4.0: Update to 3.93.0+3a860719
  - javascriptcoregtk-4.0: buffer of String.get_utf8_cstring() is not "ref"
    [#788113]
  - posix: Add missing cname = "int" to Posix.Signal enum
  - sqlite3: Add additional constants for flags of Database.open_v2() [#795627]
  - webkit2gtk-4.0: Cherry-pick some fixes from 0.42


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/lang/vala/Makefile
cvs rdiff -u -r1.29 -r1.30 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.42 pkgsrc/lang/vala/Makefile:1.43
--- pkgsrc/lang/vala/Makefile:1.42      Fri Apr 27 14:46:29 2018
+++ pkgsrc/lang/vala/Makefile   Sun May 27 12:32:13 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2018/04/27 14:46:29 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2018/05/27 12:32:13 wiz Exp $
 
-DISTNAME=      vala-0.40.4
+DISTNAME=      vala-0.40.6
 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.29 pkgsrc/lang/vala/distinfo:1.30
--- pkgsrc/lang/vala/distinfo:1.29      Fri Apr 27 14:46:29 2018
+++ pkgsrc/lang/vala/distinfo   Sun May 27 12:32:13 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.29 2018/04/27 14:46:29 wiz Exp $
+$NetBSD: distinfo,v 1.30 2018/05/27 12:32:13 wiz Exp $
 
-SHA1 (vala-0.40.4.tar.xz) = d16a01d52b9c4c581a23dc53b218573dede56b48
-RMD160 (vala-0.40.4.tar.xz) = e8e5480891cdb3d6dff6a40bca015d9197eee3f0
-SHA512 (vala-0.40.4.tar.xz) = e8d2b02981e2a14ac1d336fa2e8d8d6ae5c207ad8991abfab135d06b2cef823966cca21bb7881257b80b7429738d11d9639b10b8a7031cef8f14f5d72b631af7
-Size (vala-0.40.4.tar.xz) = 3346216 bytes
+SHA1 (vala-0.40.6.tar.xz) = 140a970a518ecba44d799155deab133ed6fd5fa8
+RMD160 (vala-0.40.6.tar.xz) = e83664680503be6a5a394c68ecf335d22a85dfb5
+SHA512 (vala-0.40.6.tar.xz) = 08d609d0a3e7acbf09eb720d19e2a6869be32a57f41e8c2c0f175712ed89f927e33d6080bc62b4eddeda586d720b0b17635828633fe0787b903c6b7b6354b6a5
+Size (vala-0.40.6.tar.xz) = 3351248 bytes
 SHA1 (patch-ac) = c1f2f101821db89a30512e275f0b8c6d6f7bb315



Home | Main Index | Thread Index | Old Index