ports/86628: [PATCH] devel/picasm: update to 1.14
Soeren Straarup
xride at x12.dk
Tue Sep 27 13:20:13 UTC 2005
>Number: 86628
>Category: ports
>Synopsis: [PATCH] devel/picasm: update to 1.14
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Sep 27 13:20:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Soeren Straarup
>Release: FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD beacon.x12.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Sep 6 13:55:41 CEST
>Description:
- Update to 1.14
- Update WWW
>From WWW:
NOTE: Version 1.12c of picasm fixes a security hole, where a malformed source file could cause picasm to execute arbitrary code (because of string overflow).
Port maintainer (bms at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- picasm-1.14.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/picasm/Makefile /space/portstrees/FreeBSD/ports/devel/picasm/Makefile
--- /usr/ports/devel/picasm/Makefile Wed Jan 12 16:53:46 2005
+++ /space/portstrees/FreeBSD/ports/devel/picasm/Makefile Tue Sep 27 15:08:51 2005
@@ -6,16 +6,17 @@
#
PORTNAME= picasm
-PORTVERSION= 1.12b
+PORTVERSION= 1.14
CATEGORIES= devel
-MASTER_SITES= http://www.co.jyu.fi/~trossi/pic/ \
- http://hyvatti.iki.fi/~jaakko/pic/
+MASTER_SITES= http://www.co.jyu.fi/~trossi/pic/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
MAINTAINER= bms at FreeBSD.org
COMMENT= Portable assembler for 16C84 series PICs
-WRKSRC= ${WRKDIR}/${PORTNAME}
+USE_BZIP2= yes
+
+WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g}
USE_PERL5_BUILD= yes
diff -ruN --exclude=CVS /usr/ports/devel/picasm/distinfo /space/portstrees/FreeBSD/ports/devel/picasm/distinfo
--- /usr/ports/devel/picasm/distinfo Thu Mar 25 04:13:11 2004
+++ /space/portstrees/FreeBSD/ports/devel/picasm/distinfo Tue Sep 27 13:54:14 2005
@@ -1,2 +1,2 @@
-MD5 (picasm112b.tar.gz) = aa80ef61a905a3c4fa07c055b4805965
-SIZE (picasm112b.tar.gz) = 42207
+MD5 (picasm114.tar.bz2) = 1048ca05c3b57bb15a5dbd78f272fefa
+SIZE (picasm114.tar.bz2) = 35429
diff -ruN --exclude=CVS /usr/ports/devel/picasm/pkg-descr /space/portstrees/FreeBSD/ports/devel/picasm/pkg-descr
--- /usr/ports/devel/picasm/pkg-descr Fri Nov 8 23:30:21 2002
+++ /space/portstrees/FreeBSD/ports/devel/picasm/pkg-descr Tue Sep 27 13:54:40 2005
@@ -1,7 +1,7 @@
picasm is a portable assembler which generates code for the 16F84 series of
programmable interface controllers.
-WWW: http://www.iki.fi/hyvatti/pic/
+WWW: http://www.iki.fi/trossi/pic/
Bruce
bms at spc.org
--- picasm-1.14.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list