summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorTreeve Jelbert2019-04-05 20:35:02 +0200
committerTreeve Jelbert2019-04-05 20:38:02 +0200
commit6df83e85d18c6c6178198aa4e1b09c0aaa62ca54 (patch)
treed8cedbc5ff4a831a148f4ce2c2133938e3e552f3 /ftp
parentb9e0c83fe42d594793c7bdfe37718e20e47e9ebd (diff)
wget: => 1.20.3 SECURITY FIX
Diffstat (limited to 'ftp')
-rwxr-xr-xftp/wget/DETAILS8
-rw-r--r--ftp/wget/HISTORY4
2 files changed, 8 insertions, 4 deletions
diff --git a/ftp/wget/DETAILS b/ftp/wget/DETAILS
index 2403855764..5add485acf 100755
--- a/ftp/wget/DETAILS
+++ b/ftp/wget/DETAILS
@@ -1,6 +1,6 @@
SPELL=wget
- VERSION=1.20.2
- SECURITY_PATCH=5
+ VERSION=1.20.3
+ SECURITY_PATCH=6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE2="${SOURCE}.sig"
@@ -9,7 +9,7 @@
SOURCE2_IGNORE="signature"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
DOC_DIRS=""
- WEB_SITE=http://www.gnu.org/software/wget/
+ WEB_SITE=https://www.gnu.org/software/wget/
ENTERED=20010922
LICENSE[0]=GPL
KEYWORDS="web ftp"
@@ -22,7 +22,7 @@ non-interactively, so it will work in the background, after having
logged off. The program supports recursive retrieval of web-authoring
pages as well as ftp sites-- you can use wget to make mirrors of
archives and home pages or to travel the Web like a WWW robot.
-Wget works particularly well with slow or unstable connections by
+Wget works particularly well with slow or stable connections by
continuing to retrive a document until the document is fully downloaded.
Re-getting files from where it left off works on servers (both http and
ftp) that support it. Both http and ftp retrievals can be time stamped,
diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index edfa6c83a5..ec5a7273ab 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,7 @@
+2019-04-05 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.20.3
+ SECURITY_PATCH++
+
2019-04-01 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 1.20.2, gpg checking is back