Skip to content

Commit

Permalink
wget - update from 1.24.5 to 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Nov 12, 2024
1 parent ad74276 commit 72e9ea7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/wget/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. ../../lib/build.sh

PROG=wget
VER=1.24.5
VER=1.25.0
PKG=web/wget
SUMMARY="GNU Wget"
DESC="Retrieving files using HTTP, HTTPS, FTP and FTPS "
Expand Down
4 changes: 2 additions & 2 deletions build/wget/patches/hostos.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ report 'solaris2.11'
diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure
--- a~/configure 1970-01-01 00:00:00
+++ a/configure 1970-01-01 00:00:00
@@ -8376,7 +8376,7 @@ case $host_os in *\ *) host_os=`echo "$h
@@ -8678,7 +8678,7 @@ case $host_os in *\ *) host_os=`echo "$h



-printf "%s\n" "#define OS_TYPE \"$host_os\"" >>confdefs.h
+printf "%s\n" "#define OS_TYPE \"OmniOS\"" >>confdefs.h


# Check whether --enable-silent-rules was given.

diff -wpruN --no-dereference '--exclude=*.orig' a~/configure.ac a/configure.ac
--- a~/configure.ac 1970-01-01 00:00:00
+++ a/configure.ac 1970-01-01 00:00:00
Expand Down
2 changes: 1 addition & 1 deletion build/wget/patches/nofuzz.patch
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/Makefile.am a/Makefile.am
diff -wpruN --no-dereference '--exclude=*.orig' a~/Makefile.in a/Makefile.in
--- a~/Makefile.in 1970-01-01 00:00:00
+++ a/Makefile.in 1970-01-01 00:00:00
@@ -1971,7 +1971,7 @@ distuninstallcheck_listfiles = find . -t
@@ -2128,7 +2128,7 @@ distuninstallcheck_listfiles = find . -t
ACLOCAL_AMFLAGS = -I m4

# subdirectories in the distribution
Expand Down
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
| text/groff | 1.23.0 | https://ftp.gnu.org/gnu/groff/
| text/less | 668 | http://www.greenwoodsoftware.com/less/download.html
| web/curl | 8.11.0 | https://curl.haxx.se/download.html
| web/wget | 1.24.5 | https://ftp.gnu.org/gnu/wget/
| web/wget | 1.25.0 | https://ftp.gnu.org/gnu/wget/
| web/wget2 | 2.1.0 | https://ftp.gnu.org/gnu/wget/
| library/glib2 | 2.82.2 | https://download.gnome.org/sources/glib/cache.json https://download.gnome.org/sources/glib/ | Odd minor versions are dev/unstable
| developer/gnu-binutils | 2.43.1 | https://ftp.gnu.org/gnu/binutils
Expand Down

0 comments on commit 72e9ea7

Please sign in to comment.