Bug 155020 - [patch] net/ss5 upgrade to 3.8.5
Summary: [patch] net/ss5 upgrade to 3.8.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sylvio Cesar Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-25 07:50 UTC by Aleksey V. Gnezdilov
Modified: 2011-05-11 20:40 UTC (History)
0 users

See Also:


Attachments
file.diff (15.04 KB, patch)
2011-02-25 07:50 UTC, Aleksey V. Gnezdilov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aleksey V. Gnezdilov 2011-02-25 07:50:05 UTC
Attached patch updates net/ss5 to latest stable version, 3.8.5-1

Changes since 3.6.4-3:

* Add secure authentication method
* Add double authentication support over upstream proxy
* Add SUPA support (Thx to Raffaele DeLorenzo)
* Add <bandwidth> directive to limit bandwidth and number of connections per user
* Add server manager tool to manage online configuration
* Add icp (Internet Cache Protocol) support to module Filter
* Add GSSApi authetication message support
* Add syslog facility and level configuration option
* Add "dash" flag as group (equal to all users) for <bandwidth> directive
* Add Radius support
* Add log features
* Add pid file features (thx to Thomas Goirand, Debian mantainer)
* Add 64bit file size support
* Add mysql authorization section
* Add debug code to mod_proxy
* Add new features to mod_dump (note: dump directive is changed)
* Set thread stack to 128k
* Replace ldap_init with ldap_initialize
* Various fixes

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-25 07:50:11 UTC
Maintainer of net/ss5,

Please note that PR ports/155020 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/155020

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-25 07:50:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Raffaele De Lorenzo 2011-02-26 12:44:47 UTC
Hello,
I agree about this PR. 
Thank You

Raffaele

On 25/feb/2011, at 08.50, Edwin Groothuis wrote:

> Maintainer of net/ss5,
> 
> Please note that PR ports/155020 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/155020
> 
> -- 
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2011-02-26 18:05:49 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2011-03-09 16:34:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-05-11 20:34:36 UTC
sylvio      2011-05-11 19:34:28 UTC

  FreeBSD ports repository

  Modified files:
    net/ss5              Makefile distinfo pkg-plist 
    net/ss5/files        patch-Makefile.in patch-src-SS5Utils.c 
                         ss5.in 
  Log:
  - Update to 3.8.5
  
  PR:             ports/155020
  Submitted by:   Aleksey V. Gnezdilov <aleksey@vtrek.ru>
  Approved by:    Raffaele De Lorenzo <raffaele.delorenzo@libero.it> (maintainer)
  
  Revision  Changes    Path
  1.8       +13 -10    ports/net/ss5/Makefile
  1.5       +2 -2      ports/net/ss5/distinfo
  1.3       +56 -33    ports/net/ss5/files/patch-Makefile.in
  1.2       +13 -26    ports/net/ss5/files/patch-src-SS5Utils.c
  1.3       +1 -1      ports/net/ss5/files/ss5.in
  1.3       +2 -1      ports/net/ss5/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2011-05-11 20:35:43 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!