summaryrefslogtreecommitdiff
path: root/sysutils/dbus
AgeCommit message (Collapse)AuthorFilesLines
2012-09-02Darwin supports kqueue(2), too.shattered1-1/+2
2012-08-14_dbus_poll: Set the timeout value argument to poll to -1 wheneverabs3-4/+19
it is less than -1 to avoid kde4 session start hang From: Sverre Froyen Bump PKGREVISION
2012-08-09Fix a couple of compile problems on Solaris.jperkin3-1/+33
2012-08-01update to 1.6.4drochner17-748/+151
this is a step of two major branches, to much to list here pkgsrc notes: -I've left out our NETBSD_ATOMIC_OPS patch because it is very invasive and gcc intrinsics are hopefully good enough -A workaround for non-standard behavior of vsnprintf has been added upstream, for HPUX as the comment says. We had a patch for __hpux||__sgi which is removed now - the sgi case should be checked.
2012-07-28remove repeated settingreed1-3/+1
2012-03-30fixes build on OpenBSD, taken from upstream repository.obache2-12/+24
2011-10-29Fix typo in previous that made deinstallation fail...dholland1-2/+2
2011-10-29sysutils/dbus: Fix pkg_delete errorsmarino2-4/+21
Fixes the following errors: > pkg_delete dbus-1.2.4.6nb4 pkg_delete: Directory '/usr/pkg/share/dbus-1/system-services' disappeared, skipping pkg_delete: Directory '/usr/pkg/share/dbus-1/service' disappeared, skipping
2011-06-13Add patch for CVE-2011-2200 (SA44896) fromtez3-3/+31
http://cgit.freedesktop.org/dbus/dbus/commit/?h=dbus-1.2&id=6519a1f77c61d753d4c97efd6e15630eb275336e
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2010-12-29Add fix for vulnerability reported in CVE-2010-4352 (SA42580) takentron6-3/+220
from the "dbus" GIT repository.
2010-12-05Bump revision for default options changes on DragonFly.asau1-1/+2
2010-12-05Default to use kqueue on DragonFly.asau1-2/+3
Requested by Rumko in PR pkg/44194
2010-11-07kqueue is BSD-specific; add it to PKG_SUPPORTED_OPTIONS only on *BSD.shattered1-2/+3
2010-05-27Exactly disable installation of init scripts.obache1-1/+2
Fixes PLIST mismatch for RedHat and Slackware like distributions as reported by Aleksey Cheusov via PR#43369.
2010-02-21fix for pr#42396 from dbus 1.2.16 (different branch than this)tez2-6/+18
don't pass -no-pointer-sign to compiler that does not support it (gcc34)
2010-01-24Added LICENSE information.heinz1-1/+2
2009-11-23update to dbus-1.2.4.6permissivedrochner3-23/+7
changes: fix CVE-2009-1189 (flaw in signature validation due to incomplete fix for CVE-2008-3834)
2009-06-14Remove @dirrm related logic.joerg1-9/+1
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-4/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-11/+1
2009-05-18Only install messagebus.redhat and rc.messagebus.slackware iff on linux, ↵abs2-7/+13
plus set group on libexec/dbus-daemon-launch-helper
2009-05-08Set mode 4511 on libexec/dbus-daemon-launch-helper - now dhcpcd-gtk and ↵abs1-3/+3
gnome keyring manager work when everything is installed via binary packages - bump pkgrevision
2009-05-03Fix permissions for dbus-daemon-launch-helper, especially with user-destdir.wiz1-2/+3
Bump PKGREVISION.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-23Filter another directory for print-PLIST.wiz1-1/+3
2009-01-13Add an ignore pattern.wiz1-1/+2
2009-01-09Update from version 1.2.4.2nb1 to 1.2.4.2nb2.he1-2/+6
Pkgsrc changes: o Add BUILDLINK_TRANSFORM settings which deactivate -fPIE and -pie in the compiler invocation. The configure script of this package checks to see if gcc accepts those options, and uses them if it does. However, apparently that does not mean that we universally will be able to run the resulting executables -- on NetBSD/4.0 macppc the run-time linker says "Unsupported relocation type 6 in non-PLT relocations" Tested that the dbus-daemon executable remains runnable on both i386 and that it is so now on macppc. Thanks to jmcneill@ and joerg@ for hints leading to this fix.
2009-01-09Update from version 1.2.4.2 to version 1.2.4.2nb1.he3-16/+24
Pkgsrc changes: o Modify one of the patches with a patch reported as part of PR#40347 to make this package build on NetBSD 4.0 and probably earlier versions as well. Many thanks to Hasso Tepper for the patch.
2009-01-07Update to 1.2.4.2 on the "permissive" branch.wiz4-13/+28
This addresses the security problem CVE-2008-4311. For more details, read http://lists.freedesktop.org/archives/dbus/2008-December/010769.html
2009-01-06Make dbus really work on DragonFly and FreeBSD. The patch obtained fromhasso3-21/+82
FreeBSD ports. Bump PKGREVISION.
2008-12-21Negative option name "nox11" should not be used, use "-x11" instead.obache1-6/+6
2008-11-23Restore socket credentials fix that was lost 5 months ago, bump PKGREVISIONjmcneill3-11/+126
and STOP BREAKING DBUS.
2008-11-21Avoid compiling in example directory path into executables.wiz3-9/+13
Noted by jmcneill. Bump PKGREVISION.
2008-11-15Don't use -Wl,--gc-sections as it strips .note.netbsd.* sections. Bumpjmcneill1-1/+3
pkg revision.
2008-11-15on darwin configure script picks up private per-user tmp directorychuck3-2/+20
in /var/folders/xx/...+++... via the TMPDIR environment and cheerfully installs it in /usr/pkg/etc/dbus-1/session.conf meaning that only the user who installed the package will be able to write to that directory... except that dbus rejects directories with "+"'s in the filename so it won't work anyway. use configure --with-session-socket-dir=/tmp to work around this. found a description of this issue here: http://wiki.gnucash.org/wiki/MacOSX/Quartz in the "Running from the commandline" section. dbus also cannot cope with $DISPLAY containing "/" chars (like in darwin ... /tmp/launch-kcvznx/:0 ) so get rid of the ":" as described here: https://trac.macports.org/attachment/ticket/16833/patch-dbus-launch-x11.c.diff
2008-10-12Update "dbus" package to version 1.2.4. Changes since 1.2.3:tron3-26/+13
- Security fix for CVE-2008-3834 - A small number of compilation and portability fixes
2008-10-11When removing a loop, remove both the beginning _and_ the end.markd2-4/+3
Bump PKGREVISION. Noted by Cem Kayali in pkgsrc-users@
2008-09-24Some maintainous to dbus pacakge, approved by agc@.taca7-14/+73
* Change "${VARBASE}/lib/dbus" to "${VARBASE}/db/dbus". * Create "${VARBASE}/db/dbus" with OWN_DIRS_PERMS at install time. * Generate "${VARBASE}/db/dbus/machine-id" file at install time. * Install dbus-daemon-launch-helper with mode 04550 instead of 04750. It solves start gimp successfully without running dbus-daemon as before. Bump PKGREVISION.
2008-08-16restore a patch which got lost in updatedrochner2-1/+17
2008-08-15Update to 1.2.3:wiz7-175/+25
1.2.3: * New UpdateActivationEnvironment bus API (#16669) * Solaris Auditing (ADT) support (#15740) * Various notable bug fixes: #16727, #16294, #15947 #15588 * Other more minor bugs
2008-06-19- Fix support for NetBSD's atomic ops.bjs9-22/+163
- Fix up some inconsistent handing of CONFIGURE_ARGS (mostly related to the debug option). - Add test target (commented out, see Makefile). - Add some patches from freedesktop.org git (see comments atop new patches). - Remove trailing comma from an enum in tools/dbus-monitor.c. Passes all tests on NetBSD/amd64 4.99.65, save for spawn test, which seems to hang (?). I'm also running GNOME now and everything seems to be in order.
2008-06-14restore patch fragment that was lost in the recent updatetnn2-4/+23
2008-06-13update to 1.2.1, mostly from Blair Sadewitzdrochner10-259/+398
There is some stuff in the pkg which is not completed or doesn't work yet, as support for NetBSD's new atomic increment ops, but this is not essential. It is a good moment to do the update right now because gtk2 was just updated, and there is just enough time before the next branch. This is a major update, too many changes to list here.
2008-04-30Drop maintainershipjmmv1-2/+2
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2008-03-02add a patch from upstream to fix a possible security bypassdrochner3-3/+54
(CVE-2008-0595), bump PKGREVISION
2008-02-21Extend __hpux ifdef to also include __sgitnn2-4/+4
2008-02-08Add patch supporting socket credentials for NetBSD, courtesy ofbjs3-6/+109
jmcneill@. Bump rev.
2008-02-05Actually, better bump PKGREVISION since I know at least two pkgsrc/HPUXtnn1-2/+2
users that will benefit from the vsnprintf fix.
2008-02-05revert a local change that wasn't supposed to be committed.tnn1-2/+1