Remove SUID bit. It can lead local exploit.
Submitted by: ksecurity@iland.co.kr
This commit is contained in:
parent
2436937605
commit
3c7452e618
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43236
1 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= hanterm
|
||||
PORTVERSION= 3.1.5
|
||||
#PORTREVISION= 1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= korean x11
|
||||
MASTER_SITES= http://hanterm.org/download/
|
||||
|
||||
|
@ -19,7 +19,10 @@ USE_IMAKE= yes
|
|||
NO_INSTALL_MANPAGES= yes
|
||||
ALL_TARGET= hanterm
|
||||
|
||||
post-install:
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/hanterm ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/Hanterm.ad \
|
||||
${PREFIX}/lib/X11/app-defaults/Hanterm
|
||||
${MKDIR} ${PREFIX}/share/doc/hanterm
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/hanterm.html ${PREFIX}/share/doc/hanterm/
|
||||
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/hanterm/
|
||||
|
|
Loading…
Reference in a new issue