summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarshit Shah2015-08-16 00:32:54 +0530
committerDarshit Shah2015-08-16 00:32:54 +0530
commit96acd09cf6c72f491695c190e8072cc1d0d54655 (patch)
treef9f160efad68bde609b732b36d56ca1c61e23ab7
parent24f64aaf6538cb79b11f2b3f7e54c55a54abe306 (diff)
downloadaur-96acd09cf6c72f491695c190e8072cc1d0d54655.tar.gz
Update to patch 104. Fix -o- and other bug fixes
commit e04c5989ff482e1fd1e6ee9defae94c95893d5bd Author: Miquel Llobet <mllobet.cm@gmail.com> Date: Sun Mar 15 21:48:27 2015 +0100 Fixed #44516 -o- not logging to stdout src/log.c (log_init): check for hypen on filename, set stdout commit 12bae50b28fa20f9ffa3d5b0e88f4ebf51fa6864 Author: Daniele Calore <daniele.calore@tin.it> Date: Sun Aug 16 00:16:12 2015 +0530 Fix #40426: Allow -r -O- only if FILE is regular * main.c: added check of "-r -O FILE" option combination allow only if FILE is a regular file (bug #40426) commit f71887bbe58acc0246e162cd2c4345ecbc9d92f2 Author: Darshit Shah <darnir@gmail.com> Date: Sat Aug 15 15:43:33 2015 +0530 Fix var name conflicts with math.h and wingdi.h * src/recur.c (reject_reason): Rename all enum members to WG_RR_xx. * src/recur.c (retrieve_tree, download_child, write_reject_log_reason): Same
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c199755c93e..6200a6dc62f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wget-git
pkgdesc = A network utility to retrieve files from the Web
- pkgver = 1.16.3.r101.g84c405e
+ pkgver = 1.16.3.r104.ge04c598
pkgrel = 1
url = http://www.gnu.org/software/wget/wget.html
install = wget.install
diff --git a/PKGBUILD b/PKGBUILD
index b11e4453ac00..3d2c72534c25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gitname=wget
pkgname=$_gitname-git
-pkgver=1.16.3.r101.g84c405e
+pkgver=1.16.3.r104.ge04c598
pkgrel=1
pkgdesc="A network utility to retrieve files from the Web"
arch=('i686' 'x86_64')