Accepting request 63752 from Base:System

Accepted submit request 63752 from user coolo

OBS-URL: https://build.opensuse.org/request/show/63752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dbus-1?expand=0&rev=62
This commit is contained in:
Sascha Peilicke 2011-03-09 16:23:43 +00:00 committed by Git OBS Bridge
commit 233ab3075f
7 changed files with 107 additions and 6 deletions

16
_service Normal file
View File

@ -0,0 +1,16 @@
<services>
<service name="download_url">
<param name="protocol">http</param>
<param name="host">dbus.freedesktop.org</param>
<param name="path">/releases/dbus/dbus-1.4.6.tar.gz</param>
</service>
<service name="verify_file">
<param name="file">_service:download_url:dbus-1.4.6.tar.gz</param>
<param name="verifier">sha256</param>
<param name="checksum">753e1e64df2de518ec93bdee9a813a85b3c147a363615412818c3c095cb8a567</param>
</service>
<service name="recompress">
<param name="file">*.tar.gz</param>
<param name="compression">bz2</param>
</service>
</services>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb880b6513fc72a206969113521bf2fff29b8d12506dbbdad9d9d571b396989b
size 1442062

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Wed Mar 9 13:23:09 UTC 2011 - coolo@novell.com
- Update to 1.4.6
• Remove unfinished changes intended to support GTest-based tests,
which were mistakenly included in 1.4.4
- Update to 1.4.4
• Switch back to using even micro versions for stable releases; 1.4.1
should have been called 1.4.2, so skip that version number
• Don't leave bad file descriptors being watched when spawning processes,
which could result in a busy-loop (fd.o #32992, NB#200248; possibly
also LP#656134, LP#680444, LP#713157)
• Check for MSG_NOSIGNAL correctly
• Fix failure to detect abstract socket support (fd.o #29895)
• Make _dbus_system_logv actually exit with DBUS_SYSTEM_LOG_FATAL
(fd.o #32262, NB#180486)
• Improve some error code paths (fd.o #29981, fd.o #32264, fd.o #32262,
fd.o #33128, fd.o #33277, fd.o #33126, NB#180486)
• Avoid possible symlink attacks in /tmp during compilation (fd.o #32854)
• Tidy up dead code (fd.o #25306, fd.o #33128, fd.o #34292, NB#180486)
• Improve gcc malloc annotations (fd.o #32710)
• If the system bus is launched via systemd, protect it from the OOM killer
• Documentation improvements (fd.o #11190)
• Avoid readdir_r, which is difficult to use correctly (fd.o #8284,
fd.o #15922, LP#241619)
• Cope with invalid files in session.d, system.d (fd.o #19186,
Debian #230231)
• Don't distribute generated files that embed our builddir (fd.o #30285,
fd.o #34292)
• Raise the system bus's fd limit to be sufficient for its configuration
(fd.o #33474, LP#381063)
• Fix syslog string processing
• Ignore -Waddress
• Remove broken gcov parsing code and --enable-gcov, and replace them
with lcov HTML reports and --enable-compiler-coverage (fd.o #10887)
• Windows:
· avoid live-lock in Windows CE due to unfair condition variables
• OpenBSD:
· support credentials-passing (fd.o #32542)
• Solaris:
· opt-in to thread safety (fd.o #33464)
-------------------------------------------------------------------
Sun Jan 2 12:54:14 UTC 2011 - javier@opensuse.org

View File

@ -17,7 +17,6 @@
# norootforbuild
Name: dbus-1-x11
BuildRequires: xorg-x11-devel
Url: http://dbus.freedesktop.org/
@ -28,7 +27,7 @@ Summary: D-Bus Message Bus System
# COMMON1-BEGIN
BuildRequires: doxygen libexpat-devel libzio pkgconfig
BuildRequires: audit-devel
Version: 1.4.1
Version: 1.4.6
Release: 1
AutoReqProv: on
# bug437293

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:957973032701c9a6625117f793513a0d8b1cd6a6bf35b5d775c762c05f1a4aec
size 1443101

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Wed Mar 9 13:23:09 UTC 2011 - coolo@novell.com
- Update to 1.4.6
• Remove unfinished changes intended to support GTest-based tests,
which were mistakenly included in 1.4.4
- Update to 1.4.4
• Switch back to using even micro versions for stable releases; 1.4.1
should have been called 1.4.2, so skip that version number
• Don't leave bad file descriptors being watched when spawning processes,
which could result in a busy-loop (fd.o #32992, NB#200248; possibly
also LP#656134, LP#680444, LP#713157)
• Check for MSG_NOSIGNAL correctly
• Fix failure to detect abstract socket support (fd.o #29895)
• Make _dbus_system_logv actually exit with DBUS_SYSTEM_LOG_FATAL
(fd.o #32262, NB#180486)
• Improve some error code paths (fd.o #29981, fd.o #32264, fd.o #32262,
fd.o #33128, fd.o #33277, fd.o #33126, NB#180486)
• Avoid possible symlink attacks in /tmp during compilation (fd.o #32854)
• Tidy up dead code (fd.o #25306, fd.o #33128, fd.o #34292, NB#180486)
• Improve gcc malloc annotations (fd.o #32710)
• If the system bus is launched via systemd, protect it from the OOM killer
• Documentation improvements (fd.o #11190)
• Avoid readdir_r, which is difficult to use correctly (fd.o #8284,
fd.o #15922, LP#241619)
• Cope with invalid files in session.d, system.d (fd.o #19186,
Debian #230231)
• Don't distribute generated files that embed our builddir (fd.o #30285,
fd.o #34292)
• Raise the system bus's fd limit to be sufficient for its configuration
(fd.o #33474, LP#381063)
• Fix syslog string processing
• Ignore -Waddress
• Remove broken gcov parsing code and --enable-gcov, and replace them
with lcov HTML reports and --enable-compiler-coverage (fd.o #10887)
• Windows:
· avoid live-lock in Windows CE due to unfair condition variables
• OpenBSD:
· support credentials-passing (fd.o #32542)
• Solaris:
· opt-in to thread safety (fd.o #33464)
-------------------------------------------------------------------
Sun Jan 2 12:54:14 UTC 2011 - javier@opensuse.org

View File

@ -26,7 +26,7 @@ Summary: D-Bus Message Bus System
# COMMON1-BEGIN
BuildRequires: doxygen libexpat-devel libzio pkgconfig
BuildRequires: audit-devel
Version: 1.4.1
Version: 1.4.6
Release: 1
AutoReqProv: on
# bug437293