Date: Sun, 22 Aug 2004 20:42:21 +0200 From: Daniel Grund <daniel@dgrund.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: matusita@FreeBSD.org Subject: ports/70829: [SECURITY PATCH] update mail/popfile to 0.21.2 Message-ID: <20040822184221.GA69809@dgrund.de> Resent-Message-ID: <200408221840.i7MIeOTZ088015@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70829 >Category: ports >Synopsis: [SECURITY PATCH] update mail/popfile to 0.21.2 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 22 18:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Daniel Grund >Release: FreeBSD 5.2.1-RELEASE-p8 i386 >Organization: private >Environment: System: FreeBSD daniel.lan 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #4: Mon Jun 21 16:36:00 CEST 2004 root@daniel.lan:/Documents/vonusr/obj/usr/src/sys/POWERKERNEL i386 >Description: Update mail/popfile to version 0.21.2 which fixes http://www.freebsd.org/ports/portaudit/12c7b7ae-ec90-11d8-b913-000c41e2cdad.html . Release can be found at http://sourceforge.net/forum/forum.php?forum_id=396713 . >How-To-Repeat: na >Fix: commit the attached patch --- popfile.patch begins here --- diff -rc /usr/ports/mail/popfile/Makefile popfile-0.21.2/Makefile *** /usr/ports/mail/popfile/Makefile Sat Mar 27 06:11:20 2004 --- popfile-0.21.2/Makefile Sun Aug 22 18:16:21 2004 *************** *** 6,20 **** # PORTNAME= popfile ! PORTVERSION= 0.21.1 ! PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DIST_SUBDIR= ${PORTNAME} PATCH_SITES= http://home.jp.FreeBSD.org/~matusita/distfiles/ ! PATCHFILES= popfile-${PORTVERSION}-apop.patch MAINTAINER= matusita@FreeBSD.org COMMENT=Automatic mail classification tool, acts as a POP3 proxy --- 6,20 ---- # PORTNAME= popfile ! PORTVERSION= 0.21.2 ! PORTREVISION= 0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DIST_SUBDIR= ${PORTNAME} PATCH_SITES= http://home.jp.FreeBSD.org/~matusita/distfiles/ ! PATCHFILES= popfile-0.21.1-apop.patch MAINTAINER= matusita@FreeBSD.org COMMENT=Automatic mail classification tool, acts as a POP3 proxy *************** *** 49,55 **** ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 .if defined(WITH_POPFILE_JAPANESE) RUN_DEPENDS+= ${SITE_PERL}/jcode.pl:${PORTSDIR}/japanese/p5-jcode.pl ! PATCHFILES+= popfile-${PORTVERSION}-use-jcode.pl.patch .endif .endif --- 49,55 ---- ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 .if defined(WITH_POPFILE_JAPANESE) RUN_DEPENDS+= ${SITE_PERL}/jcode.pl:${PORTSDIR}/japanese/p5-jcode.pl ! PATCHFILES+= popfile-0.21.1-use-jcode.pl.patch .endif .endif diff -rc /usr/ports/mail/popfile/distinfo popfile-0.21.2/distinfo *** /usr/ports/mail/popfile/distinfo Thu Aug 12 21:35:40 2004 --- popfile-0.21.2/distinfo Sun Aug 22 18:16:29 2004 *************** *** 1,6 **** ! MD5 (popfile/popfile-0.21.1.zip) = c723b0bb3eddb866fe0bce47e05b38cb ! SIZE (popfile/popfile-0.21.1.zip) = 1504449 MD5 (popfile/popfile-0.21.1-apop.patch) = 16c6f761132febf0cf98b5819b7d79e4 SIZE (popfile/popfile-0.21.1-apop.patch) = 7718 --- 1,4 ---- ! MD5 (popfile/popfile-0.21.2.zip) = a1d5f620b8db0df78328957f32a79bdb ! SIZE (popfile/popfile-0.21.2.zip) = 1504156 MD5 (popfile/popfile-0.21.1-apop.patch) = 16c6f761132febf0cf98b5819b7d79e4 SIZE (popfile/popfile-0.21.1-apop.patch) = 7718 --- popfile.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040822184221.GA69809>