2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-11-03 10:14:21 by Roland Illig | Files touched by this commit (148) |
Log message:
x11: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-03-17 09:04:00 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libXdmcp: update to 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.)
Alan Coopersmith (2):
Update README for gitlab migration
libXdmcp 1.1.3
Benjamin Tissoires (2):
Use getentropy() if arc4random_buf() is not available
Fix compilation error when arc4random_buf is not available
Emil Velikov (1):
autogen.sh: use quoted string variables
Helmut Grohne (1):
do not use &fullrelvers; in xdmcp.xml (Debian bug 761628)
Jon TURNEY (1):
Link with winsock library for socket functions on MinGW
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-04-03 00:35:06 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 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.
Alan Coopersmith (11):
Remove unused TLI ("STREAMSCONN") code from libXdmcp
Ensure ARRAY* structs are zero'ed out when allocation fails
Make XdmcpCopyARRAY8 call XdmcpAllocARRAY8 instead of replicating it
Add unit tests for Array allocation functions
Ensure ARRAY* structs are zero'ed out when oversize values are passed
Ensure ARRAYofARRAY8 pointers are initialized to NULL
Also reject requests to allocate negative sized amounts of memory
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Add AC_USE_SYSTEM_EXTENSIONS to expose arc4random() interfaces in headers
libXdmcp 1.1.2
Matthieu Herrb (1):
Use arc4random when available to produce the XDM-AUTHENTICATION1 key
|
2014-03-10 12:56:02 by Jonathan Perkin | Files touched by this commit (4) |
Log message:
When creating fake .pc files, first check all possible pkgconfig
directories rather than just lib/pkgconfig. Required for Red Hat
Linux support which spreads them across lib${LIBABISUFFIX} and
share directories.
|
2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-06-09 09:00:50 by OBATA Akio | Files touched by this commit (25) |
Log message:
Require hacks for fixing autoconf + space in variable name issue.
|