| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
ChangeLog: https://git.savannah.gnu.org/cgit/wget.git/tree/NEWS?h=v1.21.3
PR: 262346
Approved by: maintainer timeout
|
|
|
|
|
|
|
| |
ReleaseNotes: https://lists.gnu.org/archive/html/bug-wget/2021-01/msg00030.html (1.21.1)
ReleaseNotes: https://lists.gnu.org/archive/html/bug-wget/2021-09/msg00005.html (1.22.2)
PR: 259165
Approved by: maintainer timeout (> 2 weeks)
|
| |
|
|
|
|
|
|
|
|
| |
tempname.c: In function 'try_tempname_len':
tempname.c:288: error: 'for' loop initial declaration used outside C99 mode
Notes:
svn path=/head/; revision=561405
|
|
|
|
|
|
|
|
|
|
| |
Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS
PR: ports/252369
Reported by: Yasuhiro Kimura <yasu@utahime.org>
Notes:
svn path=/head/; revision=560716
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Improve PCRE handling in options, add NTLM option
- Use pkg-config unconditionally, it's used for detecting all depends and is required for proper pcre2 detection
- Use USES=localbase instead of duplicate CPPFLAGS/LDFLAGS for most options
PR: 251189
Approved by: vd (maintainer)
Notes:
svn path=/head/; revision=555515
|
|
|
|
| |
Notes:
svn path=/head/; revision=514132
|
|
|
|
| |
Notes:
svn path=/head/; revision=513039
|
|
|
|
|
|
|
|
|
|
| |
Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS
MFH: 2019Q2
Security: CVE-2018-20483
Notes:
svn path=/head/; revision=498557
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS
Notes:
svn path=/head/; revision=492534
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS
Notes:
svn path=/head/; revision=489529
|
|
|
|
|
|
|
|
|
|
| |
Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS
PR: ports/233738
Reported by: takefu@airport.fm
Notes:
svn path=/head/; revision=486507
|
|
|
|
|
|
|
| |
Reported by: kib
Notes:
svn path=/head/; revision=484692
|
|
|
|
|
|
|
|
| |
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options.
Notes:
svn path=/head/; revision=478429
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS
PR: ports/228071
Reported by: Yasuhiro KIMURA <yasu@utahime.org>
MFH: 2018Q2
Security: CVE-2018-0494
Notes:
svn path=/head/; revision=469453
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS
https://github.com/rockdaboot/libpsl/blob/libpsl-0.20.1/NEWS
Notes:
svn path=/head/; revision=463125
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS
Notes:
svn path=/head/; revision=462716
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* databases/freetds: Fixed 2017-02-14
* databases/postgresql10-server: Fixed 2016-09-15 [1]
* ftp/lftp: Fixed in 4.8.0
* ftp/proftpd: Fixed in 1.3.5c
* ftp/wget: Fixed in 1.19.3 [2]
* lang/erlang-runtime20: Fixed in 20.0
* net/socat: Fixed in 1.7.3.2
* security/libssh2: Fixed in 1.8.0 [3]
* security/p5-Crypt-OpenSSL-X509: Fixed in 1.8.8
* sysutils/bacula9-server: Fixed in 9.0.6
* www/nginx: Fixed in 1.9.14
* Bulk build OK 10.3/11.1 both i386 and amd64:
- multimedia/librtmp
- net/libvncserver
- www/lynx
PR: 225875 [1], 225872 [2], 225873 [3]
Notes:
svn path=/head/; revision=461928
|
|
|
|
|
|
|
| |
Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS
Notes:
svn path=/head/; revision=459677
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS
Reported by: Andrew Perry <pez_098@yahoo.com>
Security: CVE-2017-13089
Security: CVE-2017-13090
Notes:
svn path=/head/; revision=452985
|
|
|
|
|
|
|
|
|
| |
PR: 221027
Reviewed by: mat
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=446854
|
|
|
|
|
|
|
|
|
|
| |
MAKEINFO must be defined in the configure environment in order for the
info page to be rebuilt.
Submitted by: jkim
Notes:
svn path=/head/; revision=446670
|
|
|
|
|
|
|
|
|
|
|
|
| |
On FreeBSD 10.x makeinfo is located in /usr/bin/makeinfo, whereas on 11.x
it is located in /usr/local/bin/makeinfo. Don't specify its full path
location like DOCS_CONFIGURE_ENV= MAKEINFO="${LOCALBASE}/bin/makeinfo"
since having it in PATH (either in /usr/bin or /usr/local/bin) suffices.
Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Notes:
svn path=/head/; revision=446641
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add a separate option to control whether man page is to be installed
* Handle wgetrc.sample with @sample, according to
https://www.freebsd.org/doc/en/books/porters-handbook/plist-config.html and
https://www.freebsd.org/doc/en/books/porters-handbook/plist-keywords.html#plist-keywords-sample
* Now the DOCS option only controls whether an info page is installed or not
Submitted by: jkim
Notes:
svn path=/head/; revision=446640
|
|
|
|
|
|
|
| |
Submitted by: jkim
Notes:
svn path=/head/; revision=446255
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS
- add test target and TEST_DEPENDS
- remove gmake from USES: current version of wget can be build without
gmake
- unbreak IDN option: since 1.19 wget uses libidn2 instead of libidn
- libidn2 uses libunistring from ports, so when the IDN option is enabled
use libunistring from the ports instead of the bundled one
- disabling pcre support using ./configure --disable-pcre currently works,
use it
- remove Makefile and configure patches which are no longer needed
- patch /usr/local to $PREFIX in wget.info too
- delete files/patch-src__main.c - this bug has been fixed
on Mar 2, 2015 [1]
[1] http://git.savannah.gnu.org/cgit/wget.git/commit/?id=9dde436dd689bd51eef71d64152dde9c8c0b5f65
PR: 218408
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru>
Notes:
svn path=/head/; revision=437857
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=436247
|
|
|
|
|
|
|
|
|
|
| |
gcc accepts -R, but clang needs -Wl,-R and since we are changing
this, use the proper -Wl,-rpath.
Reported by: Walter Schwarzenfeld, Barbara Guida, Jimmy Olgeni, Ken J.
Notes:
svn path=/head/; revision=433427
|
|
|
|
| |
Notes:
svn path=/head/; revision=433388
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependent ports
Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS
Notes:
svn path=/head/; revision=428728
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependent ports
Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS
Notes:
svn path=/head/; revision=428433
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=427389
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
====> Running Q/A tests (stage-qa)
Error: /usr/local/bin/wget is linked to /usr/local/lib/libmetalink.so.3 from misc/libmetalink but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libmetalink.so:misc/libmetalink
Error: /usr/local/bin/wget is linked to /usr/local/lib/libpsl.so.5 from dns/libpsl but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libpsl.so:dns/libpsl
PR: 214269
Differential Revision: https://reviews.freebsd.org/D8456
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 15 days)
Notes:
svn path=/head/; revision=426749
|
|
|
|
|
|
|
|
| |
PR: 210441
Submitted by: Helge Oldach <freebsd@oldach.net>
Notes:
svn path=/head/; revision=417282
|
|
|
|
|
|
|
|
|
| |
PR: 210421
Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Security: CVE-2016-4971
Notes:
svn path=/head/; revision=417188
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412342
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=411990
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=405891
|
|
|
|
|
|
|
|
|
| |
PR: 199316
191988 [2]
Approved by: maintainer timeout (> 2 months)
Notes:
svn path=/head/; revision=390119
|
|
|
|
|
|
|
|
|
|
| |
- Maintainer's timeout (vd@FreeBSD.org)
PR: 198840
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Notes:
svn path=/head/; revision=383823
|
|
|
|
|
|
|
| |
http://savannah.gnu.org/bugs/index.php?44403
Notes:
svn path=/head/; revision=380618
|
|
|
|
| |
Notes:
svn path=/head/; revision=380443
|
|
|
|
|
|
|
|
| |
Suggested by: danfe
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=374533
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While here:
- Simplify MASTER_SITES
- Clarify LICENSE and add LICENSE_FILE
PR: 180619
Submitted by: p.christias@noc.ntua.gr
Approved by: maintainer timeout (vd, 16 months)
Notes:
svn path=/head/; revision=374529
|
|
|
|
|
|
|
|
|
| |
PR: ports/194784
Submitted by: Yasuhiro KIMURA
Security: CVE-2014-4877
Notes:
svn path=/head/; revision=372226
|
|
|
|
|
|
|
|
|
|
| |
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
Notes:
svn path=/head/; revision=366659
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=362645
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=360426
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=359353
|