diff options
author | Will Andrews <will@FreeBSD.org> | 2001-09-03 17:48:23 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-09-03 17:48:23 +0000 |
commit | 369fcbb329b57482e2de439fdd52cd9c22d4a3a8 (patch) | |
tree | 00371bcd8fe8ad9bf7451b9fac0056ea99235e35 /x11/kde4-baseapps/Makefile | |
parent | 385a7c1d99a8f1036f2f534c429a62acb4e2fdca (diff) |
Add a message to the port/package warning users about kcheckpass's
setuid root bit, which is off by default. The purpose is to avoid
having users who don't use kcheckpass become vulnerable to a root
exploit. For more details see the actual pkg-message. Bump PORTREVISION
to reflect this change in the package.
As a side note, I'm a little wary about adding something like this so
close to the ports freeze for 4.4-RELEASE. However, I decided that it
was a minimal risk and went ahead with it in the hopes of avoiding the
need for users to run into this "problem" themselves...
Notes
Notes:
svn path=/head/; revision=47378
Diffstat (limited to 'x11/kde4-baseapps/Makefile')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index 2a4dfc2629ef..67c9baf2bc10 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -7,7 +7,7 @@ PORTNAME= kdebase PORTVERSION= 2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src @@ -63,4 +63,7 @@ pre-configure: post-configure: ${PERL} -pi -e "s@444@644@g" ${WRKSRC}/kdesktop/init/Templates/Makefile +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.post.mk> |