19 Commits

Author SHA256 Message Date
e10c5ab5d7 Accepting request 1154347 from X11:XOrg
- Update to version 1.1.5
  * Remove "All rights reserved" from Oracle copyright notices
  * configure: Use LT_INIT from libtool 2 instead of deprecated
    AC_PROG_LIBTOOL
  * Xdmcp.h: add access attributes to function prototypes
  * Clear -Wunused-macros warnings when arc4random_buf() is available
  * XdmcpWriteHeader: drop unnecessary cast of free() argument
  * XdmcpWriteHeader: use calloc instead of malloc to alloc buffer
  * gitlab CI: add xz-utils to container for "make distcheck"

OBS-URL: https://build.opensuse.org/request/show/1154347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXdmcp?expand=0&rev=12
2024-03-03 19:18:30 +00:00
aa0b04181a - Update to version 1.1.5
* Remove "All rights reserved" from Oracle copyright notices
  * configure: Use LT_INIT from libtool 2 instead of deprecated
    AC_PROG_LIBTOOL
  * Xdmcp.h: add access attributes to function prototypes
  * Clear -Wunused-macros warnings when arc4random_buf() is available
  * XdmcpWriteHeader: drop unnecessary cast of free() argument
  * XdmcpWriteHeader: use calloc instead of malloc to alloc buffer
  * gitlab CI: add xz-utils to container for "make distcheck"

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdmcp?expand=0&rev=18
2024-03-03 03:37:52 +00:00
7c41a22ac6 Accepting request 1036995 from X11:XOrg
- Update to version 1.1.4
  * Update configure.ac bug URL for gitlab migration
  * gitlab CI: add a basic build test
  * Fix build on Solaris 11.3.0 - 11.3.8
  * Fix spelling/wording issues
  * gitlab CI: enable doc builds in basic build test
  * Use memcpy() instead of memmove() when buffers are known not to overlap
  * arc4random_buf: Only declare ret if HAVE_GETENTROPY is defined
  * XdmcpDisposeARRAYofARRAY8: Reduce scope of i
  * Only link with libbsd if needed for arc4random_buf()
  * Switch from libbsd to libbsd-overlay

OBS-URL: https://build.opensuse.org/request/show/1036995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXdmcp?expand=0&rev=11
2022-11-22 15:09:20 +00:00
38b5378fb4 - Update to version 1.1.4
* Update configure.ac bug URL for gitlab migration
  * gitlab CI: add a basic build test
  * Fix build on Solaris 11.3.0 - 11.3.8
  * Fix spelling/wording issues
  * gitlab CI: enable doc builds in basic build test
  * Use memcpy() instead of memmove() when buffers are known not to overlap
  * arc4random_buf: Only declare ret if HAVE_GETENTROPY is defined
  * XdmcpDisposeARRAYofARRAY8: Reduce scope of i
  * Only link with libbsd if needed for arc4random_buf()
  * Switch from libbsd to libbsd-overlay

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdmcp?expand=0&rev=16
2022-11-20 22:51:01 +00:00
c8397efddd Accepting request 687380 from X11:XOrg
- Update to version 1.1.3
  * This release provides a fix for CVE-2017-2625 for platforms which don't have
    arc4random_buf() in their default libraries but do have getentropy(), such
    as Linux platforms with a kernel version of 3.17 or newer and a glibc version
    of 2.25 or newer.   (libXdmcp 1.1.2 already ensured that arc4random_buf()
    is used on platforms that have it to provide sufficient entropy in XDMCP
    key generation, but left other platforms with the weaker methods.  Linux
    platforms could also have linked against libbsd to use arc4random_buf()
    with libXdmcp 1.1.2 for stronger keys.)
- supersedes U_Fix-compilation-error-when-arc4random_buf-is-not-ava.patch,
  U_Use-getentropy-if-arc4random_buf-is-not-available.patch

OBS-URL: https://build.opensuse.org/request/show/687380
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXdmcp?expand=0&rev=10
2019-03-26 21:28:53 +00:00
35deef07bb - Update to version 1.1.3
* This release provides a fix for CVE-2017-2625 for platforms which don't have
    arc4random_buf() in their default libraries but do have getentropy(), such
    as Linux platforms with a kernel version of 3.17 or newer and a glibc version
    of 2.25 or newer.   (libXdmcp 1.1.2 already ensured that arc4random_buf()
    is used on platforms that have it to provide sufficient entropy in XDMCP
    key generation, but left other platforms with the weaker methods.  Linux
    platforms could also have linked against libbsd to use arc4random_buf()
    with libXdmcp 1.1.2 for stronger keys.)
- supersedes U_Fix-compilation-error-when-arc4random_buf-is-not-ava.patch,
  U_Use-getentropy-if-arc4random_buf-is-not-available.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdmcp?expand=0&rev=14
2019-03-21 15:13:01 +00:00
f33eb8a75d Accepting request 502911 from X11:XOrg
- U_Use-getentropy-if-arc4random_buf-is-not-available.patch
  * Use getentropy() if arc4random_buf() is not available
    (bsc#1025046, CVE-2017-2625)
- U_Fix-compilation-error-when-arc4random_buf-is-not-ava.patch 
  * Fix compilation error when arc4random_buf is not available

OBS-URL: https://build.opensuse.org/request/show/502911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXdmcp?expand=0&rev=9
2017-06-16 08:53:43 +00:00
b33082380c - U_Use-getentropy-if-arc4random_buf-is-not-available.patch
* Use getentropy() if arc4random_buf() is not available
    (bsc#1025046, CVE-2017-2625)
- U_Fix-compilation-error-when-arc4random_buf-is-not-ava.patch 
  * Fix compilation error when arc4random_buf is not available

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdmcp?expand=0&rev=12
2017-06-11 20:31:23 +00:00
6f5441a3ed Accepting request 292404 from X11:XOrg
- added baselibs.conf as source to specfile 

- Update to version 1.1.2:
  This release has hardened handling of invalid arguments & 
  allocation failures, adds support for using arc4random in key
  generation, and adds some unit tests to help developers prevent
  regressions in the future.

OBS-URL: https://build.opensuse.org/request/show/292404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXdmcp?expand=0&rev=8
2015-03-25 08:55:45 +00:00
c73fcbf932 - added baselibs.conf as source to specfile
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdmcp?expand=0&rev=10
2015-03-23 08:43:55 +00:00
2f95a20ef7 Accepting request 292275 from home:tobijk:X11:XOrg
- Update to version 1.1.2:
  This release has hardened handling of invalid arguments & 
  allocation failures, adds support for using arc4random in key
  generation, and adds some unit tests to help developers prevent
  regressions in the future.

OBS-URL: https://build.opensuse.org/request/show/292275
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdmcp?expand=0&rev=9
2015-03-23 08:40:01 +00:00
141bfa8dc9 Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdmcp?expand=0&rev=8
2014-04-27 22:07:45 +00:00
Stephan Kulow
21a8a9c990 Accepting request 160089 from X11:XOrg
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/160089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXdmcp?expand=0&rev=5
2013-03-22 10:54:36 +00:00
73b38119e1 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdmcp?expand=0&rev=6 2013-03-19 19:47:26 +00:00
Stephan Kulow
8bac953151 Accepting request 115350 from X11:XOrg
Pushing X11:XOrg

OBS-URL: https://build.opensuse.org/request/show/115350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXdmcp?expand=0&rev=2
2012-05-08 09:57:26 +00:00
9c7997b72d Accepting request 113248 from home:vuntz:branches:X11:XOrg
Update to 1.1.1

OBS-URL: https://build.opensuse.org/request/show/113248
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdmcp?expand=0&rev=4
2012-04-12 10:44:30 +00:00
1ff3418439 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdmcp?expand=0&rev=3 2012-03-07 09:47:09 +00:00
Stephan Kulow
e49545384d Accepting request 105451 from X11:XOrg
- Split xorg-x11-libs into separate packages

OBS-URL: https://build.opensuse.org/request/show/105451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXdmcp?expand=0&rev=1
2012-02-17 11:03:10 +00:00
d47de98c1b Accepting request 104218 from home:jengelh:branches:X11:XOrg
Replaces xorg-x11-libXdmcp

OBS-URL: https://build.opensuse.org/request/show/104218
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdmcp?expand=0&rev=1
2012-02-13 10:07:08 +00:00