2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2022-10-30 02:12:00 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
sessreg: update to 1.1.3.
Alan Coopersmith (6):
Fix spelling/wording issues
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
gitlab CI: stop requiring Signed-off-by in commits
Fix -Wstringop-truncation warnings in safe_strncpy()
sessreg 1.1.3
|
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-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-06-11 10:13:05 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
sessreg: update to 1.1.2.
Changes since 1.1.1:
Alan Coopersmith (4):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Add comment about why safe_strncpy isn't replaced with strlcpy
sessreg 1.1.2
Fabrice Fontaine (1):
Fix missing defines _PATH_WTMPX/_PATH_UTMPX in musl
Peter Hutterer (1):
Replace strncpy calls with a sane version that always terminates
|
2017-02-28 08:34:29 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated sessreg to 1.1.1.
Egbert Eich (1):
Use off_t instead of long to make largefile support work
Emil Velikov (1):
autogen.sh: use quoted string variables
Matt Turner (1):
sessreg 1.1.1
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Stefan Dirsch (1):
Pass -P to the preprocessor when generating filenames for the manpage.
|
2016-04-07 15:34:13 by Tobias Nygren | Files touched by this commit (3) |
Log message:
actually, just passing -P to cpp(1) to inhibit linemarkers when using GCC
is sufficient and avoids patch and tool dependency on tradcpp.
Gleaned from FreeBSD ports.
|
2016-04-07 15:21:38 by Tobias Nygren | Files touched by this commit (3) |
Log message:
Use tradcpp(1) for preprocessing sed script which is not actually C code.
Fixes build with gcc5.
(sed: 3: filenames.sed: unescaped newline inside substitute pattern)
|