1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175
|
wget2 (2.2.0+ds-1) unstable; urgency=medium
* Team upload to unstable (salsa debian group).
-- Shengqi Chen <harry@debian.org> Tue, 04 Mar 2025 15:03:02 +0800
wget2 (2.2.0+ds-1~exp3) experimental; urgency=medium
* Team upload (salsa debian group).
* Disable libproxy on sparc64 to fix FTBFS.
* wget2: install pre-generated manpages instead of building with pandoc
(which is uninstallable on many architectures).
* d/patches: add patch to remove use of git and get version from dpkg.
-- Shengqi Chen <harry@debian.org> Mon, 03 Mar 2025 19:34:34 +0800
wget2 (2.2.0+ds-1~exp2) experimental; urgency=medium
* Team upload (salsa debian group).
* d/control: make some B-D optional to avoid FTBFS on some architectures.
* d/patches: add patch to fix wget_restrict_file_name on architectures
where char is unsigned by default.
* d/rules: ignore dh_auto_test error on hurd-amd64 due to instability of
results.
* Add symbol control file for libwget3.
-- Shengqi Chen <harry@debian.org> Sun, 02 Mar 2025 23:21:20 +0800
wget2 (2.2.0+ds-1~exp1) experimental; urgency=medium
* Team upload (salsa debian group).
[ Thomas Uhle ]
* Do not run the test suite on IPv6-only hosts as long as it fails there.
See: #1089156
* debian/changelog: Change Thomas Uhle's email address to uhle@cpan.org.
* debian/control: Bump Standards-Version to 4.7.2, no changes needed.
[ Shengqi Chen ]
* d/rules: clean docs/html dir after dh_auto_clean (closes: #1046967).
* d/copyright: exclude fuzzer input files from upstream tar.
* d/watch: use ftp.gnu.org, set name mangling, enable signature check.
* New upstream version 2.2.0+ds
+ Bump SONAME to libwget3
* d/control: add Multi-Arch: same for libwget{3,-dev}
* d/patches: refresh existing patches
+ add patch to fix the linkage of libwget and wget2 binary
+ update metadata for no_need_to_depend_from_git.patch
+ add patch to disable some flaky tests when libproxy is enabled
* d/rules:
+ enable hardening flags
+ build with liblzma, libproxy and lfs support
-- Shengqi Chen <harry@debian.org> Sun, 02 Mar 2025 00:34:27 +0800
wget2 (2.1.0-5) unstable; urgency=medium
* Team upload.
[ Andreas Tille ]
* Save binary gmo files which are uselessly shipped in upstream tarball
* d/gbp.conf: Use pristine-tar
[ Thomas Uhle ]
* Apply patch from upstream to fix chunk_size conversion on 32bit arch
Closes: #1088242
* Build with bzip2 support
Closes: #1089154
-- Thomas Uhle <uhle@cpan.org> Fri, 06 Dec 2024 13:31:14 +0100
wget2 (2.1.0-4) unstable; urgency=medium
* Build-Depends: libmicrohttpd-dev to run all build-time tests
-- Thomas Uhle <uhle@cpan.org> Tue, 24 Sep 2024 17:44:22 +0200
wget2 (2.1.0-3) unstable; urgency=medium
* Team upload of Debian team
* Fix Vcs fields
* Standards-Version: 4.7.0 (routine-update)
* Replace transitional package pkg-config by pkgconf in Build-Depends
(routine-update)
* Remove trailing whitespace in debian/rules (routine-update)
* Remove empty debian/patches/series.
* Rely on pre-initialized dpkg-architecture variables.
* Short dh
Closes: #1054291
* wrap-and-sort
* Build-Depends: lzip, python3
* Enable Multi-Arch installation
* Fix watch file
* Deal with dh_missing --fail-missing default
* Build-Depends: libidn-dev => removed since unneeded (see bug #1054291)
* Install usr/share/locale
* Drop unneeded dpkg-dev from Build-Depends
-- Andreas Tille <tille@debian.org> Mon, 23 Sep 2024 15:15:48 +0200
wget2 (2.1.0-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063197
-- Benjamin Drung <bdrung@debian.org> Fri, 01 Mar 2024 12:57:32 +0000
wget2 (2.1.0-2) unstable; urgency=medium
* debian/rules replace config.gues|sub copy with dh_update_autotools_config
* Thank to Boyuan Yang <byang@d.o> for the following corrections and patches.
closes: Bug#1012666
- removed unneded debian/*.dirs
- debian/control added build-dep libzstd-dev, liblz-dev for compression
support
* debian/copyright added Upstream-Contact: as suggested by James Addison
-- Noël Köthe <noel@debian.org> Sun, 10 Sep 2023 11:38:28 +0200
wget2 (2.1.0-1) unstable; urgency=medium
* new upstream release from 2023-08-31
- progress bar is now default, dot do not trigger an error. closes: #995377
- --unlink command option fixed. closes: #990109
- -X command option fixed. closes: #1050932
- --content-disposition command option fixed. closes: #1005865
- <ctrl>+c fixed (no core dump). closes: #991540
* removed debian/shlibs.local
* changed to dh13, debhelper-compat
* SONAME bump to 2
-- Noël Köthe <noel@debian.org> Sat, 09 Sep 2023 15:02:25 +0200
wget2 (1.99.1-2.2) unstable; urgency=high
* Non-maintainer upload.
* Rebuild against new gnulib snapshot (20210102).
* debian/control: replace old build-dependency libidn2-0-dev with
libidn2-dev. (Closes: #975030)
-- Boyuan Yang <byang@debian.org> Tue, 26 Jan 2021 11:21:32 -0500
wget2 (1.99.1-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Rebuild against new gnulib snapshot (20200127).
* debian/control: Add explicit build-dependency on texinfo.
(Closes: #949081)
-- Boyuan Yang <byang@debian.org> Tue, 28 Jan 2020 14:51:45 -0500
wget2 (1.99.1-2) unstable; urgency=medium
* added missing manpages to the packages. closes: Bug#898132
* added features: pcre2, brotli, gpgme (for automatic signature verification)
-- Noël Köthe <noel@debian.org> Thu, 17 May 2018 22:13:56 +0200
wget2 (1.99.1-1) unstable; urgency=medium
* second alpha release from 2018-05-01 closes: Bug#887630
-- Noël Köthe <noel@debian.org> Sun, 06 May 2018 16:03:22 +0200
wget2 (1.99.0-1) unstable; urgency=medium
* new upstream release with FTBFS fix closes: Bug#887630
-- Noël Köthe <noel@debian.org> Wed, 28 Feb 2018 20:43:43 +0100
wget2 (0.0.20170806-1) unstable; urgency=low
* Initial release of wget2 the successor of wget
-- Noël Köthe <noel@debian.org> Mon, 07 Aug 2017 17:38:26 +0200
|