Bug 194616

Summary: [patch] www/serf update to 1.3.8 please review and test the patch
Product: Ports & Packages Reporter: Olli Hauer <ohauer>
Component: Individual Port(s)Assignee: Lev A. Serebryakov <lev>
Status: Closed FIXED    
Severity: Affects Many People Flags: ohauer: maintainer-feedback? (lev)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
serf-1.3.8 patch none

Description Olli Hauer freebsd_committer freebsd_triage 2014-10-26 17:38:10 UTC
Created attachment 148672 [details]
serf-1.3.8 patch

- update serf to 1.3.8.
- fix test issues (parts adopted from serf current trunk)

Changelog:
Fix issue #152: CRC calculation error for gzipped http reponses > 4GB.
Fix issue #153: SSPI CredHandle not freed when APR pool is destroyed.
Fix issue #154: Disable SSLv2 and SSLv3 as both or broken.

On 8.4(amd64) all 65 tests passed after fixing the tests.

PS:
upstream trunk seems to be broken with the new > 4GB check (I suspect this are test for linux LARGEFILE, but have to admit I haven't looked deeper into the issues)
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-10-26 17:38:10 UTC
Auto-assigned to maintainer lev@FreeBSD.org
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-10-27 15:54:54 UTC
A commit references this bug:

Author: lev
Date: Mon Oct 27 15:54:21 UTC 2014
New revision: 371591
URL: https://svnweb.freebsd.org/changeset/ports/371591

Log:
   Update to latest version.

  PR:		194616

Changes:
  head/www/serf/Makefile
  head/www/serf/distinfo
Comment 3 Lev A. Serebryakov freebsd_committer freebsd_triage 2014-10-27 17:53:50 UTC
Committed