pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dbus



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 12 13:57:44 UTC 2016

Modified Files:
        pkgsrc/sysutils/dbus: Makefile distinfo

Log Message:
Updated dbus to 1.10.14.

D-Bus 1.10.14 (2016-11-28)
==

The “Well, other bands know more than three chords” release.

Fixes:

• Work around an undesired effect of the fix for CVE-2014-3637
  (fd.o #80559), in which processes that frequently send fds, such as
  logind during a flood of new PAM sessions, can get disconnected for
  continuously having at least one fd "in flight" for too long;
  dbus-daemon interprets that as a potential denial of service attack.
  The workaround is to disable that check for uid 0 process such as
  logind, with a message in the system log. The bug remains open while
  we look for a more general solution.
  (fd.o #95263, LP#1591411; Simon McVittie)

• Don't run the test test-dbus-launch-x11.sh if X11 autolaunching
  was disabled at compile time. That test is not expected to work
  in that configuration. (fd.o #98665, Simon McVittie)


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/sysutils/dbus/Makefile
cvs rdiff -u -r1.76 -r1.77 pkgsrc/sysutils/dbus/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/dbus/Makefile
diff -u pkgsrc/sysutils/dbus/Makefile:1.103 pkgsrc/sysutils/dbus/Makefile:1.104
--- pkgsrc/sysutils/dbus/Makefile:1.103 Wed Nov  2 19:57:04 2016
+++ pkgsrc/sysutils/dbus/Makefile       Mon Dec 12 13:57:44 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.103 2016/11/02 19:57:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.104 2016/12/12 13:57:44 wiz Exp $
 
-DISTNAME=      dbus-1.10.12
-PKGREVISION=   1
+DISTNAME=      dbus-1.10.14
 CATEGORIES=    sysutils
 MASTER_SITES=  http://dbus.freedesktop.org/releases/dbus/
 

Index: pkgsrc/sysutils/dbus/distinfo
diff -u pkgsrc/sysutils/dbus/distinfo:1.76 pkgsrc/sysutils/dbus/distinfo:1.77
--- pkgsrc/sysutils/dbus/distinfo:1.76  Mon Oct 10 13:16:44 2016
+++ pkgsrc/sysutils/dbus/distinfo       Mon Dec 12 13:57:44 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.76 2016/10/10 13:16:44 wiz Exp $
+$NetBSD: distinfo,v 1.77 2016/12/12 13:57:44 wiz Exp $
 
-SHA1 (dbus-1.10.12.tar.gz) = 0236000d0eccae6a8b622ead67fdcbe6f88c3f0c
-RMD160 (dbus-1.10.12.tar.gz) = b9e41301165810ae3b413da929b90de0815a9c75
-SHA512 (dbus-1.10.12.tar.gz) = 6616c7b2926a6fb6158d0a0a24d1b887173ca215a2f3185b95cc5f08df64fed1977e16c86c6ae530960453b6c585ae24ea4c9976e7537a45f9c6366c43baa52d
-Size (dbus-1.10.12.tar.gz) = 1984805 bytes
+SHA1 (dbus-1.10.14.tar.gz) = ea9efcf5439b53c3bdcabf8efba838c783c3639d
+RMD160 (dbus-1.10.14.tar.gz) = 1d7143cb689a8d23faa964cda7b8d4b9d5badbde
+SHA512 (dbus-1.10.14.tar.gz) = 87eda0117ee5fd47952f37a227cc017acdaa174a28e59ecd0c9f2501ffd5d56d015865d472dd9a922d8a52184662bfebff86279eb7431d19583958dd9e4dae26
+Size (dbus-1.10.14.tar.gz) = 1985828 bytes
 SHA1 (patch-ak) = ebb0c291297577a9cff246e7bc71412bf6157254
 SHA1 (patch-al) = c70be84ae79698cc4d83087427646bfb0500f194
 SHA1 (patch-am) = ed334bc76911c9db9f5472c58fb762c56255c5b4



Home | Main Index | Thread Index | Old Index