- Jul 04, 2024
-
-
T.J. Townsend authored
-
- May 01, 2024
-
-
T.J. Townsend authored
-
- Apr 03, 2024
-
-
T.J. Townsend authored
-
T.J. Townsend authored
-
- Apr 14, 2023
-
-
T.J. Townsend authored
-
- Oct 10, 2022
-
-
T.J. Townsend authored
-
- May 04, 2022
-
-
Laurent Carlier authored
-
- Feb 06, 2021
-
-
Laurent Carlier authored
-
- Jul 09, 2020
-
-
Laurent Carlier authored
-
Laurent Carlier authored
-
- May 27, 2019
-
-
Antonio Rojas authored
-
- Nov 09, 2018
-
- Nov 15, 2017
-
-
Evangelos Foutras authored
FTR, commands used to change arch=() and then verify the changes: $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD* $ grep -r i686 * | grep arch= | grep -v repos $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- | while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do echo "$l1 -> $l2" done | sort -u
-
- Sep 22, 2016
-
-
Alexander Rødseth authored
-
- Dec 05, 2015
-
-
Florian Pritz authored
-
Antonio Rojas authored
-
- Sep 06, 2015
-
-
Evangelos Foutras authored
-
- May 16, 2013
-
-
Laurent Carlier authored
-
- Mar 22, 2013
-
-
Eric Bélanger authored
-
- Oct 25, 2012
-
-
Evangelos Foutras authored
-
- Oct 24, 2012
-
-
Alexander Rødseth authored
-
- Jul 15, 2012
-
-
Chris Brannon authored
The "hunt" program contained an incorrect cast. A comparison is made against the return value of ntohl. The original code casts the righthand operand to unsigned long, but ntohl actually returns uint32_t. Also, we need to add a NULL pointer check to another function in hunt.c, to prevent a possible NULL pointer dereference, which leads to a segfault. This is completely unrelated to the issue in FS#30554. The patches are courtesy of Debian.
-
- Jun 11, 2012
-
-
Chris Brannon authored
less is no longer in /bin, so stop overriding the pager path in config.params. Upstream's default is /usr/bin/less. See FS#30188.
-
- Feb 21, 2012
-
-
Chris Brannon authored
See FS 28544. There are several better alternatives, including the banner package from the AUR.
-
- Aug 14, 2010
-
-
Chris Brannon authored
The wargames script had the hard-coded path /usr/games, but that directory is not used. See FS#20444. Also, removed occurrences of "|| return 1", since they are now superfluous.
-
- May 25, 2010
-
-
Chris Brannon authored
This package would not build with the current version of glibc. Several of the programs define an internal function named getline. These internal definitions have nothing to do with the getline from glibc. I made a patch. The name of each internal getline function is prefixed with the name of the program which uses it. Also, I changed the dependency on bash to a dependency on sh. The shell scripts in the package are free of bashisms, according to the checkbashisms tool (available in the AUR). Finally, I made some miscellaneous changes, such as quoting $pkgdir and $srcdir.
-
- Jul 17, 2009
-
-
Aaron Griffin authored
-
- Jul 16, 2009
-
-
Aaron Griffin authored
-