[arch-commits] Commit in wget/trunk (PKGBUILD)

Stéphane Gaudreault stephane at archlinux.org
Tue Feb 22 19:08:48 UTC 2011


    Date: Tuesday, February 22, 2011 @ 14:08:48
  Author: stephane
Revision: 110852

upgpkg: wget 1.12-6
Add support for IRIs (fix FS#22833)

Modified:
  wget/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-22 18:58:44 UTC (rev 110851)
+++ PKGBUILD	2011-02-22 19:08:48 UTC (rev 110852)
@@ -4,13 +4,13 @@
 
 pkgname=wget
 pkgver=1.12
-pkgrel=5
+pkgrel=6
 pkgdesc="A network utility to retrieve files from the Web"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/wget/wget.html"
 license=('GPL3')
 groups=('base')
-depends=('glibc' 'openssl')
+depends=('glibc' 'openssl' 'gettext' 'libidn')
 optdepends=('ca-certificates: HTTPS downloads')
 backup=('etc/wgetrc')
 install=wget.install
@@ -25,7 +25,7 @@
   # Fix arbitrary file overwrite via 3xx redirect (CVE-2010-2252)
   patch -Np1 -i ../wget-1.12-CVE-2010-2252.patch
 
-  ./configure -with-ssl --prefix=/usr --sysconfdir=/etc
+  ./configure -with-ssl --prefix=/usr --sysconfdir=/etc --enable-nls
   make
 }
 




More information about the arch-commits mailing list