notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: ftp/curl/files/patch-configure

Number of commits found: 29

Wednesday, 28 Feb 2024
00:50 Yasuhiro Kimura (yasu) search for other commits by this committer
ftp/curl: Update to 8.6.0

ChangeLog:	https://curl.se/changes.html#8_6_0
PR:		276879
Approved by:	maintainer
Exp-run bye:	antoine
MFH:		2024Q1
Security:	02e33cd1-c655-11ee-8613-08002784c58d
commit hash: ed937bd9ad8fab202fbbc82fff0964eb7e715086 commit hash: ed937bd9ad8fab202fbbc82fff0964eb7e715086 commit hash: ed937bd9ad8fab202fbbc82fff0964eb7e715086 commit hash: ed937bd9ad8fab202fbbc82fff0964eb7e715086 ed937bd
Sunday, 9 Apr 2023
13:36 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
ftp/curl: Convert REINPLACE_CMD to patch files
commit hash: c312e7f6fc4da167f4493e256486b063fce28c23 commit hash: c312e7f6fc4da167f4493e256486b063fce28c23 commit hash: c312e7f6fc4da167f4493e256486b063fce28c23 commit hash: c312e7f6fc4da167f4493e256486b063fce28c23 c312e7f
Tuesday, 21 Sep 2021
03:35 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
ftp/curl: Update to 7.79.0

Changes:	https://curl.se/changes.html
commit hash: 3805ef230a963aa07a62dabfa358603a8979f683 commit hash: 3805ef230a963aa07a62dabfa358603a8979f683 commit hash: 3805ef230a963aa07a62dabfa358603a8979f683 commit hash: 3805ef230a963aa07a62dabfa358603a8979f683 3805ef2
Wednesday, 21 Jul 2021
21:12 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
ftp/curl: Update to 7.78.0

- Remove METALINK option: all support removed by upstream
- Update NTLM option: it has own configure option now

Changes:	https://curl.se/changes.html
commit hash: ee05a0fbe5a5835ca262c01f28de2f050c0d0da1 commit hash: ee05a0fbe5a5835ca262c01f28de2f050c0d0da1 commit hash: ee05a0fbe5a5835ca262c01f28de2f050c0d0da1 commit hash: ee05a0fbe5a5835ca262c01f28de2f050c0d0da1 ee05a0f
Thursday, 7 Feb 2019
23:13 sunpoet search for other commits by this committer
Update to 7.64.0

Changes:	https://curl.haxx.se/changes.html
Security:	714b033a-2b09-11e9-8bc3-610fd6e6cd05
MFH:		2019Q1
Original commitRevision:492389 
Thursday, 1 Nov 2018
19:13 sunpoet search for other commits by this committer
Update to 7.62.0

Changes:	https://curl.haxx.se/changes.html
Security:	e0ab1773-07c1-46c6-9170-4c5e81c00927
MFH:		2018Q4
Original commitRevision:483704 
Thursday, 15 Jun 2017
21:53 sunpoet search for other commits by this committer
Update to 7.54.1

Changes:	https://curl.haxx.se/changes.html
Security:	9314058e-5204-11e7-b712-b1a44a034d72
MFH:		2017Q2
Original commitRevision:443658 
Friday, 21 Oct 2016
15:21 mat search for other commits by this committer
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
Original commitRevision:424427 
Sunday, 7 Jun 2015
20:40 sunpoet search for other commits by this committer
- Remove trailing space
- Regenerate patch files with makepatch:
Original commitRevision:388745 
Wednesday, 23 Oct 2013
15:31 sunpoet search for other commits by this committer
- Update to 7.33.0

Changes:	http://curl.haxx.se/changes.html
PR:		ports/183151
Exp-run by:	bdrewery
Original commitRevision:331390 
Tuesday, 15 Oct 2013
17:36 sunpoet search for other commits by this committer
- Add SSP support
Original commitRevision:330415 
Sunday, 6 Oct 2013
18:36 sunpoet search for other commits by this committer
- 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
Original commitRevision:329619 
Wednesday, 18 Sep 2013
22:13 sunpoet search for other commits by this committer
- 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]
Original commitRevision:327585 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- 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
Original commitRevision:322783 
Saturday, 3 Mar 2012
08:05 sunpoet search for other commits by this committer
- Update to 7.24.0

Changes:        http://curl.haxx.se/changes.html
Original commit
Sunday, 19 Dec 2010
20:04 roam search for other commits by this committer
Update cURL to 7.21.3 and fix its librtmp detection.  In the process:
- disable the -Werror build option by popular demand
- do not override the user's debug and optimization settings

PR:             150854 (the debug and optimization CFLAGS)
Reported by:    Anonymous <swell.k@gmail.com>
Original commit
Sunday, 12 Sep 2010
21:05 roam search for other commits by this committer
Update to curl-7.21.1; in the process:
- add a knob for the compiler's -Werror checking, on by default
- add a knob for RTMP streams support
- reflect reality: actually disable the diagnostic memory tracking
  if the user has turned the knob off!
- fix a bashism in the configure script
- remove two patches to the test framework that were integrated upstream
Original commit
Tuesday, 19 May 2009
13:43 roam search for other commits by this committer
Update to curl-7.19.5.
Original commit
Saturday, 7 Mar 2009
03:57 roam search for other commits by this committer
Update to curl-7.19.4, which fixes a redirection vulnerability.
The changes in the patch files are almost the same as in Eugene's PR,
although I arrived at them mostly independently :)
Reformat all patch files now that I use quilt to manage them.
Fix two complaints from portlint: needless use of CFLAGS and differentiation
between NOPORTDOCS and NOPORTEXAMPLES.  Thanks, Eugene!

PR:             132358
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Original commit
Friday, 23 Jan 2009
15:40 roam search for other commits by this committer
At long last, update the curl port to its almost-current version, 7.19.2.
Yes, there's been a new 7.19.3 version for a couple of days now,
but I figure you folks have been waiting for me much too much as it is :(
Apologies all around!

Prompted by:    several PR's and more people (and portmgrs) than I dare admit
Original commit
Wednesday, 23 Apr 2008
11:33 roam search for other commits by this committer
Update to curl-7.18.0.
Original commit
Monday, 27 Aug 2007
15:44 roam search for other commits by this committer
Update to curl-7.16.3.
Fix the (still present in 7.16.3) libssh2 problems, at least so that
cURL works with the libssh2 0.17 in our ports tree.

PR:             114215 (the basic update)
Submitted by:   pesho.petrov@gmail.com
Original commit
Friday, 9 Mar 2007
14:45 roam search for other commits by this committer
Update to curl 7.16.1, loosely based on the PR.  Also:
- add a LIBSSH2 option for SCP and SFTP support using security/libssh2;
- add a patch from the cURL CVS repository to fix an expired cookie in
  test 62.

PR:             109670
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Original commit
Thursday, 13 Jul 2006
08:54 roam search for other commits by this committer
Update to 7.15.4, mostly by Vasil Dimov's PR.
In addition, OPTIONS'ify everything but OpenSSL support.

PR:             99050
Submitted by:   vd
Original commit
Monday, 5 Sep 2005
18:12 roam search for other commits by this committer
Update to 7.14.1.
Original commit
Saturday, 12 Mar 2005
02:36 roam search for other commits by this committer
Update to curl 7.13.1, which also takes care of the recent security
issue.
Original commit
Tuesday, 21 Dec 2004
09:51 roam search for other commits by this committer
Update to curl-7.12.3 (yes, we skipped 7.12.2 for various reasons).
Explicitly disable libidn support so that it is not even probed if libidn
is installed; I will look into enabling it after some more testing.

Testing paid off on:    ref4 (lib/select.c), sledge (lib/sendf.c)
Original commit
Friday, 9 Apr 2004
12:14 roam search for other commits by this committer
Update to curl 7.11.1.
Original commit
Monday, 24 Jun 2002
16:03 roam search for other commits by this committer
Fix a segfault in an IPv4-only case - realloc() may really, well,
"reallocate" memory even when the programmer only asks for a resizing
of the region.

Reported by:    Steve Ames <steve@energistic.com>

While I'm here, change the way SSL header and library paths are handled
to avoid specifically referencing /usr/lib and /usr/include; while
-STABLE's GCC shrugs this off, GCC 3.1 whines loudly about an explicit
-I/usr/include (and rightly so, IMHO).
Original commit

Number of commits found: 29