Bug 138200 - [Maintainer Update]net/torsocks:update to 1.0,1
Summary: [Maintainer Update]net/torsocks:update to 1.0,1
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: Beat Gaetzi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-26 09:20 UTC by Andrei Lavreniyuk
Modified: 2009-09-08 17:40 UTC (History)
0 users

See Also:


Attachments
file.diff (4.00 KB, patch)
2009-08-26 09:20 UTC, Andrei Lavreniyuk
no flags Details | Diff
torsocks.patch (13.10 KB, patch)
2009-09-07 20:12 UTC, Beat Gaetzi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Lavreniyuk 2009-08-26 09:20:00 UTC
update to 1.0,1 from 1.0

ChangeLog:
Torsocks 1.0-delta                                                                                                            
2009-02-XX Robert Hogan <robert@roberthogan.net>                                                                              
    o Fix segfault when address supplied for getaddrinfo is null. Reported by Mike Perry.                                     
    o Handle wildcard addresses in getaddrinfo calls. Reported by Mike Perry.

Fix: Patch attached with submission follows:
Comment 1 Beat Gaetzi freebsd_committer freebsd_triage 2009-09-03 18:03:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beat

I'll take it.
Comment 2 Beat Gaetzi freebsd_committer freebsd_triage 2009-09-07 20:12:43 UTC
Andrei V. Lavreniyuk wrote:
> Beat Gaetzi пиÑеÑ:
>> - - Why do you change the order of MASTER_SITES? Is there a problem with
>> the GOOGLE_CODE server?
> 
> 
> Here there is no file - http://code.google.com/p/torsocks/downloads/list.

Thats why I think that 1.0-delta isn't officially released yet.

>  I shall collect a file with source codes on the basis of a repository
> http://code.google.com/p/torsocks/wiki/Source?tm=4
> 
> 
> 
>> - - I couldn't found this release on the website and in the changelog
>> there is no release date? Is this version officially released?
>> http://code.google.com/p/torsocks/downloads/list
> 
> 
>> http://code.google.com/p/torsocks/source/browse/trunk/ChangeLog
> 
> 
> ChangeLog:
> 
> Torsocks 1.0-delta
>   2009-02-XX Robert Hogan <robert@roberthogan.net>
>       o Fix segfault when address supplied for getaddrinfo is null.
> Reported by Mike Perry.
>       o Handle wildcard addresses in getaddrinfo calls. Reported by Mike
> Perry.

Same here, there is no release date in the ChangeLog. I diff'ed between
 the two tarballs and created patches for the changes. I think we should
leave the port with 1.0-gamma and integrate the patches into the port.
I have created a patch with this changes and attached it to this mail.
Would it be ok for you if I commit attached patch instead of the update
to 1.0-delta which seems not officially released yet?

Thanks,
Beat
Comment 3 Andrei V. Lavreniyuk 2009-09-08 07:29:24 UTC
Hi!


Maintainer approved.


PS: I with you completely agree. Thanks for the help!




-- 
  Best regards, Andrei V. Lavreniyuk.
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-09-08 17:31:45 UTC
beat        2009-09-08 16:31:32 UTC

  FreeBSD ports repository

  Modified files:
    net/torsocks         Makefile 
    net/torsocks/files   patch-configure.in patch-tsocks.c 
                         patch-usewithtor.in 
  Added files:
    net/torsocks/files   patch-src-dead_pool.c 
  Log:
  - Add a patch from upstream to fix segfault when address supplied for
    getaddrinfo is null and handle wildcard addresses in getaddrinfo calls.
  - Bump PORTREVISION
  
  PR:             ports/138200 (based on)
  Submitted by:   Andrei Lavreniyuk <andy.lavr AT gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.3       +1 -0      ports/net/torsocks/Makefile
  1.2       +40 -8     ports/net/torsocks/files/patch-configure.in
  1.1       +11 -0     ports/net/torsocks/files/patch-src-dead_pool.c (new)
  1.2       +107 -2    ports/net/torsocks/files/patch-tsocks.c
  1.2       +117 -9    ports/net/torsocks/files/patch-usewithtor.in
_______________________________________________
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 5 Beat Gaetzi freebsd_committer freebsd_triage 2009-09-08 17:35:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!