diff options
author | will <will@FreeBSD.org> | 2001-09-04 01:48:23 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-09-04 01:48:23 +0800 |
commit | dc3747899497cd2af2fea9b50704c5307f7ca24c (patch) | |
tree | d1bb2094c062148b1d1dc24441c1ce9504a5dae2 /x11/kdebase4/Makefile | |
parent | 0c80d6650c8e903ad7e0dec9d7e096cced45f63f (diff) | |
download | freebsd-ports-gnome-dc3747899497cd2af2fea9b50704c5307f7ca24c.tar.gz freebsd-ports-gnome-dc3747899497cd2af2fea9b50704c5307f7ca24c.tar.zst freebsd-ports-gnome-dc3747899497cd2af2fea9b50704c5307f7ca24c.zip |
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...
Diffstat (limited to 'x11/kdebase4/Makefile')
-rw-r--r-- | x11/kdebase4/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile index 2a4dfc2629ef..67c9baf2bc10 100644 --- a/x11/kdebase4/Makefile +++ b/x11/kdebase4/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> |