2021-12-05 19:15:47 by Nia Alarie | Files touched by this commit (1) |
Log message:
libXpm: fix X11_BUILTIN_NAME
|
2021-12-01 14:01:17 by Nia Alarie | Files touched by this commit (38) |
Log message:
x11: Add avoid-duplicate.mk to Xorg library packages
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
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-12-13 11:42:37 by Thomas Klausner | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
libXpm: update to 3.5.13.
Lest we be accused that users have to wait many years to get fixes out,
let's quickly release the branch before the calendar turns over over again
so it's just some years. The actual fixes here are some found by static
analysers, and a build fix for Windows (which, curiously, is dated to 2012
so clearly we're at the top of the game here). Nothing overly exciting, but
covscan, parfait, etc. should be a bit happier now.
Alan Coopersmith (3):
After fdopen(), use fclose() instead of close() in error path
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Benjamin Tissoires (1):
parse: simplify error paths in xpmParseColors()
Dave Bodenstab (1):
Windows build fixes
Emil Velikov (1):
autogen.sh: use quoted string variables
Fabrice Fontaine (1):
Allow usage when fork() is not available
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (3):
autogen.sh: use exec instead of waiting for configure to finish
parse: avoid memleak on error with STRLCAT/STRLCPY
libXpm 3.5.13
|
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.
|
2016-12-16 00:02:51 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated libXpm to 3.5.12.
Jörg Sonnenberger (1):
Fix abs() usage.
Matthieu Herrb (1):
libXpm 3.5.12
Tobias Stoeckmann (4):
Fix out out boundary read on unknown colors
Gracefully handle EOF while parsing files.
Avoid OOB write when handling malicious XPM files.
Handle size_t in file/buffer length
|
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.
|
2013-09-08 10:19:04 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 3.5.11:
This minor maintenance release provides various build configuration
improvements and other janitorial cleanups, including declaring the
filename parameters in the API as "const char *" to reduce unnecessary
const-strings warnings in callers.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (4):
Close fd if fdopen() or xpmPipeThrough() fails in OpenWriteFile()
Add noreturn attributes suggested by gcc
Fix typo in COPYING (matches src/amigax.h)
libXpm 3.5.11
Christophe CURIS (2):
Added 'const' qualifier to the filename argument to internal functions
Added 'const' attribute to all filename arguments in the API
Claudio Bley (1):
Fix libXpm build with NO_ZPIPE
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Eric S. Raymond (1):
doclifter can't handle more than one dash in a name line.
Jon TURNEY (1):
Define NO_ZPIPE when building for MinGW
|