pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libsecret libsecret: update to 0.18.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a387bc847f8
branches:  trunk
changeset: 329687:2a387bc847f8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 13 19:52:08 2019 +0000

description:
libsecret: update to 0.18.7.

0.18.7
 * Migrate from intltool to gettext [!2]
 * Fix uninitialized memory returned by secret_item_get_schema_name() [#15]
 * secret-session: Avoid double-free in service_encode_plain_secret()
 * Port tap script to Python 3 [!4]
 * Build and test fixes [#734630]
 * Updated translations

diffstat:

 security/libsecret/Makefile                  |   4 ++--
 security/libsecret/distinfo                  |  11 +++++------
 security/libsecret/patches/patch-Makefile.in |  16 ----------------
 3 files changed, 7 insertions(+), 24 deletions(-)

diffs (48 lines):

diff -r d42eb7201080 -r 2a387bc847f8 security/libsecret/Makefile
--- a/security/libsecret/Makefile       Wed Feb 13 19:49:48 2019 +0000
+++ b/security/libsecret/Makefile       Wed Feb 13 19:52:08 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/04/16 13:06:57 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2019/02/13 19:52:08 wiz Exp $
 
-DISTNAME=      libsecret-0.18.6
+DISTNAME=      libsecret-0.18.7
 CATEGORIES=    security gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libsecret/0.18/}
 EXTRACT_SUFX=  .tar.xz
diff -r d42eb7201080 -r 2a387bc847f8 security/libsecret/distinfo
--- a/security/libsecret/distinfo       Wed Feb 13 19:49:48 2019 +0000
+++ b/security/libsecret/distinfo       Wed Feb 13 19:52:08 2019 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/05/21 07:24:20 leot Exp $
+$NetBSD: distinfo,v 1.11 2019/02/13 19:52:08 wiz Exp $
 
-SHA1 (libsecret-0.18.6.tar.xz) = e840a40062c135f4eec41f057a326d9ed519ff4f
-RMD160 (libsecret-0.18.6.tar.xz) = 95ba50baf3d4e54cfdc86d7531e5a5761d32f4cc
-SHA512 (libsecret-0.18.6.tar.xz) = 4997519762f1470cfc0a4b3a791362d030af3c9b6ce6f58f8f8073b3a8adeea9b8caacedc884163997081dc39f395f9172330dbb41fed45d6c43ac5809de48e3
-Size (libsecret-0.18.6.tar.xz) = 487836 bytes
-SHA1 (patch-Makefile.in) = ef56257d405013db5bb20b1bb53f0541c50aa7e4
+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
diff -r d42eb7201080 -r 2a387bc847f8 security/libsecret/patches/patch-Makefile.in
--- a/security/libsecret/patches/patch-Makefile.in      Wed Feb 13 19:49:48 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-Makefile.in,v 1.3 2018/05/21 07:24:20 leot Exp $
-
-Avoid to use not-so-ubiquitous/non-standard dollar single quotes use ($'...').
-
---- Makefile.in.orig   2018-03-29 12:31:33.000000000 +0000
-+++ Makefile.in
-@@ -2647,7 +2647,8 @@ temp-dbus-generated.c: $(DBUS_XML_DEFINI
-       $(AM_V_GEN) gdbus-codegen --interface-prefix org.freedesktop.Secret. \
-               --generate-c-code temp-dbus-generated --c-namespace SecretGen $<
- secret-dbus-generated.c: temp-dbus-generated.c Makefile.am
--      $(AM_V_GEN) sed -e $$'1i\\\n#define GLIB_DISABLE_DEPRECATION_WARNINGS' \
-+      $(AM_V_GEN) sed -e '1i\
-+#define GLIB_DISABLE_DEPRECATION_WARNINGS' \
-               -e 's/secret_gen_/_secret_gen_/g' -e 's/type-/type/g' \
-               -e 's/temp-dbus-generated.h/secret-dbus-generated.h/g' \
-               temp-dbus-generated.c > secret-dbus-generated.c



Home | Main Index | Thread Index | Old Index