diff options
author | luigi <luigi@FreeBSD.org> | 2007-02-09 06:08:29 +0800 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2007-02-09 06:08:29 +0800 |
commit | 52af5b18f3921ab9c9d2e2c153b99684ad7a9620 (patch) | |
tree | 927958e65204679e32b88ff83121595a1ad5b011 /devel | |
parent | c63a80c0b2f7e52ca1e931cca71c924ae1465660 (diff) | |
download | freebsd-ports-gnome-52af5b18f3921ab9c9d2e2c153b99684ad7a9620.tar.gz freebsd-ports-gnome-52af5b18f3921ab9c9d2e2c153b99684ad7a9620.tar.zst freebsd-ports-gnome-52af5b18f3921ab9c9d2e2c153b99684ad7a9620.zip |
Update to the 20070208 release of the code.
Apart from internal cleanup, a visible change is that
mmap-related ioctl in video drivers are trapped and made
to return EINVAL.
This prevents clients (e.g. ekiga) that do not check for mmap() errors
from crashing.
I suggest to rebuild linux-gspca-kmod and linux-ov511-kmod.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/linux-kmod-compat/Makefile | 5 | ||||
-rw-r--r-- | devel/linux-kmod-compat/distinfo | 6 | ||||
-rw-r--r-- | devel/linux-kmod-compat/pkg-message | 9 |
3 files changed, 16 insertions, 4 deletions
diff --git a/devel/linux-kmod-compat/Makefile b/devel/linux-kmod-compat/Makefile index fbe218ce1d0c..5df50a8ce269 100644 --- a/devel/linux-kmod-compat/Makefile +++ b/devel/linux-kmod-compat/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= linux-kmod-compat -PORTVERSION= 20070203 +PORTVERSION= 20070208 CATEGORIES= devel emulators linux multimedia MASTER_SITES= http://info.iet.unipi.it/~luigi/FreeBSD/ EXTRACT_SUFX= .tgz @@ -50,4 +50,7 @@ do-install: @${FIND} ${MY_DST} -type f -exec ${CHMOD} ${SHAREMODE} \{\} \; @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${MY_DST} +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.post.mk> diff --git a/devel/linux-kmod-compat/distinfo b/devel/linux-kmod-compat/distinfo index 2ea038d998d5..7d51e92162a6 100644 --- a/devel/linux-kmod-compat/distinfo +++ b/devel/linux-kmod-compat/distinfo @@ -1,3 +1,3 @@ -MD5 (linux-kmod-compat-20070203.tgz) = b6411ab415dbf68604c9a6ef7b718a91 -SHA256 (linux-kmod-compat-20070203.tgz) = 84ccc1a8846b07676f255c76bcb695e6a7e493174d9be2be72cc11b903e71016 -SIZE (linux-kmod-compat-20070203.tgz) = 78318 +MD5 (linux-kmod-compat-20070208.tgz) = 7d166c6b2847f7349cb83a014855652c +SHA256 (linux-kmod-compat-20070208.tgz) = 54f6677166b152d3cbc644dfe71825fa4cf79e8148c08ba6c8c56f23246e33a6 +SIZE (linux-kmod-compat-20070208.tgz) = 82769 diff --git a/devel/linux-kmod-compat/pkg-message b/devel/linux-kmod-compat/pkg-message new file mode 100644 index 000000000000..5c6953a95d39 --- /dev/null +++ b/devel/linux-kmod-compat/pkg-message @@ -0,0 +1,9 @@ + +WARNING - this code is still in an experimental stage. + The binary modules built using it may cause instabilities + in your system. Use them at your own risk. + + We suggest to track frequently updates to this port, + and upgrade the children ports accordingly to make use + of enhancements and fixes in this package. + |