- Update to 1.4.6
• Remove unfinished changes intended to support GTest-based tests, which were mistakenly included in 1.4.4 OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-1?expand=0&rev=36
This commit is contained in:
parent
d1a60108a2
commit
18b4bd5eee
16
_service
Normal file
16
_service
Normal 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>
|
@ -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
|
||||
|
||||
|
@ -27,8 +27,8 @@ Summary: D-Bus Message Bus System
|
||||
# COMMON1-BEGIN
|
||||
BuildRequires: doxygen libexpat-devel libzio pkgconfig
|
||||
BuildRequires: audit-devel
|
||||
Version: 1.4.1
|
||||
Release: 4
|
||||
Version: 1.4.6
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:957973032701c9a6625117f793513a0d8b1cd6a6bf35b5d775c762c05f1a4aec
|
||||
size 1443101
|
@ -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
|
||||
|
||||
|
@ -26,8 +26,8 @@ Summary: D-Bus Message Bus System
|
||||
# COMMON1-BEGIN
|
||||
BuildRequires: doxygen libexpat-devel libzio pkgconfig
|
||||
BuildRequires: audit-devel
|
||||
Version: 1.4.1
|
||||
Release: 4
|
||||
Version: 1.4.6
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
|
Loading…
Reference in New Issue
Block a user