devel/libslang update

2010-09-12 Thread Frank Denis
Here's a minor update to libslang, bringing it to 2.2.2. It fixes a sentinel issue the way. -- Frank Denis - j [at] pureftpd.org - http://00f.net - http://www.pureftpd.org Index: devel/libslang/Makefile === RCS file: /var3

editors/jed update

2010-09-12 Thread Frank Denis
issues, backported from the Jed git: - Jed froze while invoked with sh -c. This was a showstopper when Jed was used with an SCM. - Buffers weren't checked until a key was pressed. Best regards, -Frank. -- Frank Denis - j [at] pureftpd.org - http://00f.net - http://www.pureftpd.org

editors/jed update

2010-09-12 Thread Frank Denis
issues, backported from the Jed git: - Jed froze while invoked with sh -c. This was a showstopper when Jed was used with an SCM. - Buffers weren't checked until a key was pressed. Best regards, -Frank. -- Frank Denis - j [at] pureftpd.org - http://00f.net

devel/pcre with c++ = no love on gcc4 archs?

2010-06-18 Thread Frank Denis
Hello, Apparently, some pcre header files don't work any more, at least on amd64. /usr/local/include/pcre_stringpiece.h needs to include bits/type_traits.h. But type_traits.h has moved from bits/ to ext/. Even then, including pcre_stringpiece.h barfs out:

Re: devel/pcre with c++ = no love on gcc4 archs?

2010-06-18 Thread Frank Denis
Hi Marc, Le Sat, Jun 19, 2010 at 01:09:11AM +0200, Marc Espie ecrivait : pcre_stringpiece.h:165: error: '__type_traits' is not a template pcre_stringpiece.h:165: error: explicit specialization of non-template '__type_traits' pcre_stringpiece.h:166: error: '__true_type' does not name a

Re: pure-ftpd-ldap: unusable on 4.6, both i386 and amd64

2010-01-04 Thread Frank Denis
Le Mon, Jan 04, 2010 at 12:45:24PM +0100, Toni Mueller ecrivait : erm... my C is a bit rusty, but shouldn't that rather be: +if (pw_enabled != NULL (strcasecmp(pw_enabled, enabled) != 0 || +strcasecmp(pw_enabled, TRUE) != 0)) { Ouch no, the original patch is ok. With

Re: pure-ftpd-ldap: unusable on 4.6, both i386 and amd64

2010-01-03 Thread Frank Denis
binding). Try to compare the /usr/local/share/example/pure-ftpd/pureftpd-ldap.conf file with the one you are using. Also try to issue some queries using ldapsearch, with exactly the same credentials. Best regards, -- Frank Denis - j [at] pureftpd.org - http://00f.net - http://www.cotery.com

Re: pure-ftpd-ldap: unusable on 4.6, both i386 and amd64

2010-01-03 Thread Frank Denis
Le Sun, Jan 03, 2010 at 10:21:55PM +0100, Toni Mueller ecrivait : as distributed, the package has a discrepancy between the FTPStatus field in the schema, where the comment says that the value should be 'enabled', and the code, which says that the value should be 'TRUE'. Indeed, that was a

Re: net/pure-ftpd update to 1.0.24

2009-10-24 Thread Frank Denis
Le Fri, Oct 23, 2009 at 11:50:09PM +0100, Stuart Henderson ecrivait : pkg/MESSAGE needs no_banner removing too. Thanks for pointing this out. New diff, bringing it up to 1.0.24 by the way. Index: infrastructure/db/user.list

net/pure-ftpd update to 1.0.23

2009-10-23 Thread Frank Denis
Hello, Here's an update of net/pure-ftpd to version 1.0.23. A summary of changes is available here: http://blog.linuxia.de/node/426 Changes regarding the port itself: - the no_banner flavor is not necessary any more. Specifiying a custom banner (using -F /path/to/banner.txt)

Re: pure-ftpd-ldap: unusable on amd64

2009-06-14 Thread Frank Denis
Le 14 juin 09 à 18:43, Toni Mueller a écrit : Hi Claudio, On Sun, 14.06.2009 at 18:21:21 +0200, Claudio Jeker cje...@diehard.n-r-g.com wrote: Update the port to -current or define LDAP_DEPRECATED in src/ log_ldap_p.h You can send your regards including all rants to the openldap mailing

Re: Update of ocaml to 3.10.2

2008-12-04 Thread Frank Denis
Hello Anil, How to do an arch-dependant PLIST? Le Thu, Dec 04, 2008 at 10:35:54AM +, Anil Madhavapeddy ecrivait : The sparc64 port of OCaml doesnt have a native code compiler, so the PLISTs are probably wrong in the update. Anything with .opt wont exist there. -anil

Update of ocaml to 3.10.2

2008-11-25 Thread Frank Denis
Hello, Here's an update of OCaml from version 3.09.3 to version 3.10.2. Tested ok on i386, with code that depends on new features of ocaml 3.10. For the change log: http://caml.inria.fr/ocaml/release.en.html Best regards, -Frank. Index: Makefile

Re: [+] UPDATE: misc/memcached

2008-11-06 Thread Frank Denis
pruning entries. Thanks for the update. -- Frank Denis - j [at] pureftpd.org - http://00f.net - http://www.cotery.com

[security] mail/libspf2 update to 1.2.9

2008-11-04 Thread Frank Denis
Hello, Here's an update of libspf2 to version 1.2.9. From the changelog : Major bugfixes and correctness improvements. All patches from downstream have been imported. A buffer overflow has been fixed. Best regards, -- Frank Denis - j [at] pureftpd.org - http://00f.net - http

Security, mail/libspf2 update to 1.2.8

2008-10-23 Thread Frank Denis
Hello, Here's an update of ports/mail/libspf2 to version 1.2.8, that fixes a vulnerability in the way it used to parse TXT records: http://www.doxpara.com/?page_id=1256 The port update also removes a lot of patches that have been merged upstream. Best regards, -- Frank Denis

Re: Midori 0.1.0 diff

2008-10-18 Thread Frank Denis
Le Sat, Oct 18, 2008 at 07:50:04PM -0400, Brandon Mercer ecrivait : Here is a diff for midori 0.1.0 release. I've been building and running this every day against the webkit in packages and a more recent webkit on i386. Thanks! A webkit update would be nice as well. Best regards,

Bug with bzr and launchpad certificates

2008-10-06 Thread Frank Denis
Hello, It looks like certificates are missing in bzr or pycurl. I'm not familiar with those tools and python, but it looks like it's impossible to fetch a Launchpad repository on OpenBSD (tested with -current): $ bzr checkout https://launchpad.net/drizzle build ... error: (60, 'SSL

Repost: www/elinks update to 0.11.4

2008-08-20 Thread Frank Denis
Now that the ports tree has been unlocked, here's again the update of elinks to 0.11.4 + bug fixes from git. Several critical bugs were fixed in 0.11.3, 0.11.4 and in the git tree, see: http://elinks.or.cz/release.html Tested on i386 and amd64 without X11. Best regards, -- Frank

Update of net/unbound to 1.0.2

2008-08-14 Thread Frank Denis
Hello, Here's an update of unbound to version 1.0.2, that brings some additional paranoia and bug fixes. Tested since release on i386 and amd64. Best regards, -Frank. -- Frank Denis - j [at] pureftpd.org - http://00f.net - http://www.cotery.com diff -urN net/unbound.old

Re: firefox3 + qt?

2008-08-10 Thread Frank Denis
Le Sun, Aug 10, 2008 at 02:09:32PM +0200, viq ecrivait : Firefox is a gtk program. Qt doesn't enter the picture at any point. http://browser.garage.maemo.org/news/10/

Fix for net/unbound crashes

2008-08-04 Thread Frank Denis
Hello, The NULL pointer dereference that used to cause random crashes in unbound-host has been fixed upstream. Here's a diff in order to include the upstream change, verified to fix the issue at least on amd64 and i386. Best regards, -Frank. -- Frank Denis - j

Re: pfstat (can't load library)

2008-07-24 Thread Frank Denis
to uncompress xbase43.tgz Best regards, -- Frank Denis - j [at] pureftpd.org - http://00f.net - http://www.cotery.com

www/elinks update to 0.11.4

2008-07-15 Thread Frank Denis
X11. Best regards, -- Frank Denis - j [at] pureftpd.org - http://00f.net - http://www.cotery.com diff -urN elinks/Makefile elinks.new/Makefile --- elinks/Makefile Tue Jul 15 17:06:54 2008 +++ elinks.new/Makefile Tue Jul 15 17:06:34 2008 @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.9

Re: [Zsh] Proposal update

2008-07-01 Thread Frank Denis
Le Tue, Jul 01, 2008 at 04:12:21PM +0200, Pierre-Emmanuel André ecrivait : Hi zsh-users, Are there people interested in adding pcre support in zsh ? At this time, it's disabled. If I enabled it, it adds an additional dependency (pcre::devel/pcre). In my opinion, a flavor is not necessary.

Re: update: tmux 0.4

2008-07-01 Thread Frank Denis
Le Tue, Jul 01, 2008 at 06:28:14PM +0100, Nicholas Marriott ecrivait : Update to 0.4, tested on i386 and sparc64. Tried it on i386, no issue so far.

Re: New port: databases/sharedance

2008-05-07 Thread Frank Denis
/ the right category for this? Thanks in advance -- Frank Denis - j [at] pureftpd.org - NSI / Young Nails / CND nail tech http://forum.manucure.info - http://www.manucure-pro.com - http://00f.net

Re: UPDATE: net/transmission 0.93

2007-11-22 Thread Frank Denis
, -- Frank Denis - j [at] pureftpd.org - NSI / Young Nails / CND nail tech http://forum.manucure.info - http://www.manucure-pro.com - http://00f.net

Re: net/dspam

2007-10-11 Thread Frank Denis
Le Thu, Oct 11, 2007 at 11:59:45AM -0400, Okan Demirmen ecrivait : it's not a big deal (maint timeout)...but here are 2 fixes: We should really upgrade to 3.8 instead. Unfortunately I don't use it any more.

Re: UPDATE: MySQL 5.0.41

2007-05-14 Thread Frank Denis
Le Sun, May 13, 2007 at 12:54:20PM -0400, Brad ecrivait : Here is an update to MySQL 5.0.41. Tested on amd64. Tested on i386, everything's fine so far.

Re: NEW: blogbench-1.0

2007-05-10 Thread Frank Denis
Le Thu, May 10, 2007 at 09:30:11AM +0200, Antoine Jacoutot ecrivait : Tested under i386, amd64 and macppc. OK? Thanks a lot for that port, Antoine! Works for me.

lighttpd: update to 1.4.15

2007-04-18 Thread Frank Denis
Hello, Here's an update of lighttpd to 1.4.15. No big new feature in that release, but a lot of important bug fixes, including security fixes, see: http://lighttpd.net/2007/4/13/lighttpd-1-4-14-released (1.4.15 includes a last-minute fix over this) Best regards, -Frank.

Re: NEW: xcache

2007-04-17 Thread Frank Denis
Hello Brad, Le Tue, Apr 17, 2007 at 06:49:01PM -0400, Brad ecrivait : Here is a new port for XCache. A fast, stable PHP opcode cacher. Works for me on i386, tested with vBulletin. Best regards, -- Frank Denis - j [at] pureftpd.org - NSI / Young Nails / CND nail tech http

Links update to pre20

2007-04-13 Thread Frank Denis
Hello, Here's a trivial update of www/links. This is a maintenance release, not a lot of user-visible changes since pre19. Tested on i386 and amd64. Index: Makefile === RCS file: /cvs/openbsd/ports/www/links/Makefile,v

Update : links+ 2.1pre28

2007-04-13 Thread Frank Denis
Hello, Here's another trivial update for www/links+ to version 2.1pre28. - Fixed a bug in decompression and javascript document.write. - Add more top-level domains. - Fixed bad behaviour of scrollbars on very large documents due to integer overflow - Support for zlib, gzip and bzip2 files

Links+ update

2007-04-13 Thread Frank Denis
Oops, forgot the attachement. ? w-links+-2.1pre28 Index: Makefile === RCS file: /cvs/openbsd/ports/www/links+/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile --- Makefile16 Dec 2006 12:22:35 - 1.30 +++

Re: MySQL 5.0.37

2007-04-06 Thread Frank Denis
Le Fri, Apr 06, 2007 at 03:12:17PM -0400, Brad ecrivait : And updated for the change in checksum format. Works for me.

MySQL 5.0.37

2007-03-31 Thread Frank Denis
Hello, Here's a trivial update to MySQL 5.0.37. Mostly bug fixes. Tested under load on i386 and amd64. -- Frank Denis - j [at] pureftpd.org - My geeky blog: http://00f.net Index: Makefile === RCS file: /cvs/openbsd/ports

Fix a 99% cpu bug in lighttpd

2007-01-28 Thread Frank Denis
Hello, The following patch fixes a possible 99% cpu bug when a client connection is dropped. See http://trac.lighttpd.net/trac/wiki/Release-1.4.13-patches Best regards, -Frank. --- src/connections.c.orig 2007-01-05 10:56:08.0 -0800 +++ src/connections.c 2007-01-05

Re: gnash

2007-01-15 Thread Frank Denis
. is this expected? or did i get the special edition? Gnash is still work in progress. In the meantime a port of linuxpluginwrapper could be the only way to get Flash within Firefox and Konqueror. -- Frank Denis - frank [at] nailbox.fr - NSI / Young Nails / Akzentz nail tech Authorized Akzentz

Re: Upgrade to MySQL 5.0.32

2007-01-10 Thread Frank Denis
Le Wed, Jan 10, 2007 at 09:30:48AM +0100, Tomasz Pajor ecrivait : There's a new version 5.0.33 fixing several bugfixes. http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-33.html 5.0.33 is a future version, it's not released yet.

Re: p7zip port

2007-01-08 Thread Frank Denis
Le Mon, Jan 08, 2007 at 01:04:24PM -0500, Josh Grosse ecrivait : I went looking for this particular compressor, and discovered that 7-zip isn't in the tree, nor could I find it in a cvs attic, nor in the ports@ archives. It has a makefile.openbsd, so at some point, some porting work had been

Upgrade to MySQL 5.0.32

2007-01-07 Thread Frank Denis
Hello, Here's an update of MySQL to version 5.0.32. Works for me on i386. Best regards, -Frank. -- Frank Denis - frank [at] nailbox.fr - NSI / Young Nails / Akzentz nail tech Authorized Akzentz dealer - http://www.nailbox.fr http://forum.manucure.info - http://www.manucure-pro.com

Re: php5-fastcgi testing

2006-12-27 Thread Frank Denis
Le Thu, Dec 28, 2006 at 12:14:53AM +, Anil Madhavapeddy ecrivait : Already mailed the maintainers, but this could probably use slightly wider testing anyway. PHP5 FastCGI port, http://recoil.org/~avsm/fastcgi.tgz As a side note, I'm also maintaining and using a fastcgi-enabled port. It

Re: How much space is needed for bulk build on i386?

2006-12-22 Thread Frank Denis
Le Fri, Dec 22, 2006 at 10:29:54AM -0500, Steve Shockley ecrivait : Frank Denis wrote: $ du -sh packages 5.2Gpackages So, that would mean that a bulk build would need ~10G in /usr/ports? That's useful to know. Yes :)

Re: How much space is needed for bulk build on i386?

2006-12-20 Thread Frank Denis
/usr/ports/distfiles 4.9Gtotal Best regards, -- Frank Denis - frank [at] nailbox.fr - NSI / Young Nails / Akzentz nail tech Authorized Akzentz dealer - http://www.nailbox.fr http://forum.manucure.info - http://www.manucure-pro.com

Re: How much space is needed for bulk build on i386?

2006-12-20 Thread Frank Denis
build on x86: $ du -sh packages 5.2Gpackages This is with yesterday's -current. -- Frank Denis - frank [at] nailbox.fr - NSI / Young Nails / Akzentz nail tech Authorized Akzentz dealer - http://www.nailbox.fr http://forum.manucure.info - http://www.manucure-pro.com

Re: UPDATE: shells/zsh

2006-10-19 Thread Frank Denis
Le Thu, Oct 19, 2006 at 02:06:45PM +, Christian Weisgerber ecrivait : If the zsh users are clamoring for an update, we can switch to 4.3.x, but so far they have been rather quiet, so I'll stay on the conservative side. Count me in for clamoring for an update. Some recently introduced

Re: Zend 2.x Series?

2006-08-11 Thread Frank Denis
. http://marc.theaimsgroup.com/?l=openbsd-portsm=114698699231408w=2 Xcache also works, with any PHP version. -- Frank Denis - frank [at] nailbox.fr - Young Nails / Akzentz nail tech http://forum.manucure.info - http://www.manucure-pro.com

Patches for mail/dspam

2006-07-31 Thread Frank Denis
aren't cleared and so that csscompress can actually work. Originally reported for cssclean by Doug Hardie on the DSpam mailing list. Submitted upstream. Best regards, -- Frank Denis - frank [at] nailbox.fr - Young Nails / Akzentz nail tech http://forum.manucure.info - http://www.manucure

Re: Patches for mail/dspam

2006-07-31 Thread Frank Denis
Please forget the header copy part, there are issues with it. Here are the patches again, only to fix the /tmp stuff. -- Frank Denis - frank [at] nailbox.fr - Young Nails / Akzentz nail tech http://forum.manucure.info - http://www.manucure-pro.com $OpenBSD$ --- src/tools.hash_drv

Conflict between mplayer and tremor

2006-07-28 Thread Frank Denis
). - It adds an unwanted implicit depency over tremor. Here's a way to avoid this and have mplayer actually work even with Ogg files. But should we introduce a tremor flavor? Best regards, -Frank. -- Frank Denis - frank [at] nailbox.fr - Young Nails / Akzentz nail tech http

g_ucs4_to_utf8() in glib2

2006-07-06 Thread Frank Denis
with a segmentation fault. The following patch to devel/glib2 seems to fix it. Best regards, -- Frank Denis - frank [at] nailbox.fr - Young Nails / Akzentz nail tech http://forum.manucure.info - http://www.manucure-pro.com $OpenBSD$ --- glib/gutf8.c.orig Tue Mar 7 17:32:38 2006 +++ glib/gutf8.c

Re: unsetenv (was: What should be done in an ...)

2006-07-04 Thread Frank Denis
just emulate the return value: static gboolean xunsetenv(char *varname) { unsetenv(varname); return getenv(varname) == NULL ? TRUE : FALSE; } Best regards, -- Frank Denis - frank [at] nailbox.fr - Young Nails / Akzentz nail tech http://forum.manucure.info - http://www.manucure-pro.com

DSPAM update to 3.6.8

2006-06-07 Thread Frank Denis
Hello, Here's an update of mail/dspam to version 3.6.8. That minor maintenance release fixes the PostgreSQL backend that failed to connect and allows clients to links against libdspam when LDAP is turned on. Best regards, -- Frank Denis - frank [at] nailbox.fr - Young Nails / Akzentz nail

Xcache port

2006-06-06 Thread Frank Denis
Hello, In order to avoid duplicate work: has anyone started to work on a port for Xcache? http://trac.lighttpd.net/xcache/ Version 1.0 has just been released and it seems to work reliably even on -current with PHP 5.1 (unlike APC and Eaccelerator). -- Frank Denis - frank

DSPAM update to 3.6.7

2006-06-05 Thread Frank Denis
when deleting preference, not using extensions BUGFIX: ATX (agent context) does not hold enough bits for 'flags' variable -- Frank Denis - frank [at] nailbox.fr - Young Nails / Akzentz nail tech http://forum.manucure.info - http://www.manucure-pro.com Index: Makefile

mail/dspam update to 3.6.6

2006-05-14 Thread Frank Denis
already unmaintained and there was intentionnaly no FLAVOR for it. patches/patch-src_libdb* can be deleted. Tested on i386 and amd64. Best regards, -- Frank Denis - frank [at] nailbox.fr - Young Nails / Akzentz nail tech http://forum.manucure.info Index: Makefile

Re: [UPDATE] php5 to version 5.1.2 (IMPORTANT)

2006-05-07 Thread Frank Denis
Le Wed, May 03, 2006 at 07:03:46PM +0200, Robert Nagy ecrivait : 5.0.3 is out so here is a new diff. Test it please. [5.1.3] Works for me, with lighttpd and fastcgi. However, there's still no reliable accelerator for PHP 5.1 yet. - APC 3.0.10 : crashes after a few minutes with Vbulletin

dspam update to 3.6.5

2006-04-27 Thread Frank Denis
: Miscellaneous invalid read / segmentation fault bugs BUGFIX: If TrainingMode not specified in dspam.conf or passed in, segmentation fault BUGFIX: No output returned when using --deliver=summary with dspamc -- Frank Denis - frank [at] nailbox.fr Young Nails / Akzentz nail tech Index: Makefile

Re: Amaya

2006-04-14 Thread Frank Denis
Le Fri, Apr 14, 2006 at 10:42:10AM -0600, D. E. Evans ecrivait : The Amaya port seems badly out of date. Is anyone looking at this? Well... Is anyone using it? -- Frank Denis - frank [at] nailbox.fr Young Nails / Akzentz nail tech

Unbreak emulators/vmware

2006-04-10 Thread Frank Denis
Hello, Here's a fix for the vmware port that has been broken by the recent bpf changes. Best regards, -- Frank Denis - frank [at] nailbox.fr Young Nails / Akzentz nail tech Index: 3/patches/patch-source_vmnet_if_hubmod_c

devel/libslang2 and editors/jed update to 0.99.18

2006-04-08 Thread Frank Denis
too many changes to summarize (3,5 years of changes, actually), but the main one is full unicode support. Those ports were tested on i386. Best regards, -- Frank Denis - frank [at] nailbox.fr Young Nails / Akzentz nail tech

Re: what about php update?

2006-04-07 Thread Frank Denis
-fastcgi.patch Best regards, -- Frank Denis - frank [at] nailbox.fr Young Nails / Akzentz nail tech

Re: wget = 1.10.2 in 3.[89] - sign error?

2006-03-27 Thread Frank Denis
Le Mon, Mar 27, 2006 at 09:50:14PM +, Thorsten Glaser ecrivait : Toni Mueller dixit: I just tried to download a file of some 3 gigs wget is not designed to do it. If it works, sheer luck. ACK. Try curl instead. Way better and it has no issue with large files. -- Frank Denis

DSPAM update to 3.4

2006-03-10 Thread Frank Denis
Hello, Here's an update of mail/dspam to maintenance release 3.4. It includes two patches from CVS to avoid segfaults on errors in the configuration file, and to fix --summary. Other changes from 3.4: DOC: Documented user preferences in README MAINT: Added dspam_train tool, replacing

Avoid mail/mlmmj segfaults

2006-02-19 Thread Frank Denis
Hello, Here's a trivial patch you may consider to add to mail/mlmmj. chomp() causes a segmentation fault on empty lines. I triggered it by using an empty delimiter, but there are maybe other ways of triggering it. Submitted to the author. $OpenBSD$ --- src/chomp.c.origThu Aug 12

Update to net/pure-ftpd

2006-02-15 Thread Frank Denis
Hello, Here are some patches for the current net/pure-ftpd port with bug fixes backported from the upcoming 1.0.21 version. - Don't bail out if the specified log file is a pipe instead of a regular file, - Avoid premature end of uploads, - Disable the Nagle algorithm on the connection

PHP with FastCGI

2006-02-01 Thread Frank Denis
Hello, Did anyone try to build a port for a FastCGI-enabled version of PHP? It makes a lot of sense since we already have fcgi, mod_fastcgi and lighttpd that can't get proper PHP support without fastcgi. Here's a start, that seems to work fine with lighttpd. diff -urN

Re: dsniff segfaults

2006-01-29 Thread Frank Denis \(Jedi/Sector One\)
Another backtrace: Program received signal SIGSEGV, Segmentation fault. 0x1c00a990 in get_ts () (gdb) bt #0 0x1c00a990 in get_ts () #1 0x1c00b612 in process_tcp () #2 0x1c009ef3 in gen_ip_frag_proc () #3 0x1c009d19 in pcap_hand () #4 0x06fe9141 in pcap_read (p=0x856eae00, cnt=-1,

libnids update to 1.20

2006-01-29 Thread Frank Denis \(Jedi/Sector One\)
Hello, Here's an update of libnids to 1.20. It fixes various things, including the segfaults seen in dsniff. -- Frank - my stupid blog: http://00f.net L'annuaire des professionnels de la manucure et de la pedicure : http://www.manucure-pro.com Index: Makefile

ZSH update to 4.2.6

2006-01-23 Thread Frank Denis \(Jedi/Sector One\)
Hello, Here's an update of shells/zsh to version 4.2.6 Tested on i386 and amd64 on 3.9-beta. The mirrors list has been updated by the way. Best regards, -- Frank - my stupid blog: http://00f.net L'annuaire des professionnels de la manucure et de la pedicure :

dsniff segfaults

2006-01-23 Thread Frank Denis \(Jedi/Sector One\)
Hello, ports/dsniff always seems to always crash with SEGV after a few seconds on 3.9-beta x86. Traceback from dsniff follows : #0 0x1c00a990 in xdr_dirpath () #1 0x1c00b023 in xdr_dirpath () #2 0x1c00b70b in xdr_dirpath () #3 0x1c009ef3 in xdr_dirpath () #4 0x1c009d19 in xdr_dirpath

Re: DSPAM update to 3.6.1 [last one !]

2005-11-11 Thread Frank Denis \(Jedi/Sector One\)
On Fri, Nov 11, 2005 at 10:29:08AM +0100, Jakob Schlyter wrote: can I get some confirmations that this is tested by current dspam users? DSPAM 3.6.1 seems to work fine on i386 and amd64 and there are very few changes between 3.6.0+patches from the previous port and 3.6.1. I got a report

DSPAM update to 3.6.1

2005-11-08 Thread Frank Denis \(Jedi/Sector One\)
Hello, Here's an update to the first patch release of DSPAM 3.6. Some patches from the previous port were removed as they were merged upstream. An additionnal patch has been added to let it compile with gcc 2.x (discussed on the dspam mailing list). Best regards, -Frank.

Re: DSPAM update to 3.6.1

2005-11-08 Thread Frank Denis \(Jedi/Sector One\)
On Tue, Nov 08, 2005 at 05:28:19PM +0100, Frank Denis (Jedi/Sector One) wrote: Here's an update to the first patch release of DSPAM 3.6. An additionnal patch has been added to let it compile with gcc 2.x (discussed on the dspam mailing list). Here's an updated version, with the right gcc 2

Re: DSPAM update to 3.6.0-STABLE

2005-10-18 Thread Frank Denis \(Jedi/Sector One\)
Hello, The port was designed for -current, but since some people asked for a version that would run on OpenBSD 3.7, some minor changes have been made so that it now works both on 3.7 (at least the sqlite3 flavor) and -current. Same URL: ftp://ftp.00f.net/misc/port-dspam-3.6.0.tar.gz

DSPAM update to 3.6.0-STABLE

2005-10-17 Thread Frank Denis \(Jedi/Sector One\)
Hello, The final version of DSPAM 3.6.0 has just been released. 3.6.x becomes the STABLE series. It features numerous improvements over the 3.4.x and 3.2.x series, especially UID in signature support, domain-based delivery hosts, markovian weighting and clamav integration. Here is an

DSPAM 3.6 port

2005-10-04 Thread Frank Denis \(Jedi/Sector One\)
Hello, Since the final 3.6 version of DSPAM will be released in a few days, here's a preliminary port of the latest release candidate (3.6.rc3). The final 3.6 will be almost identical, so it's worth testing the port right now. Port can be downloaded from

Re: PHP and Apache coredump

2005-10-04 Thread Frank Denis \(Jedi/Sector One\)
On Tue, Oct 04, 2005 at 09:28:03AM +0200, Ketelaars, Björn wrote: I recently performed an install of PHP from the OpenBSD snapshot-branch on a freshly installed snapshot (1 October 2005). After running /usr/local/sbin/phpxs -s, modifying httpd.conf (placing AddType) and copying php.ini to

Re: dspam update to 3.4.9

2005-08-29 Thread Frank Denis \(Jedi/Sector One\)
Hello, A buglet in the update of the dspam port has been fixed. The new version can be downloaded from: ftp://ftp.00f.net/misc/port-dspam-3.4.9.tar.gz Best regards, -- L'annuaire des pros de la manucure et de la pedicure : http://www.manucure-pedicure.com

dspam update to 3.4.9

2005-08-20 Thread Frank Denis \(Jedi/Sector One\)
Hello, The mail/dspam port is getting old and the 3.2.x branch is not maintained any more. So here is an update to the latest release of the stable and maintained branch, 3.4.9. Additionnal changes over the previous port: - New flavor: sqlite3 to link against databases/sqlite3. It is

Re: dspam update to 3.4.9

2005-08-20 Thread Frank Denis \(Jedi/Sector One\)
On Sat, Aug 20, 2005 at 10:21:44PM +0159, Frank Denis (Jedi/Sector One) wrote: +++ mail/dspam/pkg/PLISTSat Aug 20 23:00:19 2005 @@ -1,6 +1,4 @@ [EMAIL PROTECTED] _dspam:540 [EMAIL PROTECTED] _dspam:540:540:daemon:DSPAM Account:/var/dspam:/sbin/nologin ... -%%sqlite%% -%%mysql

Re: mutt-1.5.9i crashing when reading certain e-mails

2005-08-18 Thread Frank Denis \(Jedi/Sector One\)
On Thu, Aug 18, 2005 at 03:00:22AM -0600, Peter Valchev wrote: I don't know if this has been reported already, though I haven't found anything so far. Anyhow, when I read certain e-mails of the content-type multipart/alternative mutt crashes. Does it still crash if you recompile libiconv,

Re: UPDATE: mail/mutt

2005-08-10 Thread Frank Denis \(Jedi/Sector One\)
On Wed, Aug 10, 2005 at 03:42:26PM +0200, Armin Wolfermann wrote: The latest wchar_t changes broke the ability to display 8bit characters in mutt's internal pager. This change fixed it for me (on i386): I confirm this. -- Frank - my stupid blog: http://00f.net