diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-08-24 20:32:00 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-08-24 20:32:00 +0000 |
commit | a83d686dc4902a33de1669d34f04869ed3a034ca (patch) | |
tree | 49f79010adb921ea842381d27e682dbef0f697fa /mail/elm/files | |
parent | - Add support for 6.0 and 7.0-CURRENT (diff) |
- Update to 2.5.8. It fixes a remote buffer overflow.
PR: ports/85225
Submitted by: maintainer
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=140968
Diffstat (limited to 'mail/elm/files')
-rw-r--r-- | mail/elm/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/elm/files/patch-aa b/mail/elm/files/patch-aa index 1a44cb1b9905..0f84acf0848d 100644 --- a/mail/elm/files/patch-aa +++ b/mail/elm/files/patch-aa @@ -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' \ |