Re: UPDATE: Pidgin 2.3.0

2007-11-28 Thread Stefan Sperling
On Tue, Nov 27, 2007 at 10:46:50AM +, Stuart Henderson wrote:
 On 2007/11/27 10:34, viq wrote:
  On Tue, Nov 27, 2007 at 02:08:20AM +0100, Stefan Sperling wrote:
   On Mon, Nov 26, 2007 at 04:49:42PM -0500, Brad wrote:
Here is an update to Pidgin 2.3.0.
   
   I just applied this, ran make and eventually got the error below.
   Missing dependency or a library version issue?
  
  Isn't this a case of remove before building newer version?
 
 It often is when you see a bunch of 'undefined reference'.
 And don't do what I did when building the gimp update to test
 yesterday, and forget to 'make clean' before rebuilding...

Yes, it was apparently a libtool issue.
Removing the old package before building the new one worked
around it. Still annoying, but not the porter's fault.

-- 
stefan
http://stsp.name PGP Key: 0xF59D25F0


pgpxyUXOfSi4w.pgp
Description: PGP signature


[SECURITY UPDATE] www/liferea 1.4.6 - 1.4.8

2007-11-28 Thread viq
Update is trivial, but the changelog less so.
Works for me on i386.

2007-11-22  Lars Lindner  [EMAIL PROTECTED]

Version 1.4.8 (Stable)

* Now never loads duplicates when using recursive
  folder view. This avoids duplicate removal problems
  when using Mark-All-Read on such a view.
* Fixes CVE-2005-4791: LD_LIBRARY_PATH problem in
  Liferea starter script.
* Fixes SF #1832671: use default update interval
  even if feed specifies one if it is larger than
  the feed specific one.
* Fixes failing DB close when terminated by session
  manager or SIGHUP/TERM/INT which causes long startup
  durations (30s) on next start due to leftover
  sqlite journal file.
* Patch SF #1835414 from goyko that improves menu enabling
  and disabling for the Item menu options.

Translations

* Updated Italian translation (Emanuele Grande)
* Updated Belorusian Latin translation (Ihar Hrachyshka)
* Correction for Spanish translation (Santiago Jose Lopez)


2007-11-11  Lars Lindner  [EMAIL PROTECTED]

Version 1.4.7 (Stable)

* Fixes SF #1821179 crash with Catalan locale.
  (reported by frango)
* Fixes disabled mark-all-read toolbar button when
  a folder is selected.
* Fixes SF #1825113 crash when removing folders
  when child feeds are in update.
* Fixes dragdrop into empty folders.
* Fixes handling of updated items. Now updated items
  are replaced and marked again appropriately.
* Fixes problems with search folders with more than
  one rule.
* Added kget download manager support SF #1824344.

Translations

* Updated Polish translation (Bart Kreska)
* Updated French translation (Vincent Lefevre)

-- 
viq


Index: Makefile
===
RCS file: /cvs/ports/www/liferea/Makefile,v
retrieving revision 1.9
diff -u -d -r1.9 Makefile
--- Makefile4 Nov 2007 21:03:12 -   1.9
+++ Makefile28 Nov 2007 11:51:54 -
@@ -4,7 +4,7 @@
 
 COMMENT=   simple GTK desktop news aggregator
 
-DISTNAME=  liferea-1.4.6
+DISTNAME=  liferea-1.4.8
 CATEGORIES=www x11
 
 HOMEPAGE=  http://liferea.sourceforge.net/
Index: distinfo
===
RCS file: /cvs/ports/www/liferea/distinfo,v
retrieving revision 1.7
diff -u -d -r1.7 distinfo
--- distinfo4 Nov 2007 21:03:12 -   1.7
+++ distinfo28 Nov 2007 11:51:54 -
@@ -1,5 +1,5 @@
-MD5 (liferea-1.4.6.tar.gz) = 04JXzxMKQwQeX0FuEq6UxQ==
-RMD160 (liferea-1.4.6.tar.gz) = BYt1jJ3gJGGO+DV341HjFNKyyeM=
-SHA1 (liferea-1.4.6.tar.gz) = aXXbJprPgkX8r7SoAPckEX5gMEg=
-SHA256 (liferea-1.4.6.tar.gz) = yNFkMBRgkjUH6A9Rqbwtd6QvdUVtpP4wSYyvNCNiHH4=
-SIZE (liferea-1.4.6.tar.gz) = 1580078
+MD5 (liferea-1.4.8.tar.gz) = koBulDJIHmXyHo+G/0pP4g==
+RMD160 (liferea-1.4.8.tar.gz) = cPBIbxEWJ/3+Uu+wUkFRtfhh31M=
+SHA1 (liferea-1.4.8.tar.gz) = bmTHus054EA0EH9Wnp4tAPrTdHQ=
+SHA256 (liferea-1.4.8.tar.gz) = 3Mz+VkBvtjrv25mDIHaLcesPHrZOPhdmbqpWXHOahwU=
+SIZE (liferea-1.4.8.tar.gz) = 1584537



UPDATE: devel/py-parsing

2007-11-28 Thread Will Maier
This trivial update bumps py-parsing to 1.4.8, the latest stable
release (changes here[0]). The patch also fixes the homepage. Tested
on -current/i386.

Patch below my sig and available via HTTP:

http://www.lfod.us/files/ports/py-parsing-1.4.8.diff

Thanks!

diffstat:
3 files changed, 13 insertions(+), 8 deletions(-)
Makefile  |6 +++---
distinfo  |   10 +-
pkg/PLIST |5 +

[0] http://pyparsing.wikispaces.com/News

-- 

o--{ Will Maier }--o
| web:...http://www.lfod.us/ | [EMAIL PROTECTED] |
*--[ BSD Unix: Live Free or Die ]--*

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@
 
 COMMENT=   Python parsing module
 
-DISTNAME=  pyparsing-1.4.6
-PKGNAME=   ${DISTNAME:S/py/py-/}p0
+DISTNAME=  pyparsing-1.4.8
+PKGNAME=   ${DISTNAME:S/py/py-/}
 CATEGORIES=devel
 
-HOMEPAGE=  http://pyparsing.sourceforge.net/
+HOMEPAGE=  http://pyparsing.wikispaces.com/
 
 MAINTAINER=Will Maier [EMAIL PROTECTED]
 
diff --git a/distinfo b/distinfo
--- a/distinfo
+++ b/distinfo
@@ -1,5 +1,5 @@ MD5 (pyparsing-1.4.6.tar.gz) = 9QT/jLvZq
-MD5 (pyparsing-1.4.6.tar.gz) = 9QT/jLvZqCt596zfNdMO5g==
-RMD160 (pyparsing-1.4.6.tar.gz) = prOq957EPaCjYeZtp0fBVq12res=
-SHA1 (pyparsing-1.4.6.tar.gz) = Iedo2IZ3Wki8zWKQ2nvqYRW/lB8=
-SHA256 (pyparsing-1.4.6.tar.gz) = YIA4etmPumcv5vxH5mpqS8AAojXlw9taHOiV9GD5Lbw=
-SIZE (pyparsing-1.4.6.tar.gz) = 725897
+MD5 (pyparsing-1.4.8.tar.gz) = aX/xAcxN4jYkJbxGKlIfHQ==
+RMD160 (pyparsing-1.4.8.tar.gz) = 4J+wRsLHmF0YYvHuLQVGGuAEMJY=
+SHA1 (pyparsing-1.4.8.tar.gz) = epLbcGVzH1/RTcyWZnMh3DyqFHM=
+SHA256 (pyparsing-1.4.8.tar.gz) = UdQCsCebidSSJBGltlA6D0pZLt+KXf2IFNJYFSjhlDY=
+SIZE (pyparsing-1.4.8.tar.gz) = 555781
diff --git a/pkg/PLIST b/pkg/PLIST
--- a/pkg/PLIST
+++ b/pkg/PLIST
@@ -1,4 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.8 2007/04/30 18:16:16 alek Exp $
+lib/python${MODPY_VERSION}/site-packages/pyparsing-1.4.8-py${MODPY_VERSION}.egg-info
 lib/python${MODPY_VERSION}/site-packages/pyparsing.py
 lib/python${MODPY_VERSION}/site-packages/pyparsing.pyc
 share/doc/py-parsing/
@@ -8,6 +9,7 @@ share/doc/py-parsing/__builtin__.object-
 share/doc/py-parsing/__builtin__.object-class.html
 share/doc/py-parsing/__builtin__.type-class.html
 share/doc/py-parsing/epydoc.css
+share/doc/py-parsing/exceptions.BaseException-class.html
 share/doc/py-parsing/exceptions.Exception-class.html
 share/doc/py-parsing/frames.html
 share/doc/py-parsing/help.html
@@ -96,6 +98,7 @@ share/examples/py-parsing/makeHTMLTagExa
 share/examples/py-parsing/makeHTMLTagExample.py
 share/examples/py-parsing/mozilla.ics
 share/examples/py-parsing/mozillaCalendarParser.py
+share/examples/py-parsing/nested.py
 share/examples/py-parsing/parseListString.py
 share/examples/py-parsing/parsePythonValue.py
 share/examples/py-parsing/pgn.py
@@ -104,6 +107,7 @@ share/examples/py-parsing/romanNumerals.
 share/examples/py-parsing/romanNumerals.py
 share/examples/py-parsing/scanExamples.py
 share/examples/py-parsing/scanYahoo.py
+share/examples/py-parsing/searchParserAppDemo.py
 share/examples/py-parsing/searchparser.py
 share/examples/py-parsing/sexpParser.py
 share/examples/py-parsing/simpleArith.py
@@ -114,4 +118,5 @@ share/examples/py-parsing/sql2dot.py
 share/examples/py-parsing/sql2dot.py
 share/examples/py-parsing/urlExtractor.py
 share/examples/py-parsing/urlExtractorNew.py
+share/examples/py-parsing/withAttribute.py
 share/examples/py-parsing/wordsToNum.py



UPDATE: audio/mpg123

2007-11-28 Thread Giovanni Bechis
Mpg123 updated to latest version,
files/* and patches/* are no more needed to build,
support to arch without fpu (arm) has been added but should
be tested.
Tested @i386
 Giovanni
Index: Makefile
===
RCS file: /cvs/ports/audio/mpg123/Makefile,v
retrieving revision 1.38
diff -u -p -r1.38 Makefile
--- Makefile15 Sep 2007 21:26:02 -  1.38
+++ Makefile28 Nov 2007 18:28:29 -
@@ -1,51 +1,31 @@
 # $OpenBSD: Makefile,v 1.38 2007/09/15 21:26:02 simon Exp $
 
-# mpg123 is unusable without FPU
-NOT_FOR_ARCHS= arm
-
 COMMENT=   mpeg audio 1/2 layer 1, 2 and 3 player
 
-DISTNAME=  mpg123-0.59r
-PKGNAME=   ${DISTNAME}p4
+DISTNAME=  mpg123-0.68
 CATEGORIES=audio
-HOMEPAGE=  http://www.mpg123.de/
+HOMEPAGE=  http://www.mpg123.org/
 
-# Long, unclear license in ${WRKSRC}/COPYING.
-PERMIT_PACKAGE_CDROM=  No
+# LGPL
+PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=Yes
-PERMIT_DISTFILES_CDROM=No
+PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
 WANTLIB=   c m
 
-MASTER_SITES=  http://www.mpg123.de/mpg123/ \
-   http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123/ \
-   ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ \
-   http://ftp.tu-clausthal.de/pub/unix/audio/mpg123
-MASTER_SITES0= ftp://ftp.kame.net/pub/kame/misc/
-
-PATCHFILES=mpg123-059r-v6-2713b.diff.gz:0
-PATCH_DIST_STRIP= -p1
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mpg123/}
 
 FLAVORS=   esd
 FLAVOR?=
 
 .if ${FLAVOR:L:Mesd}
 LIB_DEPENDS=   esd.=2::audio/esound
-ALL_TARGET=openbsd-esd
 WANTLIB+=  audiofile
+CONFIGURE_ARGS=--with-audio=esd
 .else
-ALL_TARGET=openbsd
+CONFIGURE_ARGS=--with-audio=sun
 .endif
 
-MAKE_FLAGS=CC='${CC}'
-
-post-patch:
-   @cp ${FILESDIR}/audio_openbsd.c ${FILESDIR}/term.c ${WRKSRC}
-
-post-install:
-   ${INSTALL_DATA_DIR} ${PREFIX}/share/mpg123
-   ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/mpg123
-
-NO_REGRESS=Yes
+CONFIGURE_STYLE=gnu
 
 .include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/audio/mpg123/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo5 Apr 2007 15:37:43 -   1.4
+++ distinfo28 Nov 2007 18:28:29 -
@@ -1,10 +1,5 @@
-MD5 (mpg123-0.59r.tar.gz) = ld9ZrRZR3SNG1J+vyDdH5w==
-MD5 (mpg123-059r-v6-2713b.diff.gz) = uDDO/IgFyK2Cf3OYXAPSfw==
-RMD160 (mpg123-0.59r.tar.gz) = F9R8oE/crF4tcflcy9I7YbXtizw=
-RMD160 (mpg123-059r-v6-2713b.diff.gz) = wZQlZty6+b1gWhVEtcOQ4n3BUMo=
-SHA1 (mpg123-0.59r.tar.gz) = wy/iQvRQbSGL0ZpRpANNqf3HlJM=
-SHA1 (mpg123-059r-v6-2713b.diff.gz) = +rEUibahq3nWwpeHFh8cBeSS3As=
-SHA256 (mpg123-0.59r.tar.gz) = eseraW1eaSdlcGYeK0ROKVzdjCGvllYYMjhXolWwvpQ=
-SHA256 (mpg123-059r-v6-2713b.diff.gz) = 
8TqCLMzNCMGpOg+cJp77h1PpnWNP2NxDH37LYJmAVZE=
-SIZE (mpg123-0.59r.tar.gz) = 159028
-SIZE (mpg123-059r-v6-2713b.diff.gz) = 5600
+MD5 (mpg123-0.68.tar.gz) = Ab6pCi8Q4hHiikMx3x5uRQ==
+RMD160 (mpg123-0.68.tar.gz) = 1gUu057y10J8081uEcM0p5TXzvg=
+SHA1 (mpg123-0.68.tar.gz) = 39wogtf/uWAR82a8AU1WR9EfAbk=
+SHA256 (mpg123-0.68.tar.gz) = CKzb2YQvT/IdiP4SrB7ytrws+lv5mZ0CipW/U6F/HRE=
+SIZE (mpg123-0.68.tar.gz) = 652279
Index: pkg/PLIST
===
RCS file: /cvs/ports/audio/mpg123/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   6 Aug 2004 14:37:27 -   1.4
+++ pkg/PLIST   28 Nov 2007 18:28:29 -
@@ -1,5 +1,3 @@
 @comment $OpenBSD: PLIST,v 1.4 2004/08/06 14:37:27 espie Exp $
 bin/mpg123
 @man man/man1/mpg123.1
-share/mpg123/
-share/mpg123/COPYING


[PATCH] net/tinyfugue

2007-11-28 Thread Markus Lude
Hello,
on sparc64 the time displayed in the status line is always 01:00. When
building the port I get the warning:

util.c: In function `tftime':
util.c:1136: warning: passing arg 1 of `localtime' from incompatible pointer 
type

In my ~/.tfrc I have:

  /set status_int_clock=ftime(%H:%M, time())

Attached is an update to fix this.

Further changes:
* update HOMEPAGE
* update MASTER_SITES
* add myself as MAINTAINER (if noone other wants it)

Please test/comment/...

Regards,
Markus

Index: tinyfugue/Makefile
===
RCS file: /cvs/ports/net/tinyfugue/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- tinyfugue/Makefile  15 Sep 2007 22:36:59 -  1.21
+++ tinyfugue/Makefile  28 Nov 2007 19:11:33 -
@@ -3,11 +3,13 @@
 
 COMMENT=   programmable MUD client, with macro support and more
 
-PKGNAME=   tinyfugue-4.0s1p2
+PKGNAME=   tinyfugue-4.0s1p3
 DISTNAME=  tf-40s1
 CATEGORIES=net games
 
-HOMEPAGE=  http://tf.tcp.com/~hawkeye/tf/
+HOMEPAGE=  http://tinyfugue.sourceforge.net/
+
+MAINTAINER=Markus Lude [EMAIL PROTECTED]
 
 # GPL
 PERMIT_PACKAGE_CDROM=  Yes
@@ -16,7 +18,7 @@ PERMIT_DISTFILES_CDROM=   Yes
 PERMIT_DISTFILES_FTP=  Yes
 WANTLIB=   c m termcap z 
 
-MASTER_SITES=  ftp://tf.tcp.com/pub/tinyfugue/ \
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tinyfugue/} \
ftp://ftp.demon.co.uk/pub/games/mud/
 
 MASTER_SITES0= http://inphobia.net/openbsd/patches/
Index: tinyfugue/patches/patch-src_util_c
===
RCS file: tinyfugue/patches/patch-src_util_c
diff -N tinyfugue/patches/patch-src_util_c
--- /dev/null   1 Jan 1970 00:00:00 -
+++ tinyfugue/patches/patch-src_util_c  28 Nov 2007 19:11:33 -
@@ -0,0 +1,20 @@
+$OpenBSD$
+--- src/util.c.origSat Mar  6 23:43:25 1999
 src/util.c Wed Nov 28 12:48:49 2007
+@@ -1124,6 +1124,7 @@ int tftime(dest, fmt, sec, usec)
+ CONST char *s;
+ static char fmtbuf[3] = %?;  /* static to allow init in KR C */
+ struct tm *local = NULL;
++time_t lt;
+ if (!*fmt) fmt = %c;
+ for (s = fmt; *s; s++) {
+ if (*s != '%') {
+@@ -1133,7 +1134,7 @@ int tftime(dest, fmt, sec, usec)
+ } else if (*s == '.') {
+ Sprintf(dest, SP_APPEND, %02ld, (usec + 5000) / 1);
+ } else {
+-if (!local) local = localtime(sec);
++if (!local) { lt = sec; local = localtime(lt); }
+ fmtbuf[1] = *s;
+ Stringterm(dest, dest-len + 32);
+ dest-len += strftime(dest-s + dest-len, 32, fmtbuf, local);


Re: Samba 3.0.27a for OpenBSD 4.2-stable

2007-11-28 Thread Brian A. Seklecki

On Fri, 2007-11-23 at 09:35 +1100, Ian McWilliam wrote:
 Attached is a port of Samba 3.0.27a for people using 4.2-stable.
 
 Samba 3.0.27 is a security release to address CVE-2007-4572 
 http://samba.org/samba/security/CVE-2007-4572.html and CVE-2007-5398 
 http://samba.org/samba/security/CVE-2007-5398.html.


Either samba updated their tarball (Is it them who likes to do that?) or
the distinfo file included w/ your tarball was wrong:


MD5 (samba-3.0.27a.tar.gz) = 57aedd342cafddbb28e2936c15dde96b
RMD160 (samba-3.0.27a.tar.gz) = 601c095fdfd5a66e3ce9d57a2d3874d37641ba3f
SHA1 (samba-3.0.27a.tar.gz) = 4bed2619d2f92ce41f7f84f00537a487c1bef7c9
SHA256 (samba-3.0.27a.tar.gz) =
33e4998366e30ff7d6bdd70446fe9222badb0d4386d929e3d7cd28933685b6ae
SIZE (samba-3.0.27a.tar.gz) = 18159377

~BAS

 http://news.samba.org/releases/3.0.27/
 
 Those of us not running current in production may want to test this.
 
 Ian McWilliam.
 
 
 
 
 
 



Re: good console jabber client?

2007-11-28 Thread Simon Bertrang
On Tue, Nov 27, 2007 at 06:29:55PM +0100, Simon Bertrang wrote:
 On Tue, Nov 27, 2007 at 04:55:38PM +0100, [EMAIL PROTECTED] wrote:
  Pierre-Yves Ritschard [EMAIL PROTECTED]:
  
   Sergey Prysiazhnyi [EMAIL PROTECTED] wrote:
Any Subj in ports tree? Like centericq, etc? Thank you a lot for
advise,
   
   bitlbee  irssi work great.
  
  
  
  
  You can take a look at irssi-xmpp which isn't in ports. It's an irssi 
  plugin to
  connect to the Jabber network. Try the version in CVS because the latest
  released is outdated.
  
 
 Here's a port for the latest release.  I didn't check their repository, so...
 

... an update with feedback from Simon Kuhnle and [EMAIL PROTECTED]
Just tested on amd64, i386 and macppc without problems.

It coredumps for Simon Kuhnle on /reconnect but doesn't for me.  Can
someone else try it too?

Regards,
Simon


irssi-xmpp.tar.gz
Description: application/tar-gz


Re: Samba 3.0.27a for OpenBSD 4.2-stable

2007-11-28 Thread Brian A. Seklecki (Mobile)
Here's my CVS diff to make 3.0.27a:


cvs server: Diffing .
Index: Makefile
===
RCS file: /cvs/ports/net/samba/Makefile,v
retrieving revision 1.79
diff -u -r1.79 Makefile
--- Makefile2007/02/06 07:01:13 1.79
+++ Makefile2007/11/28 21:19:39
@@ -3,7 +3,7 @@
 COMMENT-main=  SMB and CIFS client and server for UNIX
 COMMENT-docs=  documentation and examples for samba
 
-DISTNAME=  samba-3.0.24
+DISTNAME=  samba-3.0.27a
 FULLPKGNAME-docs=  ${DISTNAME:S/-/-docs-/}
 SHARED_LIBS=   smbclient   0.3 \
msrpc   0.2
@@ -42,8 +42,8 @@
 SUBST_VARS= CONFDIR LOCALBASE SYSCONFDIR
 
 SEPARATE_BUILD= concurrent
-AUTOCONF_VERSION= 2.59
-CONFIGURE_STYLE= autoconf
+#AUTOCONF_VERSION= 2.59
+CONFIGURE_STYLE=gnu
 CONFIGURE_ARGS= --localstatedir=/var \
--sbindir=${PREFIX}/libexec \
--with-configdir=${CONFDIR} \
Index: distinfo
===
RCS file: /cvs/ports/net/samba/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo2007/02/06 07:01:13 1.6
+++ distinfo2007/11/28 21:19:39
@@ -2,3 +2,8 @@
 RMD160 (samba-3.0.24.tar.gz) = f208dca645d07a195169e005a50fb4c4879254eb
 SHA1 (samba-3.0.24.tar.gz) = 216020b58abca191b8146f76f98a8bda3508fcd3
 SIZE (samba-3.0.24.tar.gz) = 17708128
+MD5 (samba-3.0.27a.tar.gz) = 57aedd342cafddbb28e2936c15dde96b
+RMD160 (samba-3.0.27a.tar.gz) =
601c095fdfd5a66e3ce9d57a2d3874d37641ba3f
+SHA1 (samba-3.0.27a.tar.gz) = 4bed2619d2f92ce41f7f84f00537a487c1bef7c9
+SHA256 (samba-3.0.27a.tar.gz) =
33e4998366e30ff7d6bdd70446fe9222badb0d4386d929e3d7cd28933685b6ae
+SIZE (samba-3.0.27a.tar.gz) = 18159377
cvs server: Diffing files
cvs server: Diffing pkg
Index: pkg/PFRAG.shared-main
===
RCS file: /cvs/ports/net/samba/pkg/PFRAG.shared-main,v
retrieving revision 1.1
diff -u -r1.1 PFRAG.shared-main
--- pkg/PFRAG.shared-main   2006/11/25 13:00:41 1.1
+++ pkg/PFRAG.shared-main   2007/11/28 21:19:39
@@ -5,8 +5,6 @@
 lib/samba/charset/
 lib/samba/charset/CP437.so
 lib/samba/charset/CP850.so
[EMAIL PROTECTED] lib/samba/libmsrpc.so.${LIBmsrpc_VERSION}
[EMAIL PROTECTED] lib/samba/libsmbclient.so.${LIBsmbclient_VERSION}
 lib/samba/vfs/
 lib/samba/vfs/audit.so
 lib/samba/vfs/cap.so
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/net/samba/pkg/PLIST-main,v
retrieving revision 1.2
diff -u -r1.2 PLIST-main
--- pkg/PLIST-main  2006/12/14 09:07:56 1.2
+++ pkg/PLIST-main  2007/11/28 21:19:39
@@ -73,11 +73,8 @@
 @man man/man8/nmbd.8
 @man man/man8/pdbedit.8
 @man man/man8/smbd.8
[EMAIL PROTECTED] man/man8/smbmnt.8
[EMAIL PROTECTED] man/man8/smbmount.8
 @man man/man8/smbpasswd.8
 @man man/man8/smbspool.8
[EMAIL PROTECTED] man/man8/smbumount.8
 @man man/man8/swat.8
 @man man/man8/tdbbackup.8
 @man man/man8/tdbdump.8

~BAS


On Fri, 2007-11-23 at 15:30 -0500, Brian A. Seklecki (Mobile) wrote:
 On Fri, 2007-11-23 at 09:35 +1100, Ian McWilliam wrote:
  Attached is a port of Samba 3.0.27a for people using 4.2-stable.
 
 Thank you -- I will test on Monday and provide any feedback.
 
 ~BAS
 
  Samba 3.0.27 is a security release to address CVE-2007-4572 
  http://samba.org/samba/security/CVE-2007-4572.html and CVE-2007-5398 
  http://samba.org/samba/security/CVE-2007-5398.html.
  
  http://news.samba.org/releases/3.0.27/
  
  Those of us not running current in production may want to test this.
  
  Ian McWilliam.
  
  
  
  
  
  



Re: UPDATE: graphics/gimp

2007-11-28 Thread Matthias Kilian
On Sun, Nov 25, 2007 at 06:09:35PM +0100, Matthias Kilian wrote:
 Could you (or anyone else) retry with this one? It's just updated
 to 2.4.2 (bugfix release).

Got some feedback. Positive tests from Rodolfo Gouveia for i386 and
powerpc.  simon@ still has the reported weirdness (green tool cursor
patterns left on the display for amd64), sthen@ doesn't see this
effect. I don't see any problems on i386 and powerpc.

I will not commit this without explicit ok's.

Should I get ok's, I'll of course drop that glitch:

 RCS file: /cvs/ports/graphics/gimp/stable/pkg/PLIST,v
 retrieving revision 1.11
 diff -u -p -r1.11 PLIST
 --- pkg/PLIST 1 Jul 2007 15:42:17 -   1.11
 +++ pkg/PLIST 25 Nov 2007 12:19:37 -
 @@ -1,9 +1,12 @@
  @comment $OpenBSD: PLIST,v 1.11 2007/07/01 15:42:17 steven Exp $
 [EMAIL PROTECTED] graphics/gimp,altivec
[...]

(pulled in by accident from brad's diff -- that'll be done later)

Ciao,
Kili

-- 
What is this?  Some kind of grep bitten by a radioactive spider?
-- William S. Yerazunis about the crm114 interpreter
   in The CRM114 Discriminator Revealed!



Firefox 2.0.0.10? For OpenBSD 4.2-CURRENT only??

2007-11-28 Thread Unix Fan
I've been using OpenBSD 4.2 (-STABLE) on my main workstations for a few months 
now, but I'm confused with something...

OpenBSD developers recommend that users use binary packages instead of ports, 
but only users of the bleeding edge -CURRENT codebase get access to the latest 
releases of Firefox (And friends?)..

No offence intended, but when will 2.0.0.10 be available for OpenBSD 4.2 
users... 2.0.0.6 is outdated, and clearly not secure... 

-Nix Fan.

Re: good console jabber client?

2007-11-28 Thread Benoit Chesneau
On Nov 28, 2007 10:20 PM, Simon Bertrang
 ... an update with feedback from Simon Kuhnle and [EMAIL PROTECTED]
 Just tested on amd64, i386 and macppc without problems.

 It coredumps for Simon Kuhnle on /reconnect but doesn't for me.  Can
 someone else try it too?

 Regards,
 Simon


it segfault here (on amd64) when It get rosters. Here is full backtrace :

---
Program received signal SIGSEGV, Segmentation fault.
xmpp_find_user_from_groups (groups=0x0,
   jid=0x48c228e0 [EMAIL PROTECTED], group=0x7f7f48d0)
   at xmpp-rosters.c:160
160 *group = group_tmp-data;

#0  xmpp_find_user_from_groups (groups=0x0,
   jid=0x4c3050c0 [EMAIL PROTECTED], group=0x7f7fa6b0)
   at xmpp-rosters.c:160
   group_list = (GSList *) 0x0
   group_tmp = (GSList *) 0x0
   user_list = (GSList *) 0x0
#1  0x4d22e0f0 in xmpp_roster_update_user (server=0x4d85b000,
   jid=0x4c3050c0 [EMAIL PROTECTED],
   subscription=0x48e94a10 both, name=0x0, group_name=0x0)
   at xmpp-rosters.c:323
   user = (XmppRosterUser *) 0x48e92680
   group = (XmppRosterGroup *) 0x4d85b000
#2  0x4d22e26c in xmpp_roster_update (server=0x4d85b000,
   query=0x4c3050c0) at xmpp-rosters.c:370
   item = (LmMessageNode *) 0x48e92680
   group_node = (LmMessageNode *) 0x0
   subscription = (const gchar *) 0x48e94a10 both
   name = (const gchar *) 0x0
   jid = (gchar *) 0x4c3050c0 [EMAIL PROTECTED]
   user_name = (gchar *) 0x0
   group_name = (gchar *) 0x0
#3  0x4d22da0e in xmpp_handle_iq (handler=0x0, connection=0x4c3050c0,
   msg=0xc, user_data=0x0) at xmpp-protocol.c:423
   server = (XMPP_SERVER_REC *) 0x4d85b000
   root = (LmMessageNode *) 0x43f47280
   query = (LmMessageNode *) 0x43f47280
   type = LM_MESSAGE_SUB_TYPE_RESULT
   xmlns = (const gchar *) 0x7f7fa6b0 
   msg_id = (const gchar *) 0x48e94940 860229991843
   jid = (const gchar *) 0x4e7a7ae0 [EMAIL PROTECTED]/test
#4  0x4f1db06e in _lm_message_handler_handle_message ()
  from /usr/local/lib/libloudmouth-1.so.0.0
No symbol table info available.
#5  0x4f1d7cd2 in connection_handle_message ()
  from /usr/local/lib/libloudmouth-1.so.0.0
No symbol table info available.
#6  0x4f1d9811 in connection_incoming_dispatch ()
  from /usr/local/lib/libloudmouth-1.so.0.0
No symbol table info available.
#7  0x4a46fe03 in g_source_is_destroyed ()
  from /usr/local/lib/libglib-2.0.so.1400.0
No symbol table info available.
---Type return to continue, or q return to quit---
#8  0x4a470e48 in g_main_context_dispatch ()
  from /usr/local/lib/libglib-2.0.so.1400.0
No symbol table info available.
#9  0x4a47111c in g_main_context_dispatch ()
  from /usr/local/lib/libglib-2.0.so.1400.0
No symbol table info available.
#10 0x4a47135b in g_main_context_iteration ()
  from /usr/local/lib/libglib-2.0.so.1400.0
No symbol table info available.
#11 0x004294b6 in main ()
No symbol table info available.

---

Hope it can help.

- benoƮt



-- 
bchesneau.info | neurofriends.net | osbud.net



Re: Firefox 2.0.0.10? For OpenBSD 4.2-CURRENT only??

2007-11-28 Thread Landry Breuil
On Wed, Nov 28, 2007 at 02:57:01PM -0800, Unix Fan wrote:
 I've been using OpenBSD 4.2 (-STABLE) on my main workstations for a few 
 months now, but I'm confused with something...
 
 OpenBSD developers recommend that users use binary packages instead of ports, 
 but only users of the bleeding edge -CURRENT codebase get access to the 
 latest releases of Firefox (And friends?)..
 
 No offence intended, but when will 2.0.0.10 be available for OpenBSD 4.2 
 users... 2.0.0.6 is outdated, and clearly not secure... 

Probably never, as -stable branch for ports is dead. There has been
lots of discussion on ports, and no one stepped up to help for its
maintenance.
Lack of time and manpower..

Landry



[UPDATE] net/snort 2.8.0

2007-11-28 Thread Markus Lude
Hello,
here is an update to snort 2.8.0. Please test/comment/commit/...

Based on changes for 2.7.0.1 by Jason Dixon.
Some added patches fix bus errors on sparc64 noticed by [EMAIL PROTECTED]

If noone other wants, I would take maintainership (not included in
diff).

Regards,
Markus

Index: Makefile
===
RCS file: /cvs/ports/net/snort/Makefile,v
retrieving revision 1.51
diff -u -p -r1.51 Makefile
--- Makefile15 Sep 2007 22:36:59 -  1.51
+++ Makefile21 Nov 2007 00:43:34 -
@@ -2,14 +2,14 @@
 
 COMMENT=   highly flexible sniffer/NIDS
 
-DISTNAME=  snort-2.6.0.2
-PKGNAME=   ${DISTNAME}p1
+DISTNAME=  snort-2.8.0
+PKGNAME=   ${DISTNAME}
 CATEGORIES=net security
 MASTER_SITES=  ${HOMEPAGE}/dl/current/
 
 HOMEPAGE=   http://www.snort.org/
 
-# GPL
+# GPLv2
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=Yes
 PERMIT_DISTFILES_CDROM= Yes
@@ -17,9 +17,11 @@ PERMIT_DISTFILES_FTP=Yes
 WANTLIB=   c m pcap 
 
 SHARED_LIBS=   sf_engine 0.0 \
+   sf_dcerpc_preproc 0.0 \
sf_dns_preproc 0.0 \
sf_ftptelnet_preproc 0.0 \
-   sf_smtp_preproc 0.0
+   sf_smtp_preproc 0.0 \
+   sf_ssh_preproc 0.0
 
 USE_LIBTOOL=   Yes
 
@@ -62,10 +64,12 @@ CONFIGURE_ARGS+=--enable-prelude
 MESSAGE=   ${PKGDIR}/MESSAGE-prelude
 .endif
 
-CONFIGS=   classification.config gen-msg.map generators reference.config \
-   sid sid-msg.map snort.conf threshold.conf unicode.map
+CONFIGS=   classification.config gen-msg.map reference.config \
+   sid-msg.map snort.conf threshold.conf unicode.map
 
-DOCS=  AUTHORS CREDITS README.* *.pdf
+PREPROC=   decoder.rules preprocessor.rules
+
+DOCS=  AUTHORS CREDITS README README.* *.pdf TODO USAGE WISHLIST
 
 post-build:
@perl -pi -e s,%%SYSCONFDIR%%,${SYSCONFDIR}, \
@@ -77,6 +81,11 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/snort
 .for i in ${CONFIGS}
${INSTALL_DATA} ${WRKSRC}/etc/${i} ${PREFIX}/share/examples/snort
+.endfor
+   ${INSTALL_DATA} ${WRKSRC}/doc/generators ${PREFIX}/share/examples/snort
+
+.for i in ${PREPROC}
+   ${INSTALL_DATA} ${WRKSRC}/preproc_rules/${i} 
${PREFIX}/share/examples/snort
 .endfor
 
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/snort
Index: distinfo
===
RCS file: /cvs/ports/net/snort/distinfo,v
retrieving revision 1.15
diff -u -p -r1.15 distinfo
--- distinfo5 Apr 2007 16:20:15 -   1.15
+++ distinfo21 Nov 2007 00:43:34 -
@@ -1,5 +1,5 @@
-MD5 (snort-2.6.0.2.tar.gz) = XAlP9tgtuEWl8CPkpJIQPg==
-RMD160 (snort-2.6.0.2.tar.gz) = cG1j24O30DesinHIEEMk2bdZTrU=
-SHA1 (snort-2.6.0.2.tar.gz) = Gms/sZqC+Dvw/OWo226xJ3xyN5s=
-SHA256 (snort-2.6.0.2.tar.gz) = B716x7ZF0TgKzmWzPAZO1Y2dwhvXNrH3a8V13CLhpeI=
-SIZE (snort-2.6.0.2.tar.gz) = 3350277
+MD5 (snort-2.8.0.tar.gz) = z7qxwuOc27iRISxL8V6C8w==
+RMD160 (snort-2.8.0.tar.gz) = 2sNqSh/aYLZszcXHdKthqqD2yKg=
+SHA1 (snort-2.8.0.tar.gz) = 8HuEoIcthhAGtWqManmmAwjdaLQ=
+SHA256 (snort-2.8.0.tar.gz) = uaBzfTL2nEvnSySDJLQBc2Z7W8e09Yru9PInGi6oQtE=
+SIZE (snort-2.8.0.tar.gz) = 4278872
Index: patches/patch-etc_snort_conf
===
RCS file: /cvs/ports/net/snort/patches/patch-etc_snort_conf,v
retrieving revision 1.1
diff -u -p -r1.1 patch-etc_snort_conf
--- patches/patch-etc_snort_conf10 Oct 2006 13:33:17 -  1.1
+++ patches/patch-etc_snort_conf21 Nov 2007 00:43:34 -
@@ -1,22 +1,26 @@
 $OpenBSD: patch-etc_snort_conf,v 1.1 2006/10/10 13:33:17 aanriot Exp $
 etc/snort.conf.origWed Sep 13 21:44:31 2006
-+++ etc/snort.conf Tue Oct 10 12:54:59 2006
-@@ -82,6 +82,9 @@ var SNMP_SERVERS $HOME_NET
- # Port lists must either be continuous [eg 80:8080], or a single port [eg 80].
- # We will adding support for a real list of ports in the future.
- 
+--- etc/snort.conf.origFri Sep  7 20:32:45 2007
 etc/snort.conf Mon Nov 19 22:23:57 2007
+@@ -78,7 +78,10 @@ var SNMP_SERVERS $HOME_NET
+ # like this:
+ #
+ # portvar HTTP_PORTS 8081
+-#
++
 +# Ports you run ssh servers on
-+var SSH_PORTS 22
++portvar SSH_PORTS 22
 +
  # Ports you run web servers on
- #
- # Please note:  [80,8080] does not work.
-@@ -108,7 +111,7 @@ var AIM_SERVERS [64.12.24.0/23,64.12.28.
+ portvar HTTP_PORTS 80
+ 
+@@ -107,8 +110,8 @@ var AIM_SERVERS [64.12.24.0/23,64.12.28.0/23,64.12.161
  # Path to your rules files (this can be a relative path)
  # Note for Windows users:  You are advised to make this an absolute path,
  # such as:  c:\snort\rules
 -var RULE_PATH ../rules
+-var PREPROC_RULE_PATH ../preproc_rules
 +var RULE_PATH %%SYSCONFDIR%%/snort/rules
++var PREPROC_RULE_PATH %%SYSCONFDIR%%/snort/preproc_rules
  
  # Configure the snort decoder
  # 
Index: 

Re: Firefox 2.0.0.10? For OpenBSD 4.2-CURRENT only??

2007-11-28 Thread Stefan Sperling
On Wed, Nov 28, 2007 at 02:57:01PM -0800, Unix Fan wrote:
 I've been using OpenBSD 4.2 (-STABLE) on my main workstations for a
 few months now, but I'm confused with something...
 
 OpenBSD developers recommend that users use binary packages instead of
 ports, but only users of the bleeding edge -CURRENT codebase get
 access to the latest releases of Firefox (And friends?)..
 
 No offence intended, but when will 2.0.0.10 be available for OpenBSD
 4.2 users... 2.0.0.6 is outdated, and clearly not secure... 

As far as I know, there is currently no dedicated maintainer
of the -stable ports tree anymore.

I've seen various people post updates to various ports
in the -stable ports tree to this list since. This is a good thing
IMHO because it distributes the load of updating and backporting
ports into -stable from one person to many.

So it's possible that in due time someone might post an update
of firefox to this list.

You can either wait until someone else does it or do it yourself.

-- 
stefan
http://stsp.name PGP Key: 0xF59D25F0


pgp78nwDmXJjD.pgp
Description: PGP signature


E-Ticketing your Events

2007-11-28 Thread Ticket Muncher
To Whom It May Concern,

This is Dan Gargano - Owner/CEO of www.ticketmuncher.com. I just wanted to give 
you, promoters, and event planners a heads up that we are now offering a free 
consulting service to help you sell tickets to your events.

Basically, as a company with over 3,000 clients (all being event promoters) we 
have seen it all, and we know what works, and what doesn't. Bottom line is, if 
your holding event, tickets need to be sold in order for you to maintain your 
bottom line. If you would like free advice feel free to send an e-mail to 
[EMAIL PROTECTED] Be sure to include information on the type of event you are 
planning, what types of people you would like to have attend, what you are 
currently doing to advertise your event, and how you plan to push ticket sales.

We do not charge our clients for our advance ticketing service, and it is in 
our best interest to help you push your eventbecause in the end, we don't 
make money unless you do.  Ticketmuncher.com's FREE service offers an advanced 
system of e-ticketing, sales reports, bar coding, credit card processing, 
ticket scanners, kiosks, and more.

If you are in the PROCESS of planning an event, TELL US! We may be able to 
help. We have worked with all kinds of event planners all over the country, and 
can definately help you give your tickets the bump they deserve. Nothing feels 
better than logging in to www.ticketmuncher.com and seeing your ticket sales 
have skyrocketed!

Feel free to go to ticketmuncher.com and register under the Sell Tickets 
section, check out the system and poke around at it a little.  The website 
offers a self-serve system that can get your event tickets on sale in a matter 
of minutes.  If you would like to discuss capabilities outside of what the 
self-serve system has to offer, send me an email.

Our staff, and myself, are also available for private consultations (at a VERY 
minimal rate) should you want to go above and beyond with your event. 

Feel free to contact me with any questions,



Dan Gargano | Owner/CEO | www.ticketmuncher.com | [EMAIL PROTECTED] | 
973-796-6029

You are subscribed as [EMAIL PROTECTED] To unsubscribe please click here: 
http://cmpgnr.com/r.html?c=1108805r=1107867t=1218977866l=6[EMAIL 
PROTECTED]la=1o=-75.




Re: Firefox 2.0.0.10? For OpenBSD 4.2-CURRENT only??

2007-11-28 Thread Unix Fan
This really is stupid, a majority of the users of OpenBSD purchased 4.2 CD's.. 
are likely expecting it would be a supported release.

-CURRENT is a rapidly moving target, and I don't feel like updating my kernel a 
billion times a month... just to get the latest version of firefox!

Ports should only be updated for the latest release, not -CURRENT...  a 
secure OS is nothing without secure software...

-Nix Fan.

Re: [UPDATE] net/snort 2.8.0

2007-11-28 Thread Jason Dixon

On Nov 28, 2007, at 6:21 PM, Markus Lude wrote:


Hello,
here is an update to snort 2.8.0. Please test/comment/commit/...

Based on changes for 2.7.0.1 by Jason Dixon.
Some added patches fix bus errors on sparc64 noticed by [EMAIL PROTECTED]


Crashes on my alpha.  I've sent you a new kdump offlist.

---
Jason Dixon
DixonGroup Consulting
http://www.dixongroup.net




Re: Firefox 2.0.0.10? For OpenBSD 4.2-CURRENT only??

2007-11-28 Thread Steven Surdock
[EMAIL PROTECTED] wrote:
 This really is stupid, a majority of the users of OpenBSD
 purchased 4.2 CD's.. are likely expecting it would be a supported
 release. 
 
 -CURRENT is a rapidly moving target, and I don't feel like
 updating my kernel a billion times a month... just to get the
 latest version of firefox!
 
 Ports should only be updated for the latest release, not
 -CURRENT...  a secure OS is nothing without secure software...
 
 -Nix Fan.

Thank you for volunteering to keep ports -stable updated;-|  I am also
disappointed in the decision to shelf -stable ports (for the time
being), but since I lack the time or talent to assist here, I certainly
have no right to bitch about it.
 
BTW, I was able to build -current www/mozilla-firefox on 4.2-stable
yesterday, but it was 2.0.9.  Looks like I can try 2.0.10...

-Steve S.



Re: UPDATE: audio/mpg123

2007-11-28 Thread PowerBSD
can't builded in openbsd snapshots i386

IBM-ThinkPad-570Time:9:31am[/usr/ports/audio/mpg123]-root-make install clean
===  Checking files for mpg123-0.68
`/usr/ports/distfiles/mpg123-0.68.tar.gz' is up to date.
 (SHA256) mpg123-0.68.tar.gz: OK
===  Verifying specs:  c m c m
===  found c.42.0 m.2.3
===  Extracting for mpg123-0.68
===  Patching for mpg123-0.68
File to patch: 

On Wed, Nov 28, 2007 at 07:38:57PM +0100, Giovanni Bechis wrote:
 Date: Wed, 28 Nov 2007 19:38:57 +0100
 From: Giovanni Bechis [EMAIL PROTECTED]
 Subject: UPDATE: audio/mpg123
 To: ports@openbsd.org
 
 Mpg123 updated to latest version,
 files/* and patches/* are no more needed to build,
 support to arch without fpu (arm) has been added but should
 be tested.
 Tested @i386
  Giovanni

 Index: Makefile
 ===
 RCS file: /cvs/ports/audio/mpg123/Makefile,v
 retrieving revision 1.38
 diff -u -p -r1.38 Makefile
 --- Makefile  15 Sep 2007 21:26:02 -  1.38
 +++ Makefile  28 Nov 2007 18:28:29 -
 @@ -1,51 +1,31 @@
  # $OpenBSD: Makefile,v 1.38 2007/09/15 21:26:02 simon Exp $
  
 -# mpg123 is unusable without FPU
 -NOT_FOR_ARCHS=   arm
 -
  COMMENT= mpeg audio 1/2 layer 1, 2 and 3 player
  
 -DISTNAME=mpg123-0.59r
 -PKGNAME= ${DISTNAME}p4
 +DISTNAME=mpg123-0.68
  CATEGORIES=  audio
 -HOMEPAGE=http://www.mpg123.de/
 +HOMEPAGE=http://www.mpg123.org/
  
 -# Long, unclear license in ${WRKSRC}/COPYING.
 -PERMIT_PACKAGE_CDROM=No
 +# LGPL
 +PERMIT_PACKAGE_CDROM=Yes
  PERMIT_PACKAGE_FTP=  Yes
 -PERMIT_DISTFILES_CDROM=  No
 +PERMIT_DISTFILES_CDROM=  Yes
  PERMIT_DISTFILES_FTP=Yes
  WANTLIB= c m
  
 -MASTER_SITES=http://www.mpg123.de/mpg123/ \
 - http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123/ \
 - ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ \
 - http://ftp.tu-clausthal.de/pub/unix/audio/mpg123
 -MASTER_SITES0=   ftp://ftp.kame.net/pub/kame/misc/
 -
 -PATCHFILES=  mpg123-059r-v6-2713b.diff.gz:0
 -PATCH_DIST_STRIP= -p1
 +MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=mpg123/}
  
  FLAVORS= esd
  FLAVOR?=
  
  .if ${FLAVOR:L:Mesd}
  LIB_DEPENDS= esd.=2::audio/esound
 -ALL_TARGET=  openbsd-esd
  WANTLIB+=audiofile
 +CONFIGURE_ARGS=--with-audio=esd
  .else
 -ALL_TARGET=  openbsd
 +CONFIGURE_ARGS=--with-audio=sun
  .endif
  
 -MAKE_FLAGS=  CC='${CC}'
 -
 -post-patch:
 - @cp ${FILESDIR}/audio_openbsd.c ${FILESDIR}/term.c ${WRKSRC}
 -
 -post-install:
 - ${INSTALL_DATA_DIR} ${PREFIX}/share/mpg123
 - ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/mpg123
 -
 -NO_REGRESS=  Yes
 +CONFIGURE_STYLE=gnu
  
  .include bsd.port.mk
 Index: distinfo
 ===
 RCS file: /cvs/ports/audio/mpg123/distinfo,v
 retrieving revision 1.4
 diff -u -p -r1.4 distinfo
 --- distinfo  5 Apr 2007 15:37:43 -   1.4
 +++ distinfo  28 Nov 2007 18:28:29 -
 @@ -1,10 +1,5 @@
 -MD5 (mpg123-0.59r.tar.gz) = ld9ZrRZR3SNG1J+vyDdH5w==
 -MD5 (mpg123-059r-v6-2713b.diff.gz) = uDDO/IgFyK2Cf3OYXAPSfw==
 -RMD160 (mpg123-0.59r.tar.gz) = F9R8oE/crF4tcflcy9I7YbXtizw=
 -RMD160 (mpg123-059r-v6-2713b.diff.gz) = wZQlZty6+b1gWhVEtcOQ4n3BUMo=
 -SHA1 (mpg123-0.59r.tar.gz) = wy/iQvRQbSGL0ZpRpANNqf3HlJM=
 -SHA1 (mpg123-059r-v6-2713b.diff.gz) = +rEUibahq3nWwpeHFh8cBeSS3As=
 -SHA256 (mpg123-0.59r.tar.gz) = eseraW1eaSdlcGYeK0ROKVzdjCGvllYYMjhXolWwvpQ=
 -SHA256 (mpg123-059r-v6-2713b.diff.gz) = 
 8TqCLMzNCMGpOg+cJp77h1PpnWNP2NxDH37LYJmAVZE=
 -SIZE (mpg123-0.59r.tar.gz) = 159028
 -SIZE (mpg123-059r-v6-2713b.diff.gz) = 5600
 +MD5 (mpg123-0.68.tar.gz) = Ab6pCi8Q4hHiikMx3x5uRQ==
 +RMD160 (mpg123-0.68.tar.gz) = 1gUu057y10J8081uEcM0p5TXzvg=
 +SHA1 (mpg123-0.68.tar.gz) = 39wogtf/uWAR82a8AU1WR9EfAbk=
 +SHA256 (mpg123-0.68.tar.gz) = CKzb2YQvT/IdiP4SrB7ytrws+lv5mZ0CipW/U6F/HRE=
 +SIZE (mpg123-0.68.tar.gz) = 652279
 Index: pkg/PLIST
 ===
 RCS file: /cvs/ports/audio/mpg123/pkg/PLIST,v
 retrieving revision 1.4
 diff -u -p -r1.4 PLIST
 --- pkg/PLIST 6 Aug 2004 14:37:27 -   1.4
 +++ pkg/PLIST 28 Nov 2007 18:28:29 -
 @@ -1,5 +1,3 @@
  @comment $OpenBSD: PLIST,v 1.4 2004/08/06 14:37:27 espie Exp $
  bin/mpg123
  @man man/man1/mpg123.1
 -share/mpg123/
 -share/mpg123/COPYING


-- 
All flesh is grass
-- Isaiah
Smoke a friend today.



Re: UPDATE: audio/mpg123

2007-11-28 Thread PowerBSD
IBM-ThinkPad-570Time:9:36am[/usr/ports/audio]-root-patch -d mpg123  
/data/patch/mpg123.diff 
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|Index: Makefile
|===
|RCS file: /cvs/ports/audio/mpg123/Makefile,v
|retrieving revision 1.38
|diff -u -p -r1.38 Makefile
|--- Makefile   15 Sep 2007 21:26:02 -  1.38
|+++ Makefile   28 Nov 2007 18:28:29 -
--
Patching file Makefile using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--
|Index: distinfo
|===
|RCS file: /cvs/ports/audio/mpg123/distinfo,v
|retrieving revision 1.4
|diff -u -p -r1.4 distinfo
|--- distinfo   5 Apr 2007 15:37:43 -   1.4
|+++ distinfo   28 Nov 2007 18:28:29 -
--
Patching file distinfo using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--
|Index: pkg/PLIST
|===
|RCS file: /cvs/ports/audio/mpg123/pkg/PLIST,v
|retrieving revision 1.4
|diff -u -p -r1.4 PLIST
|--- pkg/PLIST  6 Aug 2004 14:37:27 -   1.4
|+++ pkg/PLIST  28 Nov 2007 18:28:29 -
--
Patching file pkg/PLIST using Plan A...
Hunk #1 succeeded at 1.
done
IBM-ThinkPad-570Time:9:36am[/usr/ports/audio]-root-cd mpg
mpg123/ mpg321/ 
IBM-ThinkPad-570Time:9:36am[/usr/ports/audio]-root-cd mpg123/
IBM-ThinkPad-570Time:9:36am[/usr/ports/audio/mpg123]-root-make install clean
===  Checking files for mpg123-0.68
`/usr/ports/distfiles/mpg123-0.68.tar.gz' is up to date.
 (SHA256) mpg123-0.68.tar.gz: OK
===  Verifying specs:  c m c m
===  found c.42.0 m.2.3
===  Extracting for mpg123-0.68
===  Patching for mpg123-0.68
File to patch: 
No file found--skip this patch? [n] 
File to patch: 
No file found--skip this patch? [n] 
File to patch: 

-- 
A triangle which has an angle of 135 degrees is called an obscene
triangle.



Re: Firefox 2.0.0.10? For OpenBSD 4.2-CURRENT only??

2007-11-28 Thread Edd Barrett
On 28 Nov 2007 15:49:16 -0800, Unix Fan [EMAIL PROTECTED] wrote:

 Ports should only be updated for the latest release, not -CURRENT...  a 
 secure OS is nothing without secure software...

I strongly disagree. Introducing new features into a release willy
nilly is a bad way to go about things.

I see no problem with intergrating first in -current, then if there
are security issues in -stable, backport.


-- 
Best Regards

Edd

---
http://students.dec.bournemouth.ac.uk/ebarrett



Re: UPDATE: audio/mpg123

2007-11-28 Thread PowerBSD
need remove /usr/ports/audio/mpg123/patches directory.

builded on i386 ok

-- 
No self-respecting fish would want to be wrapped in that kind of
paper.
-- Mike Royko on the Chicago Sun-Times after it was
   taken over by Rupert Murdoch



Re: Firefox 2.0.0.10? For OpenBSD 4.2-CURRENT only??

2007-11-28 Thread Johan Zandin

On Thu, 28 Nov 2007, Unix Fan wrote:

a secure OS is nothing without secure software...


I wouldn't say nothing! It is definitely a good thing that the base
system is secure. (For example, it's usually possible to use only the
base system when doing system maintenance, which limits the risk of 
unauthorized root access due to unsecure ports and packages.)


And if you need really secure and robust applications as well, be sure to
note the important disclaimer at http://www.openbsd.org/faq/faq15.html#Intro:

  The packages and ports collection does NOT go through the same thorough
   security audit that is performed on the OpenBSD base system. Although
   we strive to keep the quality of the packages collection high, we just do
   not have enough human resources to ensure the same level of robustness
   and security.

That is, just improving tracking and distribution of the latest upstream 
updates may not fulfill your needs completely...


/Johan Zandin



Re: Firefox 2.0.0.10? For OpenBSD 4.2-CURRENT only??

2007-11-28 Thread Unix Fan
 based on the way you've chosen to address the issue you probably have no 
 clue about what additional actual security is supplied by going 2.0.0.9 
 - 2.0.0.10. if this is so freaking important, why not post some code 
 for the killer exploit that you can run against firefox 2.0.0.9?

For your information, OpenBSD 4.2 is still using Firefox 2.0.0.6... not even 
2.0.0.9 is available for 4.2 users..

Even OpenBSD 4.1 has a stable port of 2.0.0.7, but still... 4.2 users have an 
older version... sanity? I think not!!

In any sense, I backported and compiled Firefox 2.0.0.10... It seems to be 
working..  

I'll upload a precompiled package if anyone else wants it... ;)

-Nix Fan.

Re: Firefox 2.0.0.10? For OpenBSD 4.2-CURRENT only??

2007-11-28 Thread Nikns Siankin
On Wed, Nov 28, 2007 at 03:49:16PM -0800, Unix Fan wrote:
This really is stupid, a majority of the users of OpenBSD purchased 4.2 CD's.. 
are likely expecting it would be a supported release.

-CURRENT is a rapidly moving target, and I don't feel like updating my kernel 
a billion times a month... just to get the latest version of firefox!

Ports should only be updated for the latest release, not -CURRENT...  a 
secure OS is nothing without secure software...

I agree with you completely!

Maybe some ports@ people (not openbsd developers, since they could do that 
already) could create cvs server and maintain -stable ports tree by themselves?


I would step in.



-Nix Fan.