pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/libsecret



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Aug 16 10:16:00 UTC 2019

Modified Files:
        pkgsrc/security/libsecret: Makefile distinfo

Log Message:
libsecret: update to 0.18.8.

Despite the changelog, the meson files are not included in
the distribution, so keep using autoconf for this release.

0.18.8
 * Add support for g_autoptr() to our types [!11]
 * Remove deprecated g_type_class_add_private() [!14]
 * Bump GLib dependency (2.44+)
 * Add meson build support [!9]
 * Fix vapi generation [!15, ...]
 * Build fixes [!12, !13]
 * Updated translations


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/libsecret/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/libsecret/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/libsecret/Makefile
diff -u pkgsrc/security/libsecret/Makefile:1.15 pkgsrc/security/libsecret/Makefile:1.16
--- pkgsrc/security/libsecret/Makefile:1.15     Wed Feb 13 19:52:08 2019
+++ pkgsrc/security/libsecret/Makefile  Fri Aug 16 10:16:00 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2019/02/13 19:52:08 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2019/08/16 10:16:00 wiz Exp $
 
-DISTNAME=      libsecret-0.18.7
+DISTNAME=      libsecret-0.18.8
 CATEGORIES=    security gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libsecret/0.18/}
 EXTRACT_SUFX=  .tar.xz
@@ -21,7 +21,7 @@ USE_TOOLS+=   gmake intltool pkg-config ms
 PKGCONFIG_OVERRIDE+=   libsecret/libsecret-unstable.pc.in
 PKGCONFIG_OVERRIDE+=   libsecret/libsecret.pc.in
 
-BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.38.0
+BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.44.0
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../security/libgcrypt/buildlink3.mk"
 .include "options.mk"

Index: pkgsrc/security/libsecret/distinfo
diff -u pkgsrc/security/libsecret/distinfo:1.11 pkgsrc/security/libsecret/distinfo:1.12
--- pkgsrc/security/libsecret/distinfo:1.11     Wed Feb 13 19:52:08 2019
+++ pkgsrc/security/libsecret/distinfo  Fri Aug 16 10:16:00 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/02/13 19:52:08 wiz Exp $
+$NetBSD: distinfo,v 1.12 2019/08/16 10:16:00 wiz Exp $
 
-SHA1 (libsecret-0.18.7.tar.xz) = b98a5b62449fb182a8fe2897ac47053d2c3c256d
-RMD160 (libsecret-0.18.7.tar.xz) = 33819a4ae72d108d9a7616455958d9cc85c98997
-SHA512 (libsecret-0.18.7.tar.xz) = a8890ec52dcfba585fd665ee89e81f4a1d6a04b67bcf4f3422f27973a4ef6fc1281bf54e92160d39dd696ae08a633bab5fe25c1124baf32eb5b414e98ddfa084
-Size (libsecret-0.18.7.tar.xz) = 508392 bytes
+SHA1 (libsecret-0.18.8.tar.xz) = 39fab7338402cbeb711680b5aca7a7891cedb9fa
+RMD160 (libsecret-0.18.8.tar.xz) = 0b1d68d70962906e0eac24fc053095b939df8134
+SHA512 (libsecret-0.18.8.tar.xz) = 9e2ec8d458af6ed078bf3c6d956599f73f2cc7720332c424e9aede1f77f3d969c5122cf7b70899bc07ad96a3a628bf79bc5fffa88274d1ef2bcaaca6719f90d4
+Size (libsecret-0.18.8.tar.xz) = 509432 bytes



Home | Main Index | Thread Index | Old Index