Commit graph

82 commits

Author SHA1 Message Date
drochner
c7a7e72179 update to dbus-1.2.4.6permissive
changes: fix CVE-2009-1189 (flaw in signature validation due to
incomplete fix for CVE-2008-3834)
2009-11-23 19:10:46 +00:00
joerg
76039544d1 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
joerg
75fc561a65 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
abs
783faeab22 Only install messagebus.redhat and rc.messagebus.slackware iff on linux, plus set group on libexec/dbus-daemon-launch-helper 2009-05-18 21:55:30 +00:00
abs
6ec2d566e2 Set mode 4511 on libexec/dbus-daemon-launch-helper - now dhcpcd-gtk and gnome keyring manager work when everything is installed via binary packages - bump pkgrevision 2009-05-08 13:13:51 +00:00
wiz
401b2a83a0 Fix permissions for dbus-daemon-launch-helper, especially with user-destdir.
Bump PKGREVISION.
2009-05-03 22:46:25 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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-03-20 19:23:50 +00:00
wiz
844462dbb5 Filter another directory for print-PLIST. 2009-02-23 11:00:01 +00:00
wiz
7a71ed0df8 Add an ignore pattern. 2009-01-13 10:55:37 +00:00
he
70f591c364 Update from version 1.2.4.2nb1 to 1.2.4.2nb2.
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-09 21:54:15 +00:00
he
89137f46cf Update from version 1.2.4.2 to version 1.2.4.2nb1.
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-09 21:47:32 +00:00
wiz
01c69b1c61 Update to 1.2.4.2 on the "permissive" branch.
This addresses the security problem CVE-2008-4311. For more
details, read
http://lists.freedesktop.org/archives/dbus/2008-December/010769.html
2009-01-07 19:11:36 +00:00
hasso
a027a68ca4 Make dbus really work on DragonFly and FreeBSD. The patch obtained from
FreeBSD ports. Bump PKGREVISION.
2009-01-06 19:00:50 +00:00
obache
3afdabb5f4 Negative option name "nox11" should not be used, use "-x11" instead. 2008-12-21 12:09:42 +00:00
jmcneill
1be8e05202 Restore socket credentials fix that was lost 5 months ago, bump PKGREVISION
and STOP BREAKING DBUS.
2008-11-23 01:40:26 +00:00
wiz
80fc0db1d3 Avoid compiling in example directory path into executables.
Noted by jmcneill.

Bump PKGREVISION.
2008-11-21 21:27:36 +00:00
jmcneill
5e210a3f3a Don't use -Wl,--gc-sections as it strips .note.netbsd.* sections. Bump
pkg revision.
2008-11-15 18:15:09 +00:00
chuck
69d720da3b on darwin configure script picks up private per-user tmp directory
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-11-15 03:59:10 +00:00
tron
e9bef9cfc7 Update "dbus" package to version 1.2.4. Changes since 1.2.3:
- Security fix for CVE-2008-3834
- A small number of compilation and portability fixes
2008-10-12 11:15:22 +00:00
markd
07deed34e0 When removing a loop, remove both the beginning _and_ the end.
Bump PKGREVISION.  Noted by Cem Kayali in pkgsrc-users@
2008-10-11 19:58:24 +00:00
taca
9ec7528abd Some maintainous to dbus pacakge, approved by agc@.
* 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-09-24 11:37:31 +00:00
drochner
6a4dc19c12 restore a patch which got lost in update 2008-08-16 16:38:01 +00:00
wiz
7f99ed5fe0 Update to 1.2.3:
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-08-15 12:15:17 +00:00
bjs
b3a93cfb30 - Fix support for NetBSD's atomic ops.
- 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-19 01:56:44 +00:00
tnn
96502be895 restore patch fragment that was lost in the recent update 2008-06-14 10:24:52 +00:00
drochner
d42c6e47c6 update to 1.2.1, mostly from Blair Sadewitz
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-06-13 11:28:35 +00:00
jmmv
0d3662ee66 Drop maintainership
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-04-30 13:38:14 +00:00
drochner
453631b3b6 add a patch from upstream to fix a possible security bypass
(CVE-2008-0595), bump PKGREVISION
2008-03-02 13:21:07 +00:00
tnn
ffaf0c65b2 Extend __hpux ifdef to also include __sgi 2008-02-21 01:42:13 +00:00
bjs
320b9557f4 Add patch supporting socket credentials for NetBSD, courtesy of
jmcneill@.  Bump rev.
2008-02-08 23:15:16 +00:00
tnn
15fd3031a8 Actually, better bump PKGREVISION since I know at least two pkgsrc/HPUX
users that will benefit from the vsnprintf fix.
2008-02-05 22:08:29 +00:00
tnn
144f5e1d04 revert a local change that wasn't supposed to be committed. 2008-02-05 22:03:57 +00:00
tnn
e7990daf12 Kludge around the fact that the return value from vsnprintf is broken on hp-ux. 2008-02-05 22:03:02 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04 20:54:31 +00:00
dmcmahill
d9c1bcec28 Bump pkgrevision after changing the default for DBUS_USER (to make
the name short enough to be more portable).  As near as I can tell,
no other pkgs actually care about what this username is.
2007-01-17 02:46:59 +00:00
abs
540e691496 Fix build with X11_TYPE=modular 2007-01-10 08:35:57 +00:00
jmmv
6ae9543a0d Fix installation under RedHat and Slackware by always installing all possible
start-up scripts.  This also makes all installations consistent regardless of
the underlying OS.

Bump PKGREVISION to 1.
2006-12-17 15:39:33 +00:00
drochner
78ec4c510f update to 1.0.2
changes:
-Fix bug where calling dbus_threads_init_default would assert
-Fix UUID output to match the spec
-Clear up documentation on UUIDs
-Fix security bug CVE-2006-6107 match rules can be removed by apps that
 did not create them
-pthread fix

pkgsrc changes:
-create /var/lib/dbus on startup
-build against X11 to get the automatic startup of the session bus
 (can be switched off per pkgsrc option)
2006-12-15 19:06:00 +00:00
dmcmahill
aad2c39f9e add URL for upstream bug report 2006-12-12 13:45:07 +00:00
ghen
6cbd8da26a Make the dbus user and group configurable, because (at least on NetBSD) the
defaults messagebus:messagebus trigger daily security warnings (more than 8
characters). The default values are set in mk/defaults/mk.conf but kept the
same for backwards compatibility, so no PKGREVISION bump.
2006-11-29 10:11:53 +00:00
drochner
8ca92472f8 update to 1.0.0
This is the first formal stable release; there were some fixes since
0.92, cleanup and documentation update. The protocol is now considered
stable.
2006-11-13 15:16:20 +00:00
joerg
68bfdc47a0 ${DOCDIR} needs to be prefixed with DESTDIR as well. 2006-11-07 09:30:16 +00:00
joerg
5dfaaf310b DESTDIR support. 2006-11-05 17:06:43 +00:00
rillig
1590cb2b7a Every package should provide at least _some_ documentation. PKGREVISION++ 2006-11-04 00:42:30 +00:00
jmmv
3b25b62447 Fix usage of the 'export' keyword in a shell script to fix build under Solaris.
Per PR pkg/33814 by Raymond Meyer.
2006-09-17 12:02:00 +00:00
jmmv
1112c9a94e Update to 0.92:
- Add support for LOCAL_CREDS socket credentials so that we can connect to
  the system daemon under NetBSD.  It was useless before...

Changes since 0.91:

- Proper thread locking added to pending calls
- Threading semantics changed from init early to init before the second thread
  is started
- Correctly error out when an application tries to acquire or release the
  org.freedesktop.DBus name instead of sending false result codes
- kqueue directory watching code can now be used to monitor config file changes
  on FreeBSD
- --with-dbus-daemondir configure switch added so the daemon can be installed
  separate from the user binaries
- Makefiles fixed for cygwin
- Various fixes for the ongoing Windows port
- Fixed docs and comments to use the D-Bus spelling instead of D-BUS
- Many memleaks and bugs fixed
2006-08-28 08:28:57 +00:00
jmmv
48034db38e Update to 0.91:
D-Bus 0.91 (24 July 2006)
==
- Remove some lingering bits left over from the bindings split
- Fix assertion causing D-Bus applications to crash when checks are enabled
- Fix a timeout bug which would block applications from being auto started

D-Bus 0.90 (17 July 2006)
==
- API/ABI freeze for 1.0
- Bindings are now split out into seperate packages
- ListActivatableNames added as a method on the bus
- Removed deprecated dbus_connection_disconnect (use dbus_connection_close)
- Shared connections are now unreffed on disconnect
- Fixed pending calls for threaded enviornments
- Pending calls get timed out on connection disconnect
- dbus_connection_send_with_reply returns TRUE and a NULL pending call
  if you call it on a connection object which has been disconnected already
  (it returns FALSE on Out of Memory errors only)
- dbus-monitor now correctly catches methods, not just signals
- dbus-monitor now prints object paths

D-BUS 0.62 (12 June 2006)
==
- Doc fixes
- Added support for all data-types for the dbus tools
- Fixed eavesdropping on method calls (dbus-monitor)
- Fixed silent dropping of method calls with interface=NULL
- Fixed console ownership problems in Solaris
- Fixed installation of dbus-signature.h and #include it in dbus/dbus.h
- Flush the user database cache on config reload
- GLib bindings:
  - Fix memory leaks
  - Fix properties in DBusGProxy so that they can be given in any
    order
  - Added lots of assertions to ensure correct use
  - Remove duplicated code
  - Fix static string pointer uses in GPtrArray-based collections
- Python bindings:
  - Remove reference to sys/cdefs.h
- Qt4 bindings:
  - Code reorganized
  - Added the dbusidl2cpp, dbuscpp2xml and dbus tools
  - Added example programs (ping-pong, complex ping-pong, listnames, chat)
  - Updated selftests
  - Fixed compilation and .moc- and .ui-file processing and cleaning
  - Made central classes derive from QObject
  - Enhance error reporting
  - Many bugfixes
- Mono bindings:
  - Minor bugfixes
2006-08-23 09:44:27 +00:00
rillig
afedaa26bc The Solaris /bin/sh does not know "export var=word". 2006-07-14 15:55:02 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00