UPDATE: security/p5-Crypt-OpenSSL-RSA

2007-07-17 Thread Andreas Vögele
The attached diff updates security/p5-Crypt-OpenSSL-RSA from version
0.24 to version 0.25.  Upstream added a license file to the
distribution and fixed the regression tests.  Accordingly, I removed
patches/patch-t_rsa_t.  I also updated my mail address in the
Makefile.

Tests fine on -current/i386.

Index: Makefile
===
RCS file: /cvs/ports/security/p5-Crypt-OpenSSL-RSA/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	29 Dec 2006 10:19:52 -	1.6
+++ Makefile	18 Jul 2007 06:30:37 -
@@ -6,11 +6,11 @@
 
 MODULES=	cpan
 
-DISTNAME=	Crypt-OpenSSL-RSA-0.24
+DISTNAME=	Crypt-OpenSSL-RSA-0.25
 CATEGORIES=	security
 HOMEPAGE=	http://perl-openssl.sourceforge.net/
 
-MAINTAINER=	Andreas Voegele <[EMAIL PROTECTED]>
+MAINTAINER=	Andreas Voegele <[EMAIL PROTECTED]>
 
 # Perl
 PERMIT_PACKAGE_CDROM=	Yes
Index: distinfo
===
RCS file: /cvs/ports/security/p5-Crypt-OpenSSL-RSA/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	5 Apr 2007 17:26:08 -	1.5
+++ distinfo	18 Jul 2007 06:30:37 -
@@ -1,5 +1,5 @@
-MD5 (Crypt-OpenSSL-RSA-0.24.tar.gz) = V2DiZ4zZ4aoztA1dIWiZyA==
-RMD160 (Crypt-OpenSSL-RSA-0.24.tar.gz) = kkaOKul/znwSeLJbr9dFjhwy32U=
-SHA1 (Crypt-OpenSSL-RSA-0.24.tar.gz) = 2CWGIv1QKS0JgKzWgrZSKASoh6U=
-SHA256 (Crypt-OpenSSL-RSA-0.24.tar.gz) = XelGvxnNljF0GKQipEyw6+puF+Qu8UhUieZ98Kasslk=
-SIZE (Crypt-OpenSSL-RSA-0.24.tar.gz) = 11847
+MD5 (Crypt-OpenSSL-RSA-0.25.tar.gz) = /fGckJP0fP+4Ua6TfQU8FA==
+RMD160 (Crypt-OpenSSL-RSA-0.25.tar.gz) = x9+EJSOPyNYtshe2jvlEGkMNvaE=
+SHA1 (Crypt-OpenSSL-RSA-0.25.tar.gz) = QVl7/Aaqj4FtnU5PDcKEBevpxAc=
+SHA256 (Crypt-OpenSSL-RSA-0.25.tar.gz) = eXc0O11bswXEzXHT80OqEvc+eOMYXpkjV5sb1c1FtgE=
+SIZE (Crypt-OpenSSL-RSA-0.25.tar.gz) = 19133
Index: patches/patch-t_rsa_t
===
RCS file: patches/patch-t_rsa_t
diff -N patches/patch-t_rsa_t
--- patches/patch-t_rsa_t	29 Dec 2006 10:19:52 -	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-t_rsa_t,v 1.1 2006/12/29 10:19:52 jasper Exp $
 t/rsa.t.orig	Mon Nov 13 01:01:04 2006
-+++ t/rsa.t	Thu Dec 28 13:11:23 2006
-@@ -4,7 +4,7 @@ use Test;
- use Crypt::OpenSSL::Random;
- use Crypt::OpenSSL::RSA;
- 
--BEGIN { plan tests => 45 + (UNIVERSAL::can("Crypt::OpenSSL::RSA", "use_sha512_hash") ? 3*6 : 0) }
-+BEGIN { plan tests => 43 + (UNIVERSAL::can("Crypt::OpenSSL::RSA", "use_sha512_hash") ? 4*5 : 0) }
- 
- sub _Test_Encrypt_And_Decrypt
- {


SECURITY UPDATE: Asterisk 1.2.22 / 1.4.8 (remote buffer overflow, remote crashes)

2007-07-17 Thread Stuart Henderson
/*
 * Asterisk users bridging IAX2 to any channels using RTP (most common
 * VOIP channels, including SIP) should upgrade asap.
 */

1.2 diff below (update, regen patches, remove unnecessary " while there).
1.4 testers: update at http://spacehopper.org/openbsd/asterisk.tar.gz
- sorry, only tested amd64 so far...


"From: The Asterisk Development Team <[EMAIL PROTECTED]>
Organization: Digium, Inc.
Date: Tue, 17 Jul 2007 17:22:21 -0500
To: undisclosed-recipients: ;
User-Agent: Icedove 1.5.0.10 (X11/20070329)
Subject: [asterisk-announce] Critical Updates: Asterisk 1.2.22 and 1.4.8
released

The Asterisk development team has released Asterisk versions 1.2.22 and
1.4.8.

These releases contain fixes for four critical security vulnerabilities.
 One of these vulnerabilities is a remotely exploitable stack buffer
overflow, which could allow an attacker to execute arbitrary code on the
target machine.  The other three are all remotely exploitable crash
vulnerabilities.

We have released Asterisk Security Advisories for each of the
vulnerabilities.  The current version of each advisory can be downloaded
from the ftp site.

http://ftp.digium.com/pub/asa/ASA-2007-014.pdf
 * Affected systems include those that bridge calls between chan_iax2
and any channel driver that uses RTP for media

http://ftp.digium.com/pub/asa/ASA-2007-015.pdf
 * Affected systems include any system that has chan_iax2 enabled

http://ftp.digium.com/pub/asa/ASA-2007-016.pdf
 * Affected systems include any system that has chan_skinny enabled

http://ftp.digium.com/pub/asa/ASA-2007-017.pdf
 * Affected systems include any 1.4 system that has any channel driver
that uses RTP for media enabled

All users that have systems that meet any of the criteria listed above
should upgrade as soon as possible.

Thank you very much for your support."



Index: Makefile
===
RCS file: /cvs/ports/telephony/asterisk/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile2 Jul 2007 14:03:34 -   1.20
+++ Makefile17 Jul 2007 23:53:04 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.20 2007/07/02 14:03:34 jolan Exp $
 
-COMMENT=   "open source multi-protocol PBX and telephony toolkit"
-DISTNAME=  asterisk-1.2.19
+COMMENT=   open source multi-protocol PBX and telephony toolkit
+DISTNAME=  asterisk-1.2.22
 CATEGORIES=telephony
 MASTER_SITES=  http://ftp.digium.com/pub/asterisk/releases/
 
Index: distinfo
===
RCS file: /cvs/ports/telephony/asterisk/distinfo,v
retrieving revision 1.15
diff -u -p -r1.15 distinfo
--- distinfo2 Jul 2007 14:03:34 -   1.15
+++ distinfo17 Jul 2007 23:53:04 -
@@ -1,5 +1,5 @@
-MD5 (asterisk-1.2.19.tar.gz) = V/zwTrOzRp4WCRMVa7DoHw==
-RMD160 (asterisk-1.2.19.tar.gz) = lB3sceSsX5mz8FnwINw7da8CFjs=
-SHA1 (asterisk-1.2.19.tar.gz) = MKldiKfH24YFimw9Rw/2eIa8Q4E=
-SHA256 (asterisk-1.2.19.tar.gz) = GGogbhexUgYlwqLG906NcC2z9aLkuj0vvp0DJlMKTnc=
-SIZE (asterisk-1.2.19.tar.gz) = 10634282
+MD5 (asterisk-1.2.22.tar.gz) = Hg8lqZFMH8jJM5oaQUEZvg==
+RMD160 (asterisk-1.2.22.tar.gz) = HrHak+y2FMStQHdcIvqTeE7dZeg=
+SHA1 (asterisk-1.2.22.tar.gz) = A/hY2AX4JbGfUbmgnKmMoS9xPIM=
+SHA256 (asterisk-1.2.22.tar.gz) = r3Tj1ArOJPbI0sqrU/9C+0cFbPR0QmXvE3I4lgIcFxY=
+SIZE (asterisk-1.2.22.tar.gz) = 10642597
Index: patches/patch-asterisk_c
===
RCS file: /cvs/ports/telephony/asterisk/patches/patch-asterisk_c,v
retrieving revision 1.9
diff -u -p -r1.9 patch-asterisk_c
--- patches/patch-asterisk_c2 May 2007 17:29:25 -   1.9
+++ patches/patch-asterisk_c17 Jul 2007 23:53:04 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-asterisk_c,v 1.9 2007/05/02 17:29:25 jolan Exp $
 asterisk.c.origMon Apr  9 03:49:06 2007
-+++ asterisk.c Wed Apr 25 09:17:17 2007
+--- asterisk.c.origThu Jun 28 00:22:13 2007
 asterisk.c Wed Jul 18 00:40:27 2007
 @@ -454,7 +454,7 @@ int ast_safe_system(const char *s)
/* Close file descriptors and launch system command */
for (x = STDERR_FILENO + 1; x < 4096; x++)
@@ -10,7 +10,7 @@ $OpenBSD: patch-asterisk_c,v 1.9 2007/05
_exit(1);
} else if (pid > 0) {
for(;;) {
-@@ -2043,7 +2043,7 @@ int main(int argc, char *argv[])
+@@ -2046,7 +2046,7 @@ int main(int argc, char *argv[])
int num;
int is_child_of_nonroot=0;
char *buf;
@@ -19,7 +19,7 @@ $OpenBSD: patch-asterisk_c,v 1.9 2007/05
  
/* Remember original args for restart */
if (argc > sizeof(_argv) / sizeof(_argv[0]) - 1) {
-@@ -2171,6 +2171,8 @@ int main(int argc, char *argv[])
+@@ -2174,6 +2174,8 @@ int main(int argc, char *argv[])
argv[x] = argv[0] + 10;
}
}
Index: patches/patch-contrib_scripts_safe_asterisk
===

Re: TeXLive Modular

2007-07-17 Thread Matthieu Herrb
Edd Barrett wrote:
> Hi all,
> 
> On 17/07/07, Jasper Lievisse Adriaanse <[EMAIL PROTECTED]> wrote:
>> going to import this in a few. hold on ;)
> 
> TeXLive is committed :)
> 
> Big thanks to all that helped! I will now be testing all ports
> depending upon teTeX with the new teXLive build. Until this is
> complete the build is not linked, so no pkg's yet.
> 

Yes, big thanks to you and all people who helped you. As a TeX user, I
really appreciate this effort, although I've been slacking and not even
testing it.
-- 
Matthieu Herrb



Re: TeXLive Modular

2007-07-17 Thread Edd Barrett

Hi all,

On 17/07/07, Jasper Lievisse Adriaanse <[EMAIL PROTECTED]> wrote:

going to import this in a few. hold on ;)


TeXLive is committed :)

Big thanks to all that helped! I will now be testing all ports
depending upon teTeX with the new teXLive build. Until this is
complete the build is not linked, so no pkg's yet.

--
Best Regards

Edd

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



ports(7) inconsistent with bsd.port.mk(5) on FORCE_UPDATE?

2007-07-17 Thread Markus Bergkvist

Hi,

I'm not sure I understand this correct, but to me it seems ports(7) is 
missing the difference between FORCE_UPDATE=Yes and FORCE_UPDATE=hard.



ports(7)
If FORCE_UPDATE is set to `Yes', dependencies will also be updated first, 
and packages will always be updated, even if there is no difference between 
the old and the new packages.


bsd.port.mk(5)
FORCE_UPDATE  User settings.  If set to `Yes', the update target will always 
update an installed package, as soon as its signature differs, and all 
dependencies that install packages will also force an update.  If set to 
`hard', the update target will also update installed packages even when the 
signature did not change.


Cheers,
Markus



Re: pkg tools, exec-add question

2007-07-17 Thread Mikolaj Kucharski
Hi,

On Thu, Jul 05, 2007 at 10:51:33AM +0100, Mikolaj Kucharski wrote:
> Just wondered, should @exec-add be executed with `-r' flag to pkg_add
> added as @exec-delete wasn't in example below executed? Please see
> attached patch for plist changes.
> 
> 
> # env PKG_PATH=.../i386/all/ pkg_add -ri -F installed dbus
> New package dbus-1.0.2p1 contains potentially unsafe operations
> @exec-add /usr/local/bin/dbus-uuidgen --ensure
> proceed with update anyways? [y/N/a] a
> Old package dbus-1.0.2p1 contains potentially unsafe operations
> @unexec rm -f /var/run/dbus/*
> dbus-1.0.2p1 (extracting): complete
> dbus-1.0.2p1 (deleting): complete
> dbus-1.0.2p1 (installing): complete
> Clean shared items: complete
> --- dbus-1.0.2p1 ---
> You should remove all dbus related lines from /etc/rc.local,
> [...]

Could someone kind comment on my question in subject?

-- 
best regards
q#
Index: pkg/PLIST
===
RCS file: /cvs/ports/x11/dbus/pkg/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- pkg/PLIST   21 Mar 2007 00:21:58 -  1.3
+++ pkg/PLIST   5 Jul 2007 09:42:14 -
@@ -55,5 +55,6 @@
 @owner _dbus
 @group _dbus
 @sample /var/run/dbus/
[EMAIL PROTECTED] ${PREFIX}/bin/dbus-uuidgen --ensure
 @unexec rm -f /var/run/dbus/*
[EMAIL PROTECTED] ${PREFIX}/bin/dbus-uuidgen --ensure
[EMAIL PROTECTED] rm -f ${SYSCONFDIR}/dbus-1/machine-id


UPDATE: net/ezstream (0.4.2 ... sorry)

2007-07-17 Thread Moritz Grimm

Hello,


well, I guess that's life. A few hours after I had released 0.4.1, I 
discovered a problem report describing another bug.


This minor update fixes the  configuration option when 
used with playlists. And yes, after a thorough search, no more bugs are 
in any queue. ;P



Moritz
Index: Makefile
===
RCS file: /cvs/ports/net/ezstream/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile15 Jul 2007 19:29:28 -  1.3
+++ Makefile17 Jul 2007 15:03:05 -
@@ -2,7 +2,7 @@
 
 COMMENT=   streaming source client that uses external en-/decoders
 
-DISTNAME=  ezstream-0.4.1
+DISTNAME=  ezstream-0.4.2
 CATEGORIES=net multimedia
 
 HOMEPAGE=  http://www.icecast.org/ezstream.php
Index: distinfo
===
RCS file: /cvs/ports/net/ezstream/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo15 Jul 2007 19:29:28 -  1.4
+++ distinfo17 Jul 2007 15:03:05 -
@@ -1,5 +1,5 @@
-MD5 (ezstream-0.4.1.tar.gz) = /BmSIVmxohZMEpcmzTa9Wg==
-RMD160 (ezstream-0.4.1.tar.gz) = cv0+OIP7Iahm4OUMM7VwZBBQ9fw=
-SHA1 (ezstream-0.4.1.tar.gz) = HgP7W/WR/dRCBi1YqD72nd1n3bw=
-SHA256 (ezstream-0.4.1.tar.gz) = 5M+wwFq/URc/qb2cxrmaxxioDpYrBOBEO9rXL3G4Rj8=
-SIZE (ezstream-0.4.1.tar.gz) = 180576
+MD5 (ezstream-0.4.2.tar.gz) = 1VZpjY9PGPn/VMoxvs018A==
+RMD160 (ezstream-0.4.2.tar.gz) = LBnVL6iaVGgyQF6DwG9xgNYI1aA=
+SHA1 (ezstream-0.4.2.tar.gz) = 1C47n/KK+2rJvJGDLWqFuFXjc1o=
+SHA256 (ezstream-0.4.2.tar.gz) = iG+DCo8SWhTR8ua4CCkEabhHR3JwUl0iDE/Zmrbbmqg=
+SIZE (ezstream-0.4.2.tar.gz) = 180667


Partenaire- Entreprise.fr, 1er Portail de ...

2007-07-17 Thread Mickael Esnault
Chers dirigeants,

Le portail Partenaire Entreprise est exclusivement dédié aux chefs
d’entreprise souhaitant contribuer, par leurs conseils et/ou
financements, à accompagner des créateurs d’entreprise, porteurs de
projet, inventeurs.

Vous pouvez dès maintenant participer en vous inscrivant gratuitement
et devenir Acteur du 1er portail de mises en relation qualifiées de
dirigeants d’entreprise.

Dans l’attente de votre inscription,
Sincère salutations

L’équipe Partenaire Entreprise
www.partenaire-entreprise.fr

PS : Conçu comme un lieu d’échange, un véritable espace de rencontres, ce
portail ne pourra diffuser aucun profil ou aucune annonce à caractère
commercial.

















Offre réservée exclusivement aux entreprises.

Conformément à la Loi Informatique et Libertés parue au Journal Officiel
du 6 janvier 1978, vous disposez d'un droit d'accès, de rectification, et
d'opposition aux données personnelles vous concernant. Pour ne plus
recevoir d'informations de notre part, Cliquez ici


Re: TeXLive Modular

2007-07-17 Thread Edd Barrett

On 17/07/07, Jasper Lievisse Adriaanse <[EMAIL PROTECTED]> wrote:

attached is a port tweaked by me, with some help by [EMAIL PROTECTED]
please test/comment/ok.


The slightly ammended version discussed via private mail (kpathsea
0.0) works perfectly here on i386.

Superb!

--
Best Regards

Edd

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



UPDATE: graphics/xzgv (security patch)

2007-07-17 Thread Julian Leyh
Hi there,

I have missed this security patch for a long time..

"suitably-constructed images can be made to run arbitrary commands (as
the user) when viewed with xzgv."

Updated:
 * apply security patch
 * correct my email address (old one is still working, but I don't now
   for how long)

Please test, comment, and commit.

Tested it on i386. No issues (there weren't any before and I don't know
suitably-constructed image to test it).

Regards,
Julian
diff -ur /usr/ports/graphics/xzgv/Makefile graphics/xzgv/Makefile
--- /usr/ports/graphics/xzgv/Makefile   Sat Mar 24 12:00:43 2007
+++ graphics/xzgv/Makefile  Mon Jul 16 19:55:44 2007
@@ -2,13 +2,16 @@
 
 COMMENT=   "picture viewer for X, with thumbnail-based file selector"
 DISTNAME=  xzgv-0.8
-PKGNAME=   ${DISTNAME}p0
+PKGNAME=   ${DISTNAME}p1
 CATEGORIES=graphics
 
 HOMEPAGE=  http://rus.members.beeb.net/xzgv.html
 
-MAINTAINER=Julian Leyh <[EMAIL PROTECTED]>
+MAINTAINER=Julian Leyh <[EMAIL PROTECTED]>
 
+PATCHFILES=xzgv-0.8-integer-overflow-fix.diff:0
+PATCH_DIST_STRIP=  -p1
+
 # GPL
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=Yes
@@ -16,6 +19,7 @@
 PERMIT_DISTFILES_FTP=  Yes
 
 MASTER_SITES=  ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/viewers/X/
+MASTER_SITES0= http://rus.members.beeb.net/
 
 MODULES=   devel/gettext
 
diff -ur /usr/ports/graphics/xzgv/distinfo graphics/xzgv/distinfo
--- /usr/ports/graphics/xzgv/distinfo   Sat Apr  7 17:21:23 2007
+++ graphics/xzgv/distinfo  Mon Jul 16 19:50:40 2007
@@ -1,5 +1,10 @@
+MD5 (xzgv-0.8-integer-overflow-fix.diff) = lJXoIweUXAhZmgvZ/8L09g==
 MD5 (xzgv-0.8.tar.gz) = 45InfxRHB2QC3y49nngssg==
+RMD160 (xzgv-0.8-integer-overflow-fix.diff) = vXXIfPbyDk+idXr+RyER4iU8tkA=
 RMD160 (xzgv-0.8.tar.gz) = 42RmpzwnYWYQ/QMrOpKJjZWlWhc=
+SHA1 (xzgv-0.8-integer-overflow-fix.diff) = sY39qv4pXixCdk9ZeEtrYgG0ieo=
 SHA1 (xzgv-0.8.tar.gz) = GqITNuJWKEnm9fmEy7/LdFSJ3zs=
+SHA256 (xzgv-0.8-integer-overflow-fix.diff) = 
yKAeI0zAzjoLnxuZ03gb4OrsZcKE3DdSpoy5KaHa9x8=
 SHA256 (xzgv-0.8.tar.gz) = T2JHZl38Pk03b0Vzebnkx3wqhIZZ/ysN1Td8CqCeWIQ=
+SIZE (xzgv-0.8-integer-overflow-fix.diff) = 6374
 SIZE (xzgv-0.8.tar.gz) = 302801


Re: UPDATE: audio/sonata (1.1.1 => 1.2.1

2007-07-17 Thread Jasper Lievisse Adriaanse
On Tue, Jul 17, 2007 at 11:56:28AM +0200, Simon Kuhnle wrote:
> Works fine for me on i386, though I didn't test the Audioscrobbler
> support for the lack of an last.fm account or anything similar.
> -- 
> simon
here's a tweaked version, with desktop-file-utils as a dependency and
some small tweaks.

last.fm support works well: http://www.last.fm/user/jasper_la/

maintainer, does this look ok to you?


Index: Makefile
===
RCS file: /cvs/ports/audio/sonata/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile17 May 2007 21:27:37 -  1.1.1.1
+++ Makefile17 Jul 2007 10:28:01 -
@@ -2,9 +2,9 @@
 
 SHARED_ONLY=   Yes
 
-COMMENT=   "elegant music player for MPD"
+COMMENT=   elegant music player for MPD
 
-DISTNAME=  sonata-1.1
+DISTNAME=  sonata-1.2.1
 CATEGORIES=audio
 
 HOMEPAGE=  http://sonata.berlios.de/
@@ -26,7 +26,9 @@
lang/python
 
 BUILD_DEPENDS= ::x11/py-gtk2
-RUN_DEPENDS=   ::devel/py-SOAPpy \
+RUN_DEPENDS=   ::devel/desktop-file-utils \
+   ::devel/py-SOAPpy \
+   ::textproc/py-ElementTree \
::x11/py-gtk2
 
 USE_X11=   Yes
Index: distinfo
===
RCS file: /cvs/ports/audio/sonata/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo17 May 2007 21:27:37 -  1.1.1.1
+++ distinfo17 Jul 2007 10:28:01 -
@@ -1,5 +1,5 @@
-MD5 (sonata-1.1.tar.gz) = t32JNUeV9KhXGR0PkuLwpA==
-RMD160 (sonata-1.1.tar.gz) = lHzBmZ4H5wzCaAOCi/ZOT6NmiTY=
-SHA1 (sonata-1.1.tar.gz) = c13dzUrFUi8PGUvizLMje7DWSig=
-SHA256 (sonata-1.1.tar.gz) = 9v5Y0MKXr6feOv2FXvWDXdz/PrexiOt1RfLn0INXC8M=
-SIZE (sonata-1.1.tar.gz) = 212190
+MD5 (sonata-1.2.1.tar.gz) = CQS+5qGhh4z80KxQUiY/OA==
+RMD160 (sonata-1.2.1.tar.gz) = GJRn2RaKYFfNvqu66qikMi+4u9c=
+SHA1 (sonata-1.2.1.tar.gz) = KWnFNVYhhHgiNUNKARXB2Qbqhl4=
+SHA256 (sonata-1.2.1.tar.gz) = 7MWnL6U0ajzQYUqLfhhjC4gz7Vr6zmiW+RrObVkuce0=
+SIZE (sonata-1.2.1.tar.gz) = 220965
Index: patches/patch-setup_py
===
RCS file: /cvs/ports/audio/sonata/patches/patch-setup_py,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-setup_py
--- patches/patch-setup_py  17 May 2007 21:27:37 -  1.1.1.1
+++ patches/patch-setup_py  17 Jul 2007 10:28:01 -
@@ -1,13 +1,13 @@
-$OpenBSD: patch-setup_py,v 1.1.1.1 2007/05/17 21:27:37 jasper Exp $
 setup.py.orig  Tue May  8 06:22:02 2007
-+++ setup.py   Thu May 17 22:41:41 2007
-@@ -32,8 +32,7 @@ setup(name='Sonata',
+$OpenBSD$
+--- setup.py.orig  Tue Jul 17 05:07:01 2007
 setup.py   Tue Jul 17 12:20:19 2007
+@@ -65,8 +65,7 @@ setup(name='Sonata',
  extra_link_args=capture("pkg-config --libs gtk+-2.0 
pygtk-2.0").split()
   ),],
  scripts = ['sonata'],
 -data_files=[('share/sonata', ['README', 'CHANGELOG', 'TODO', 
'TRANSLATORS']),
 -('share/applications', ['sonata.desktop']),
 +data_files=[('share/applications', ['sonata.desktop']),
- ('share/pixmaps', ['pixmaps/sonata.png', 
'pixmaps/sonata_large.png', 'pixmaps/sonatacd.png', 
'pixmaps/sonatacd_large.png', 'pixmaps/sonata-artist.png', 
'pixmaps/sonata-album.png', 'pixmaps/sonata-stock_volume-mute.png', 
'pixmaps/sonata-stock_volume-min.png', 'pixmaps/sonata-stock_volume-med.png', 
'pixmaps/sonata-stock_volume-max.png']),
- ('share/locale/de/LC_MESSAGES', 
['locale/de/LC_MESSAGES/sonata.mo']),
- ('share/locale/pl/LC_MESSAGES', 
['locale/pl/LC_MESSAGES/sonata.mo']),
+ ('share/pixmaps', ['pixmaps/sonata.png', 
'pixmaps/sonata_large.png', 'pixmaps/sonatacd.png', 
'pixmaps/sonatacd_large.png', 'pixmaps/sonata-artist.png', 
'pixmaps/sonata-album.png', 'pixmaps/sonata-stock_volume-mute.png', 
'pixmaps/sonata-stock_volume-min.png', 'pixmaps/sonata-stock_volume-med.png', 
'pixmaps/sonata-stock_volume-max.png', 'pixmaps/sonata_pause.png', 
'pixmaps/sonata_play.png', 'pixmaps/sonata_disconnect.png']),
+ ('share/locale/de/LC_MESSAGES', ['mo/de/sonata.mo']),
+ ('share/locale/pl/LC_MESSAGES', ['mo/pl/sonata.mo']),
Index: pkg/PLIST
===
RCS file: /cvs/ports/audio/sonata/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   17 May 2007 21:27:37 -  1.1.1.1
+++ pkg/PLIST   17 Jul 2007 10:28:01 -
@@ -1,5 +1,7 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/17 21:27:37 jasper Exp $
 bin/sonata
+lib/python${MODPY_VERSION}/site-packages/audioscrobbler.py
+lib/python${MODPY_VERSION}/site-packages/audioscrobbler.pyc
 lib/python${MODPY_VERSION}/site-packages/mmkeys.so
 lib/python${MODPY_VERSION}/site-packages/mpdclient3.py
 lib/python${MODPY_VERSION}/site-packages/mpdclient3.pyc
@@ -8,9 +10,12 @

Re: UPDATE: audio/sonata (1.1.1 => 1.2.1)

2007-07-17 Thread Simon Kuhnle
Works fine for me on i386, though I didn't test the Audioscrobbler
support for the lack of an last.fm account or anything similar.
-- 
simon



ports modsecurity and polipo

2007-07-17 Thread Thomas Wiesel

Hi ports-team,

just a hint:

- the port for www_mod_security is version 1.9.3, available is 1.9.5 
(with security related fixes)


- the port of www/polipo is version 0.9.9, available - with many 
improvements - is version 1.0.1


Thanks!


--
Thomas Wiesel

Universität Bamberg - Zentralverwaltung
Dez. Z/ISC: Informationssysteme & Controlling
Kapuzinerstr. 16, 96045 Bamberg

Tel: +49 951 863-1015
Fax: +49 951 863-1005

mailto:[EMAIL PROTECTED]
http://www.uni-bamberg.de/leitung_organisation/verwaltung/



Re: UPDATE: audio/sonata (1.1.1 => 1.2.1)

2007-07-17 Thread Vlad Glagolev
Sorry, forgot to attach the diff.

-- 
Cheerz,
Vlad / Stelz


sonata-update--1.2.1.diff
Description: Binary data


UPDATE: audio/sonata (1.1.1 => 1.2.1)

2007-07-17 Thread Vlad Glagolev
Changelog since 1.1.1:
# Audioscrobbler support (requires python 2.5 or python-elementtree) (Owen)
# Support for multiple profiles (and, e.g., "sonata --profile=2")
# Ability to set search terms for lyrics
# Ability to rename playlists (requires mpd >= 0.13)
# Prevent continually searching for artwork/lyrics if not found the first time
# Search for additional artwork filenames
# Allows resetting artwork to the default image
# 'Save All' button for tag editing window
# Display MPD status in systray icon
# Prevent GUI blocking when connecting to MPD, where possible
# Added Finnish translation (lkka Tuohela)

Tested @ i386.
-- 
Cheerz,
Vlad / Stelz



Re: Update OpenMotif to Version 2.3.0

2007-07-17 Thread Antoine Jacoutot
On Tuesday 17 July 2007 08:54:43 Marc Balmer wrote:
> I have been running with this now for about 2 weeks and the dependend
> ports work fine with it.  editors/nedit will need a small patch to
> build with this OpenMotif version (CFLAGS+= -DBUILD_UNTESTED_NEDIT).

Which it already has if the lesstif FLAVOR is chosen.
So al it needs it remove the ".if ${FLAVOR:L:Mlesstif}..." conditional.

-- 
Antoine