- Update to 2.5.8. It fixes a remote buffer overflow.

PR:		ports/85225
Submitted by:	maintainer
Approved by:	portmgr (linimon)
This commit is contained in:
Sergey Matveychuk 2005-08-24 20:32:00 +00:00
parent 376b321e69
commit a83d686dc4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140968
4 changed files with 8 additions and 21 deletions

View File

@ -6,8 +6,8 @@
#
PORTNAME= elm
PORTVERSION= 2.5.6
PORTREVISION= 2
PORTVERSION= 2.5.8
PORTREVISION= 0
CATEGORIES= mail
MASTER_SITES= ftp://ftp.virginia.edu/pub/elm/ \
http://www.dragondata.com/software/
@ -18,6 +18,8 @@ COMMENT= A once-popular mail user agent, version 2.5.x
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
CFLAGS+= -D_SIZE_T
WRKSRC= ${WRKDIR}/elm${PORTVERSION}
NO_LATEST_LINK= yes
USE_GETTEXT= yes

View File

@ -1,2 +1,2 @@
MD5 (elm2.5.6.tar.gz) = 5ce17b50cb90f99ffc09e4df52f52648
SIZE (elm2.5.6.tar.gz) = 606228
MD5 (elm2.5.8.tar.gz) = f7a721c1cddbc8632ffe0cf65b045395
SIZE (elm2.5.8.tar.gz) = 607078

View File

@ -24,8 +24,8 @@
set `echo $libc $libnames | tr ' ' '\012' | sort | uniq`
$echo $n "Extracting names from $* for later perusal...$c"
nm $nm_opts $* 2>/dev/null >libc.tmp
-$sed -n -e 's/^.* [ATDS] *[_.]*//p' -e 's/^.* [ATDS] //p' <libc.tmp >libc.list
+$sed -n -e 's/^.* [ATDSW] *[_.]*//p' -e 's/^.* [ATDSW] //p' <libc.tmp >libc.list
-$sed -n -e 's/^.* [ATDSU] *[_.]*//p' -e 's/^.* [ATDSU] //p' <libc.tmp >libc.list
+$sed -n -e 's/^.* [ATDSUW] *[_.]*//p' -e 's/^.* [ATDSUW] //p' <libc.tmp >libc.list
if $contains '^printf$' libc.list >/dev/null 2>&1; then
echo done
elif $sed -n -e 's/^__*//' -e 's/^\([a-zA-Z_0-9$]*\).*xtern.*/\1/p' \

View File

@ -27,18 +27,3 @@ lib/help-attach
lib/help-selfolder
lib/mime-types
lib/mlists.eg
@comment This is to fix the catman install during de-install
man/cat1/answer.1
man/cat1/checkalias.1
man/cat1/elm.1
man/cat1/elmalias.1
man/cat1/fastmail.1
man/cat1/frm.1
man/cat1/listalias.1
man/cat1/messages.1
man/cat1/mmencode.1
man/cat1/newalias.1
man/cat1/newmail.1
man/cat1/printmail.1
man/cat1/readmsg.1
man/cat1/wnewmail.1