Re: Update: graphviz-2.36.0 (for CVEs)

2014-02-05 Thread Sebastian Trahm
On Tue, Feb 04, 2014 at 10:10:39PM +, Edd Barrett wrote: > Hi, > > As pointed out by Sebastian Trahm, the version of graphviz in-tree has > security issues: > http://www.debian.org/security/2014/dsa-2843 > > So here is an update to the newest version. OK? Thank you

Drop Maintainership

2012-09-28 Thread Sebastian Trahm
Hello, please drop me as maintainer of the following ports. o devel/arm-elf/binutils/ o devel/arm-elf/gcc/ o devel/arm-elf/gdb/ o devel/arm-elf/newlib/ o devel/p5-Class-Inner/ o devel/p5-Test-Cmd/ o devel/p5-Test-Unit/ o sysutils/faubackup/ o x11/xrootconsole/ cheers Sebastian

Re: Security update textproc/libxml addressing CVE-2012-2807

2012-09-04 Thread Sebastian Trahm
On Thu, Aug 09, 2012 at 10:55:47AM +0200, Sebastian Trahm wrote: > Hello, > > http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2807 > > The diff below addresses multiple integer overflows in > libxml2 on 64-bit platforms. Any feedback on this or should we consider

Security update textproc/libxml addressing CVE-2012-2807

2012-08-09 Thread Sebastian Trahm
r(buf, 10); + } + } +@@ -3937,7 +3938,18 @@ xmlParseAttValueComplex(xmlParserCtxtPtr ctxt, int *at + } + } else + NEXT; +-if (attlen != NULL) *attlen = len; ++ ++/* ++ * There we potentially risk an overflow, don't allow attribute value of ++ * lenght more than INT_MAX it is a very reasonnable assumption ! ++ */ ++if (len >= INT_MAX) { ++xmlFatalErrMsg(ctxt, XML_ERR_ATTRIBUTE_NOT_FINISHED, ++ "AttValue lenght too long\n"); ++goto mem_error; ++} ++ ++if (attlen != NULL) *attlen = (int) len; + return(buf); + + mem_error: cheers Sebastian Trahm

Re: [NEW] OpenOCD-0.2.0

2009-09-17 Thread Sebastian Trahm
>Hi ports@ > >You can find in attach a ports for OpenOCD. I have tested >it on i386 and it works fine for me. Sorry for replying that late. Nice! Works for me on i386 with a LPC2106. cheers Sebastian -- gpg:0xba19b59ccdb73113 www:http://basti.schleifi.com/ mail: ba...@schleifi.com

Re: NEW: ircd-hybrid-7.2.3

2009-01-26 Thread Sebastian Trahm
On Mon, Jan 26, 2009 at 03:32:27PM +0100, Bernd Ahlers wrote: > this is a new port for the ircd-hybrid-7.2.3 irc server. I'd > appreciate > tests on !i386. Thank you! :) Tested on sparc64. Builds, installs and works fine (simple test with irssi as client). There is one warning showing up: rsa.c

Re: update: misc/tmux 0.6

2009-01-18 Thread Sebastian Trahm
Nicholas Marriott wrote: > Please note patches/patch-tmux_h can be removed. > > Please test, etc. Thanks! Tested on i386, works for me.

Re: NEW: devel/libftdi

2008-12-15 Thread Sebastian Trahm
> libftdi is a library (using libusb) to talk to FTDI's FT2232C, > FT232BM and FT245BM type chips including the popular bitbang mode. Thanks Matthieu! {erase,write} and simple debugging works nice on i386 with OpenOCD.

New port: sysutils/faubackup

2008-12-11 Thread Sebastian Trahm
Hej, appended tarball contains a port of faubackup: (from DESCR): faubackup uses a filesystem on a hard drive for incremental and full backups. All backups can easily be accessed by standard filesystem tools. Later backups to the same filesystem will automatically be incremental, as unchanged fil

Re: UPDATE: x11/dmenu and x11/dwm

2008-10-06 Thread Sebastian Trahm
On Mon, Oct 06, 2008 at 04:36:14PM -0400, Jim Razmus wrote: > Updates dmenu and dwm to versions 3.9 and 5.2 respectively. > > Running on i386. Thanks to Romain Bertrand for the initial patches. > > Please test and commit. Slighty tested on i386. Works for me. cheers Sebastian

Re: NEW: shell-fm

2008-09-19 Thread Sebastian Trahm
On Thu, Sep 18, 2008 at 07:04:44PM +0200, TeXitoi wrote: > > Thanks to review it, it is my first port. works for me on i386 (listening to some user playlists). Nice and simple navigation. Thx. Sebastian -- Now playing "Move It Vomit" by Teddybears STHLM.

New ports: devel/p5-Class-Inner, p5-Test-Cmd, p5-Test-Unit

2007-12-09 Thread Sebastian Trahm
Hejsan, the appended tarball contains the following ports: p5-Class-Inner (DESCR): Class::Inner is yet nother implementation of an anonymous class with per object overrideable methods, but with the added attraction of sort of working dispatch to the parent class's method. p5-Test-Cmd (DESCR): Te

New ports: devel/p5-Class-Inner, p5-Test-Cmd, p5-Test-Unit

2007-12-09 Thread Sebastian Trahm
Hejsan, appended tarball containing the following ports: p5-Class-Inner (from DESCR): Class::Inner is yet nother implementation of an anonymous class with per object overrideable methods, but with the added attraction of sort of working dispatch to the parent class's method. p5-Test-Cmd (from DE

Re: NEW: devel/arm-elf

2006-10-15 Thread Sebastian Trahm
Hello, attached is a rewrite of the arm-elf toolchain. It's based on the well working avr toolchain. I had a lot of unecessary and wrong entries in the Makefiles. Furthermore the PLISTs were messed with info files and so on. The patches should take care of this Thanks to Nikolay for comments on

Re: NEW: devel/arm-elf

2006-10-07 Thread Sebastian Trahm
. cheers, Sebastian Trahm [EMAIL PROTECTED] This message was sent using IMP, the Internet Messaging Program. devel_arm-elf.tgz Description: GNU Zip compressed data

NEW: devel/arm-elf

2006-10-03 Thread Sebastian Trahm
test and comment. cheers, Sebastian Trahm [EMAIL PROTECTED] This message was sent using IMP, the Internet Messaging Program. arm-elf.tar.gz Description: application/gzip