Hello,                                                                          
             
I dont know what you made this patch against, but it wasn't the port in         
             
current.                                                                        
             
                                                                                
             
Thanks for the update, but next time you can send a patch to the                
             
maintainer, me.                                                                 
             
                                                                                
             
Changelog:                                                                      
             
    - Reject ports 465 and 587 (spam targets) in default exit policy.           
             
    - Don't crash when we don't have any spare file descriptors and we          
             
      try to spawn a dns or cpu worker.                                         
             
    - Get rid of IgnoreVersion undocumented config option, and make us          
             
      only warn, never exit, when we're running an obsolete version.            
             
    - Don't try to print a null string when your server finds itself to         
             
      be unreachable and the Address config option is empty.                    
             
    - Make the numbers in read-history and write-history into uint64s,          
             
      so they don't overflow and publish negatives in the descriptor.           
             
    - Fix a minor memory leak in smartlist_string_remove().                     
             
    - We were only allowing ourselves to upload a server descriptor at          
             
      most every 20 minutes, even if it changed earlier than that.              
             
    - Clean up log entries that pointed to old URLs.                            
             
                                                                                
             
attached is a diff for current, tested as client on x86.                        
             
                                                                                
             
tchau,                                                                          
             
jon                    

On Fri, Sep 30, 2005 at 01:18:26AM +0200, Thomas Sjgren wrote:
> net/tor 0.1.0.15
> * New upstream release.
> * The primary site for Tor is http://tor.eff.org
> 
> Diff attached.
Index: tor/Makefile
===================================================================
RCS file: /cvs/ports/net/tor/Makefile,v
retrieving revision 1.15
diff -r1.15 Makefile
5c5
< DISTNAME=     tor-0.1.0.14
---
> DISTNAME=     tor-0.1.0.15
Index: tor/distinfo
===================================================================
RCS file: /cvs/ports/net/tor/distinfo,v
retrieving revision 1.14
diff -r1.14 distinfo
1,4c1,4
< MD5 (tor-0.1.0.14.tar.gz) = a3698218371ed0e647886fef0545bb44
< RMD160 (tor-0.1.0.14.tar.gz) = c9e0728c123b5f4f0131528f6cde9de473153be6
< SHA1 (tor-0.1.0.14.tar.gz) = 1701eef4de23606b844f71cd2acb09f834b1c391
< SIZE (tor-0.1.0.14.tar.gz) = 631723
---
> MD5 (tor-0.1.0.15.tar.gz) = b2f1002da96ebfbfac7edf2272733967
> RMD160 (tor-0.1.0.15.tar.gz) = e7af128a5eedac98d3212a2cb694a257f415de9f
> SHA1 (tor-0.1.0.15.tar.gz) = d985a5f9ac0d1fc3121e8b79e196f76cfa462982
> SIZE (tor-0.1.0.15.tar.gz) = 632080

Reply via email to