pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/consolekit



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul 13 08:54:49 UTC 2021

Modified Files:
        pkgsrc/sysutils/consolekit: Makefile PLIST distinfo

Log Message:
consolekit: update to 1.2.4

==============
Version 1.2.4
==============
Stable release of ConsoleKit2

Changes since 1.2.3
New Features:
- Implement session-service parameter

Bug Fixes:
- Do not hardcode seat0 for Seat1 in ListSessions

==============
Version 1.2.3
==============
Stable release of ConsoleKit2

Changes since 1.2.2
Bug Fixes:
- Fix a crash with glib debugging enable by not unreferencing
  an instance object which was not referenced before while
  removing the lock on it.

Translation Updates: French


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/sysutils/consolekit/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/consolekit/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/consolekit/distinfo

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

Modified files:

Index: pkgsrc/sysutils/consolekit/Makefile
diff -u pkgsrc/sysutils/consolekit/Makefile:1.51 pkgsrc/sysutils/consolekit/Makefile:1.52
--- pkgsrc/sysutils/consolekit/Makefile:1.51    Mon May 24 19:54:10 2021
+++ pkgsrc/sysutils/consolekit/Makefile Tue Jul 13 08:54:48 2021
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2021/05/24 19:54:10 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2021/07/13 08:54:48 nia Exp $
 
-CONSOLEKIT_VER=        1.2.2
+CONSOLEKIT_VER=        1.2.4
 DISTNAME=      ConsoleKit2-${CONSOLEKIT_VER}
 PKGNAME=       consolekit-${CONSOLEKIT_VER}
-PKGREVISION=   1
 CATEGORIES=    sysutils
 GITHUB_TAG=    ${CONSOLEKIT_VER}
 GITHUB_PROJECT=        ConsoleKit2

Index: pkgsrc/sysutils/consolekit/PLIST
diff -u pkgsrc/sysutils/consolekit/PLIST:1.9 pkgsrc/sysutils/consolekit/PLIST:1.10
--- pkgsrc/sysutils/consolekit/PLIST:1.9        Fri Jan  1 15:33:51 2021
+++ pkgsrc/sysutils/consolekit/PLIST    Tue Jul 13 08:54:48 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2021/01/01 15:33:51 nia Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/07/13 08:54:48 nia Exp $
 bin/ck-history
 bin/ck-launch-session
 bin/ck-list-sessions
@@ -36,6 +36,7 @@ share/examples/consolekit/logrotate.d/co
 share/locale/bg/LC_MESSAGES/ConsoleKit2.mo
 share/locale/es/LC_MESSAGES/ConsoleKit2.mo
 share/locale/es_419/LC_MESSAGES/ConsoleKit2.mo
+share/locale/fr/LC_MESSAGES/ConsoleKit2.mo
 share/locale/ru/LC_MESSAGES/ConsoleKit2.mo
 share/polkit-1/actions/org.freedesktop.consolekit.policy
 share/polkit-1/rules.d/50-shutdown.rules

Index: pkgsrc/sysutils/consolekit/distinfo
diff -u pkgsrc/sysutils/consolekit/distinfo:1.18 pkgsrc/sysutils/consolekit/distinfo:1.19
--- pkgsrc/sysutils/consolekit/distinfo:1.18    Fri Jan  1 15:33:51 2021
+++ pkgsrc/sysutils/consolekit/distinfo Tue Jul 13 08:54:48 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2021/01/01 15:33:51 nia Exp $
+$NetBSD: distinfo,v 1.19 2021/07/13 08:54:48 nia Exp $
 
-SHA1 (ConsoleKit2-1.2.2.tar.gz) = dd12671c830d6d340785ad20fac38f30afbca393
-RMD160 (ConsoleKit2-1.2.2.tar.gz) = 3550c46db232ccfdc12eadd6afe5dfa41602c236
-SHA512 (ConsoleKit2-1.2.2.tar.gz) = 7f9a4c77c7991b7a3751605f58f12bb079660fe974aeec385a9753dc4b33241052153b9a9261effc91e86323e8a9dcbc9269c4829b871ab91ef286506ff3b18b
-Size (ConsoleKit2-1.2.2.tar.gz) = 254783 bytes
+SHA1 (ConsoleKit2-1.2.4.tar.gz) = a41c22f2173554f4cf1d5566e2168012b4b3f0a6
+RMD160 (ConsoleKit2-1.2.4.tar.gz) = ba9d3d8bee1cf9e3abd7cd2b801a0f944b902164
+SHA512 (ConsoleKit2-1.2.4.tar.gz) = ac92391d6b171158f55d9974b56bf5d81b9c6c1e8aa3961e9d0f77475e9b99fa2d291bfb243686288a9a060ff2d8cb96751310e55fdd4299f4c003eefc146ae8
+Size (ConsoleKit2-1.2.4.tar.gz) = 256924 bytes



Home | Main Index | Thread Index | Old Index