1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

167 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
83dce38127 - Update to 7.37.0
- Use USES=libtool:oldver

Changes:	http://curl.haxx.se/changes.html
2014-06-03 12:45:04 +00:00
Sunpoet Po-Chuan Hsieh
c15071922e - Specify ABI version
Submitted by:	tijl
2014-05-24 06:18:44 +00:00
Sunpoet Po-Chuan Hsieh
dad56de5a6 - Fix NSS option
- Bump PORTREVISION

PR:		ports/189987
Submitted by:	ashish
2014-05-22 17:52:50 +00:00
Sunpoet Po-Chuan Hsieh
48441443a5 - Cleanup regression-test: 2014-04-05 16:57:06 +00:00
Sunpoet Po-Chuan Hsieh
de18099943 - Fix build failure when SPNEGO option is on 2014-04-02 19:11:00 +00:00
Sunpoet Po-Chuan Hsieh
593d995963 - Fix HTTP2 option
Reported by:	many
2014-03-28 15:17:10 +00:00
Sunpoet Po-Chuan Hsieh
a75096fe23 - Update to 7.36.0
Changes:	http://curl.haxx.se/changes.html
2014-03-27 20:59:10 +00:00
Sunpoet Po-Chuan Hsieh
d917f0d6fa - Add HTTP2 option 2014-03-27 16:22:01 +00:00
Sunpoet Po-Chuan Hsieh
c1275d5660 - Add security/heimdal and security/krb5 support and corresponding options:
- GSSAPI_BASE for base system (default)
  - HEIMDAL_PORT for security/heimdal
  - KRB5_PORT for security/krb5

Tested by:	redports
2014-03-25 19:53:27 +00:00
Sunpoet Po-Chuan Hsieh
b7df9d88b2 - Sort PLIST 2014-03-17 14:46:53 +00:00
Sunpoet Po-Chuan Hsieh
8f341259b5 - Use USES=tar:lzma 2014-03-12 18:17:30 +00:00
Sunpoet Po-Chuan Hsieh
9ba32c52bc - Remove no-op NTLM option
PR:		ports/186902
Submitted by:	Jeremy Chadwick <jdc@koitsu.org>
2014-02-23 15:20:40 +00:00
Sunpoet Po-Chuan Hsieh
d7eb79165d - Update to 7.35.0
Changes:	http://curl.haxx.se/changes.html
PR:		ports/186557
Exp-run by:	bdrewery
2014-02-13 13:50:37 +00:00
Sunpoet Po-Chuan Hsieh
49b8a762e3 - Update to 7.34.0
Changes:	http://curl.haxx.se/changes.html
PR:		ports/185456
Exp-run by:	bdrewery
2014-02-06 11:40:40 +00:00
Xin LI
7f12df195a Apply vendor fix for CVE-2013-6422, cURL libcurl cert name check ignore
with GnuTLS.  Document the vulnerability fix in vuxml while I'm here.
2013-12-18 23:04:24 +00:00
Sunpoet Po-Chuan Hsieh
82c0a28bb1 - Use PORTDOCS and PORTEXAMPLES
- Simplify Makefile
2013-11-30 10:07:07 +00:00
Sunpoet Po-Chuan Hsieh
2c7f31627b - Strip shared library
- Use += for CONFIGURE_ENV
2013-11-02 17:23:44 +00:00
Sunpoet Po-Chuan Hsieh
3277ab6371 - Fix build when both GSSAPI and SPNEGO options are on
When SPNEGO option is on, LOCALBASE/include/fbopenssl was added to the search
path of include files. It causes build failure when "#include <gssapi.h>" wants
/usr/include/gssapi/gssapi.h.
2013-11-02 10:11:31 +00:00
Sunpoet Po-Chuan Hsieh
05ad87dfe4 - Fix PLIST
- Bump PORTREVISION for package change

PR:		ports/183388 [1]
Submitted by:	avilla [1]
Reported by:	antoine
2013-10-31 14:54:48 +00:00
Hiroki Sato
42bc4e4802 - Split the library part of multimedia/rtmpdump into multimedia/librtmp.
- Update ports depending on librtmp.
- Add instruction to avoid a build error in multimedia/rtmpdump under a
  specific condition.
2013-10-31 02:03:01 +00:00
Sunpoet Po-Chuan Hsieh
0e5c05a56a - Update to 7.33.0
Changes:	http://curl.haxx.se/changes.html
PR:		ports/183151
Exp-run by:	bdrewery
2013-10-23 15:31:27 +00:00
Sunpoet Po-Chuan Hsieh
51bc21f9d7 - Convert to new LIB_DEPENDS format
- Convert to new options helper
- Remove --disable-threaded-resolver from CONFIGURE_ARGS, it is handled by THREADED_RESOLVER option
2013-10-20 18:07:48 +00:00
Sunpoet Po-Chuan Hsieh
10bc648258 - Add SSP support 2013-10-15 17:36:34 +00:00
Sunpoet Po-Chuan Hsieh
f4b2d5508e - Fix STAGEDIR support
Reported by:	makc
2013-10-07 18:24:42 +00:00
Sunpoet Po-Chuan Hsieh
b8e2378484 - Update to 7.32.0
- Turn COOKIES on by default
- Support STAGEDIR

Note:
- mk-ca-bundle.1 will not be installed. Use http://curl.haxx.se/docs/caextract.html instead

Changes:	http://curl.haxx.se/changes.html
PR:		ports/181510
Exp run by:	drewery
2013-10-06 18:36:49 +00:00
Baptiste Daroussin
1640537ad6 Add NO_STAGE all over the place in preparation for the staging support (cat: ftp) 2013-09-20 17:23:18 +00:00
Bryan Drewery
c93dfc2e9f SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
2013-09-20 12:54:54 +00:00
Sunpoet Po-Chuan Hsieh
a138a63a56 - Disable CFLAGS=-D* check temporarily: workaround for LDAP issue [1] and CPUTYPE [2]
- Remove note in pre-configure: since it does not help to avoid bug-report mails

PR:		ports/177401 [1], ports/180648 [1], ports/180944 [2]
2013-09-18 22:13:21 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Sunpoet Po-Chuan Hsieh
372eccbd8e - Add note about LDAP issue (-DLDAP_DEPRECATED)
PR:		ports/177401
2013-08-09 16:39:42 +00:00
Sunpoet Po-Chuan Hsieh
83ce1d5836 - Fix ossl_recv() to eliminate false positive OpenSSL errors
- Bump PORTREVISION for package change

Submitted by:	Brett Gmoser <bgmoser@leadbidinc.com>, Sergey Lobanov <wmn@siberianet.ru>
Obtained from:	https://github.com/bagder/curl/commit/8a7a277c086199b
Reference:	http://sourceforge.net/p/curl/bugs/1249/
2013-08-07 03:35:18 +00:00
Sunpoet Po-Chuan Hsieh
fa34a754b3 - Fix build when security/openssl is installed
- Pet portlint
2013-07-12 09:02:43 +00:00
Sunpoet Po-Chuan Hsieh
ea8e1d0aa0 - Fix typo
Submitted by:	Herbert J. Skuhra <hskuhra@eumx.net>
2013-07-12 08:12:08 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
Xin LI
a4c3e0313f Fix CVE-2013-2174 for ftp/curl with a patch from vendor for
now so that users can build the port, per popular demands
on mailing list.

The upgrade patch found in ports/172325 is currently under
exp-run.  The changes in this commit against ftp/curl can be
safely reverted before applying that patch, as it's shipped
with new curl release.

Approved by:	portmgr (miwi)
2013-07-02 07:43:02 +00:00
Bryan Drewery
fd4f159a1d - Bump PORTREVISION for c-ares update. I had thought this was done
and that the shlib change was missed. I was looking at the wrong
  port log.

Reported by:	miwi
2013-05-22 01:32:58 +00:00
Bryan Drewery
61421acf03 - Chase c-ares shlib update by removing the version 2013-05-22 00:16:49 +00:00
Baptiste Daroussin
1933bfac59 Convert left unconverted ports in ftp to new options framework 2013-03-26 09:58:33 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Roman Bogorodskiy
91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Steve Wills
29a4e3b49b - Fix plist issue with slave curl-hiphop caused by last commit
Reported by:	pointyhat (via beat)
Pointyhat to:	swills
2012-09-27 00:58:04 +00:00
Steve Wills
2537df4652 - Install the autoconf file for libcurl
PR:		ports/171260
Approved by:	maintainer timeout (sunpoet, >2 weeks)
2012-09-18 20:45:45 +00:00
Sunpoet Po-Chuan Hsieh
2ba65fd878 - Prepare for slave port ftp/curl-hiphop
PR:		ports/169946
Submitted by:	mm
2012-07-18 12:14:17 +00:00
Sunpoet Po-Chuan Hsieh
49641faa1b - Update to 7.24.0
Changes:	http://curl.haxx.se/changes.html
2012-03-03 08:05:19 +00:00
Sunpoet Po-Chuan Hsieh
1ac8aec33d - Take maintainership
Approved by:	roam (maintainer, implicit)
2012-02-25 16:51:35 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Beat Gaetzi
542da4442b - Fix build on FreeBSD 10
Approved by:	portmgr (miwi)
2011-10-29 09:48:54 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00