Date: Thu, 11 Mar 2004 11:38:58 +0100 From: Simon Barner <barner@in.tum.de> To: Hideki Machida <hido@neojapangz.com> Cc: perky@python.or.kr Subject: Re: mod_python Message-ID: <20040311103858.GA18922@zi025.glhnet.mhn.de> In-Reply-To: <40501ED0.3010200@neojapangz.com> References: <40501ED0.3010200@neojapangz.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--JWEK1jqKZ6MHAcjA Content-Type: multipart/mixed; boundary="R3G7APHDIzY6R/pk" Content-Disposition: inline --R3G7APHDIzY6R/pk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > I would just like to inform you that there is a security problem with=20 > versions earlier then 2.7.9 of mod_python and currently the port for=20 > freebsd is looking a little outdated. If you could be so kind as to do= =20 > us a version bump it would be of great help. >=20 > http://www.modpython.org/pipermail/mod_python/2004-January/014879.html Hi, could you please test whether the attached patch works for you. It updates mod_python to v. 2.7.10, but I cannot test it here. In case you don't know how to use the patch: cd /usr/ports/www/mod_python patch -p < /path/to/mod_python.patch Regards, Simon --R3G7APHDIzY6R/pk Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="mod_python.patch" Content-Transfer-Encoding: quoted-printable Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/mod_python/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 7 Nov 2003 09:12:55 -0000 1.22 +++ Makefile 11 Mar 2004 10:35:51 -0000 @@ -6,7 +6,7 @@ # =20 PORTNAME=3D mod_python -PORTVERSION=3D 2.7.8 +PORTVERSION=3D 2.7.10 CATEGORIES=3D www python MASTER_SITES=3D ${MASTER_SITE_APACHE_HTTPD} MASTER_SITE_SUBDIR=3D modpython Index: distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/www/mod_python/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- distinfo 29 Jan 2004 16:12:22 -0000 1.9 +++ distinfo 11 Mar 2004 10:35:51 -0000 @@ -1,2 +1,2 @@ -MD5 (python/mod_python-2.7.8.tgz) =3D 4d5bee8317bfb45a3bb09f02b435e917 -SIZE (python/mod_python-2.7.8.tgz) =3D 176639 +MD5 (python/mod_python-2.7.10.tgz) =3D 12c98bdefa06735679efc878b81e9bb2 +SIZE (python/mod_python-2.7.10.tgz) =3D 175631 --R3G7APHDIzY6R/pk-- --JWEK1jqKZ6MHAcjA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAUEHCCkn+/eutqCoRAnXJAJ0axOQQh5IbW+sOTP1yVL5XKWilAgCeMNxO yUGCBtAp6T+RFIS26g1Lrtk= =1QI1 -----END PGP SIGNATURE----- --JWEK1jqKZ6MHAcjA--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040311103858.GA18922>