Re: Privoxy stable release is 3.0.8

2008-04-02 Thread Mike Erdely
On Sat, Mar 15, 2008 at 05:57:37PM +0100, you wrote: But ports still have 3.0.3. Any chances of getting this updated? There's atleast one security update in there... This updates privoxy to 3.0.8. Some patches were removed because they're included upstream. Works for me on i386 and builds

Re: Privoxy stable release is 3.0.8

2008-04-02 Thread Matthew Dempsky
On Wed, Apr 2, 2008 at 2:48 PM, Mike Erdely [EMAIL PROTECTED] wrote: -@@ -344,7 +344,7 @@ char *strdup( const char *s ) - -if (result != NULL) -{ -- strcpy( result, s ); -+ strlcpy( result, s, sizeof(result) ); -} - -return( result ); It seems worth

Re: Privoxy stable release is 3.0.8

2008-04-02 Thread Mike Erdely
On Wed, Apr 02, 2008 at 03:54:52PM -0700, Matthew Dempsky wrote: On Wed, Apr 2, 2008 at 2:48 PM, Mike Erdely [EMAIL PROTECTED] wrote: -@@ -344,7 +344,7 @@ char *strdup( const char *s ) - -if (result != NULL) -{ -- strcpy( result, s ); -+ strlcpy( result, s,

Re: Privoxy stable release is 3.0.8

2008-04-02 Thread Will Maier
On Wed, Apr 02, 2008 at 05:48:51PM -0400, Mike Erdely wrote: This updates privoxy to 3.0.8. Some patches were removed because they're included upstream. Works for me on i386 and builds packages on alpha, sparc64 macppc. Discussed with old MAINTAINER (ckuethe), I'll take maintainership.

Re: Privoxy stable release is 3.0.8

2008-04-02 Thread Matthew Dempsky
On Wed, Apr 2, 2008 at 4:10 PM, Mike Erdely [EMAIL PROTECTED] wrote: For what it's worth, that section of code was wrapped in: #ifdef __MINGW32__ char *strdup... #endif /* def __MINGW32__ */ Right, that's why I said: (Of course, OpenBSD provides strdup in libc, so this code isn't

Privoxy stable release is 3.0.8

2008-03-15 Thread Andraž 'ruskie' Levstik
But ports still have 3.0.3. Any chances of getting this updated? There's atleast one security update in there...