Skip to content
Snippets Groups Projects
  1. Jul 04, 2024
  2. May 01, 2024
  3. Apr 03, 2024
  4. Apr 14, 2023
  5. Oct 10, 2022
  6. May 04, 2022
  7. Feb 06, 2021
  8. Jul 09, 2020
  9. May 27, 2019
  10. Nov 09, 2018
  11. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 4ad702f0
      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
      4ad702f0
  12. Sep 22, 2016
  13. Dec 05, 2015
  14. Sep 06, 2015
  15. May 16, 2013
  16. Mar 22, 2013
  17. Oct 25, 2012
  18. Oct 24, 2012
  19. Jul 15, 2012
    • Chris Brannon's avatar
      Fix FS#30554; add patches from Debian. · 121bbd7f
      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.
      2.17-13
      121bbd7f
  20. Jun 11, 2012
    • Chris Brannon's avatar
      Fix path of pager. · 2af7b129
      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.
      2.17-12
      2af7b129
  21. Feb 21, 2012
  22. Aug 14, 2010
  23. May 25, 2010
    • Chris Brannon's avatar
      Rebuild for [community] cleanup. · 6ec4140e
      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.
      2.17-9
      6ec4140e
  24. Jul 17, 2009
  25. Jul 16, 2009
Loading