7ea7 FreshPorts -- www/serf
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
serf 1.2.0 www on this many watch lists=3 search for ports that depend on this port
Serf HTTP client library
Maintained by: apache@FreeBSD.org search for ports maintained by this maintainer
Port Added: 28 May 2008 21:01:38
License: not specified in port


The serf library is a C-based HTTP client library built upon the
Apache Portable Runtime (APR) library. It multiplexes connections,
running the read/write communication asynchronously. Memory copies
and transformations are kept to a minimum to provide high
performance operation.

WWW: http://code.google.com/p/serf/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake
Required Libraries:
  1. devel/apr1

This port is required by:

for Libraries

To install the port: cd /usr/ports/www/serf/ && make install clean
To add the package: pkg_add -r serf


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://serf.googlecode.com/files/

Number of commits found: 19

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
19 Mar 2013 13:16:01
Original commit files touched by this commit  1.2.0
ohauer search for other commits by this committer
- fix pkg-plist

PR:		176759
Submitted by:	Daniel Hagerty <hag@linnaean.org>
19 Mar 2013 13:04:31
Original commit files touched by this commit  1.2.0
eadler search for other commits by this committer
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)
28 Feb 2013 20:32:20
Original commit files touched by this commit  1.2.0
ohauer search for other commits by this committer
- update to version 1.2.0

Changelog:
Serf 1.2.0 [2013-02-22, from /tags/1.2.0]
  Fixed issue 94: Serf can enter an infinite loop when server aborts conn.
  Fixed issue 91: Serf doesn't handle an incoming 408 Timeout Request
  Fixed issue 80: Serf is not handling Negotiate authentication correctly
  Fixed issue 77: Endless loop if server doesn't accept Negotiate authn
  Fixed issue 93: cleanup-after-fork interferes with parent (r1714)
  Fixed most of issue 89: Support REAL SPNEGO authentication
  Enable Negotiate/Kerberos support for proxy servers.
  Return error when C-L, chunked, gzip encoded response bodies where
    truncated (due to aborted connection) (r1688)
  Add a logging mechanism that can be enabled at compile-time.
  Don't lookup server address if a proxy was configured. (r1706)
  Fix an off-by-one in buffer sizing (r1695)
  Disable SSL compression by default + API to enable it (r1692)
  New serf_connection_get_latency() for estimated network latency (r1689)
  New error code and RFC compliance for the HTTPS tunnel (r1701, r1644)
  Handle EINTR when a user suspends and then backgrounds the app (r1708)
  Minor fixes and test suite improvements.

PR:		176404
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
04 Nov 2012 00:14:06
Original commit files touched by this commit  1.1.1
ohauer search for other commits by this committer
- fix serf.pc by removing wrong Requires.private statement

No version bump needed, the issue was detected in a special openoffice-3-devel
build

Noted by: Maho NAKATA <maho@apache.org> on the apache@ list

Feature safe: yes
06 Oct 2012 08:28:25
Original commit files touched by this commit  1.1.1
ohauer search for other commits by this committer
- update serf to 1.1.1

From changelog:
Serf 1.1.1 [2012-10-04, from /tags/1.1.1]
  Fixed issue 86: ensure requeued requests are correctly handled. This fixes:
    - infinite loop with multiple connection resets or SIGPIPE errors
    - "connection" hang where we would not re-queue requests that are held after
      we re-connect
  Fixed issue 74: test_all goes in an endless loop
  Fix memory leak when conn. is closed explicitly/due to pool cleanups (r1623)
  Fix for https on Windows: handle connection aborts (r1628..-30,-33,-34,-37)
  Add new error codes for the SSL bucket

Serf 1.1.0 [2012-06-07, from /tags/1.1.0]
  New: serf_bucket_request_set_CL() for C-L based, non-chunked requests
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20 Dec 2011 00:46:02
Original commit files touched by this commit  1.0.0
pgollucci search for other commits by this committer
PR:             ports/163220
20 Dec 2011 00:43:56
Original commit files touched by this commit  1.0.0
pgollucci search for other commits by this committer
- Update to 1.0.0
  http://apr.apache.org/versioning.html now applies

  note that s/serf-0/serf-1/g AND the shlib version bump.

  HOWEVER

  nothing depends on www/serf with default options
  you need WITH_SERF=yes

  HENCE

  no PORTREVISION bumps

Discussed with: portmgr (linimon) via #bsdports
With Hat:       apache
Sponsored by:   RideCharge Inc. / TaxiMagic
14 May 2011 17:24:08
Original commit files touched by this commit  0.7.2
ohauer search for other commits by this committer
- update to version 0.7.2
- additional bump subversion PORTREVISION

Changes: http://code.google.com/p/serf/source/browse/trunk/CHANGES

Serf 0.7.2 [2011-03-12, branch 0.7.x r1451]
  Actually disable Nagle when creating a connection (r1441).
  Return error when app asks for HTTPS over proxy connection (r1433).

Serf 0.7.1 [2011-01-25, branch 0.7.x r1431]
  Fix memory leak when using SSL (r1408, r1416).
  Fix build for blank apr-util directory (r1421).

Serf 0.7.0 [2010-08-25, r1407]
  Fix double free abort when destroying request buckets.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
19 Mar 2011 12:38:54
Original commit files touched by this commit  0.3.1_2
miwi search for other commits by this committer
- Get Rid MD5 support
18 May 2010 04:08:06
Original commit files touched by this commit  0.3.1_2
pgollucci search for other commits by this committer
- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
18 May 2010 04:05:05
Original commit files touched by this commit  0.3.1_1
pgollucci search for other commits by this committer
- Convert ports/ to devel/apr1

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
05 May 2010 21:52:39
Original commit files touched by this commit  0.3.1_1
pgollucci search for other commits by this committer
4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
05 May 2010 03:03:58
Original commit files touched by this commit  0.3.1
pgollucci search for other commits by this committer
- Update to 0.3.1 [no shlib bump]

With Hat:   apache@
29 Apr 2010 17:30:25
Original commit files touched by this commit  0.3.0
pgollucci search for other commits by this committer
- Assign some ports to apache@

Note: net/luasocket is a direct requirement for mod_wombat which will be
      very core to httpd 2.4.x+ (www/apache24)
16 May 2009 06:27:56
Original commit files touched by this commit  0.3.0
pgollucci search for other commits by this committer
- Mark most of my ports MAKE_JOBS_SAFE=yes

Tested by: several builds in P6 TB
31 Jan 2009 20:56:00
Original commit files touched by this commit  0.3.0
pgollucci search for other commits by this committer
- Update to 0.3.0
- Ensure apr 1.x is used
- Fix typo in comments
- Pass maintainer to submitter (me)

PR:             ports/131100
Approved by:    rodrigc via irc (previous maintainer)
04 Jul 2008 18:45:57
Original commit files touched by this commit  0.2.0
rodrigc search for other commits by this committer
Update to 0.2.0

PR:             125160
Submitted by:   Philip M. Gollucci <pgollucci p6m7g8 com>
28 May 2008 21:59:02
Original commit files touched by this commit  0.1.2
db search for other commits by this committer
- Fixed misplaced MKDIR
28 May 2008 21:01:11
Original commit files touched by this commit  0.1.2
db search for other commits by this committer
The serf library is a C-based HTTP client library built upon the
Apache Portable Runtime (APR) library. It multiplexes connections,
running the read/write communication asynchronously. Memory copies
and transformations are kept to a minimum to provide high
performance operation.

WWW: http://serf.googlecode.com

PR:             ports/124059
Submitted by:   Craig Rodrigues <rodrigc at FreeBSD.org>

Number of commits found: 19

2853
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days31
new fortnight63
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0