summaryrefslogtreecommitdiffstats
path: root/abs/core/wget
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 19:06:33 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 19:06:33 (GMT)
commit338a8c75f972e9549d088e4620e8181b8f597fa5 (patch)
tree59d3816383de230a1c2490b6bfc7b4df16ad311d /abs/core/wget
parent56effcb9deacbf975a0edc73a51c94584f2116e2 (diff)
downloadlinhes_pkgbuild-338a8c75f972e9549d088e4620e8181b8f597fa5.zip
linhes_pkgbuild-338a8c75f972e9549d088e4620e8181b8f597fa5.tar.gz
linhes_pkgbuild-338a8c75f972e9549d088e4620e8181b8f597fa5.tar.bz2
wget 1.13.4
Diffstat (limited to 'abs/core/wget')
-rw-r--r--abs/core/wget/PKGBUILD5
-rw-r--r--abs/core/wget/__changelog2
2 files changed, 5 insertions, 2 deletions
diff --git a/abs/core/wget/PKGBUILD b/abs/core/wget/PKGBUILD
index 44a6477..4258f04 100644
--- a/abs/core/wget/PKGBUILD
+++ b/abs/core/wget/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: PKGBUILD 138218 2011-09-19 05:03:16Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
@@ -19,7 +19,7 @@ md5sums=('7f518b3a71e9efd330e9a0c3714f8463')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
+ sed -i '/gets is a security hole/d' lib/stdio.in.h
# Note : We do not build with --enable-nls, because there is a bug in wget causing
# international domain names to be not properly converted to punycode if
# the current locale is a UTF-8 one
@@ -31,6 +31,7 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
make DESTDIR="${pkgdir}" install
cat >> "$pkgdir/etc/wgetrc" <<EOF
diff --git a/abs/core/wget/__changelog b/abs/core/wget/__changelog
new file mode 100644
index 0000000..55fb64e
--- /dev/null
+++ b/abs/core/wget/__changelog
@@ -0,0 +1,2 @@
+sed -i '/gets is a security hole/d' \
+ gettext-{runtime/gnulib-lib,tools/{gnulib-lib,libgettextpo}}/stdio.in.h