summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-03-29 00:31:22 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-03-29 00:31:22 +0000
commitfa983ead5e3625d2629cff1492346a86ccb81606 (patch)
treee90049a34d6006404740673010a8dab7035a3226 /x11
parentSecurity: http://www.kde.org/info/security/advisory-20070326-1.txt (diff)
Disable polling of smb filesystems listed in fstab.
Notes
Notes: svn path=/head/; revision=188706
Diffstat (limited to 'x11')
-rw-r--r--x11/kde4-baseapps/Makefile1
-rw-r--r--x11/kde4-baseapps/files/patch-kioslave_media_mediamanager-fstabbackend.cpp10
-rw-r--r--x11/kde4-runtime/Makefile1
-rw-r--r--x11/kde4-runtime/files/patch-kioslave_media_mediamanager-fstabbackend.cpp10
-rw-r--r--x11/kde4-workspace/Makefile1
-rw-r--r--x11/kde4-workspace/files/patch-kioslave_media_mediamanager-fstabbackend.cpp10
-rw-r--r--x11/kdebase3/Makefile1
-rw-r--r--x11/kdebase3/files/patch-kioslave_media_mediamanager-fstabbackend.cpp10
-rw-r--r--x11/kdebase4-runtime/Makefile1
-rw-r--r--x11/kdebase4-runtime/files/patch-kioslave_media_mediamanager-fstabbackend.cpp10
-rw-r--r--x11/kdebase4-workspace/Makefile1
-rw-r--r--x11/kdebase4-workspace/files/patch-kioslave_media_mediamanager-fstabbackend.cpp10
-rw-r--r--x11/kdebase4/Makefile1
-rw-r--r--x11/kdebase4/files/patch-kioslave_media_mediamanager-fstabbackend.cpp10
14 files changed, 49 insertions, 28 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile
index b4baad2d68d0..8846496f93f3 100644
--- a/x11/kde4-baseapps/Makefile
+++ b/x11/kde4-baseapps/Makefile
@@ -8,6 +8,7 @@
PORTNAME= kdebase
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
diff --git a/x11/kde4-baseapps/files/patch-kioslave_media_mediamanager-fstabbackend.cpp b/x11/kde4-baseapps/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
index 0db28e1e2ce6..6ef1e0a2f661 100644
--- a/x11/kde4-baseapps/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
+++ b/x11/kde4-baseapps/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
@@ -1,8 +1,10 @@
---- kioslave/media/mediamanager/fstabbackend.cpp.orig Fri Feb 9 04:11:01 2007
-+++ kioslave/media/mediamanager/fstabbackend.cpp Fri Feb 9 04:11:10 2007
-@@ -154,7 +154,6 @@
+--- kioslave/media/mediamanager/fstabbackend.cpp.orig Sun Oct 1 19:31:54 2006
++++ kioslave/media/mediamanager/fstabbackend.cpp Thu Mar 29 02:19:18 2007
+@@ -152,9 +152,7 @@
+ // We might want to display only network shares
+ // since HAL doesn't handle them
|| ( networkSharesOnly
- && mount->mountType().find( "smb" ) == -1
+- && mount->mountType().find( "smb" ) == -1
&& mount->mountType().find( "cifs" ) == -1
- && mount->mountType().find( "nfs" ) == -1
)
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile
index b4baad2d68d0..8846496f93f3 100644
--- a/x11/kde4-runtime/Makefile
+++ b/x11/kde4-runtime/Makefile
@@ -8,6 +8,7 @@
PORTNAME= kdebase
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
diff --git a/x11/kde4-runtime/files/patch-kioslave_media_mediamanager-fstabbackend.cpp b/x11/kde4-runtime/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
index 0db28e1e2ce6..6ef1e0a2f661 100644
--- a/x11/kde4-runtime/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
+++ b/x11/kde4-runtime/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
@@ -1,8 +1,10 @@
---- kioslave/media/mediamanager/fstabbackend.cpp.orig Fri Feb 9 04:11:01 2007
-+++ kioslave/media/mediamanager/fstabbackend.cpp Fri Feb 9 04:11:10 2007
-@@ -154,7 +154,6 @@
+--- kioslave/media/mediamanager/fstabbackend.cpp.orig Sun Oct 1 19:31:54 2006
++++ kioslave/media/mediamanager/fstabbackend.cpp Thu Mar 29 02:19:18 2007
+@@ -152,9 +152,7 @@
+ // We might want to display only network shares
+ // since HAL doesn't handle them
|| ( networkSharesOnly
- && mount->mountType().find( "smb" ) == -1
+- && mount->mountType().find( "smb" ) == -1
&& mount->mountType().find( "cifs" ) == -1
- && mount->mountType().find( "nfs" ) == -1
)
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile
index b4baad2d68d0..8846496f93f3 100644
--- a/x11/kde4-workspace/Makefile
+++ b/x11/kde4-workspace/Makefile
@@ -8,6 +8,7 @@
PORTNAME= kdebase
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
diff --git a/x11/kde4-workspace/files/patch-kioslave_media_mediamanager-fstabbackend.cpp b/x11/kde4-workspace/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
index 0db28e1e2ce6..6ef1e0a2f661 100644
--- a/x11/kde4-workspace/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
+++ b/x11/kde4-workspace/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
@@ -1,8 +1,10 @@
---- kioslave/media/mediamanager/fstabbackend.cpp.orig Fri Feb 9 04:11:01 2007
-+++ kioslave/media/mediamanager/fstabbackend.cpp Fri Feb 9 04:11:10 2007
-@@ -154,7 +154,6 @@
+--- kioslave/media/mediamanager/fstabbackend.cpp.orig Sun Oct 1 19:31:54 2006
++++ kioslave/media/mediamanager/fstabbackend.cpp Thu Mar 29 02:19:18 2007
+@@ -152,9 +152,7 @@
+ // We might want to display only network shares
+ // since HAL doesn't handle them
|| ( networkSharesOnly
- && mount->mountType().find( "smb" ) == -1
+- && mount->mountType().find( "smb" ) == -1
&& mount->mountType().find( "cifs" ) == -1
- && mount->mountType().find( "nfs" ) == -1
)
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index b4baad2d68d0..8846496f93f3 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -8,6 +8,7 @@
PORTNAME= kdebase
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
diff --git a/x11/kdebase3/files/patch-kioslave_media_mediamanager-fstabbackend.cpp b/x11/kdebase3/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
index 0db28e1e2ce6..6ef1e0a2f661 100644
--- a/x11/kdebase3/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
+++ b/x11/kdebase3/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
@@ -1,8 +1,10 @@
---- kioslave/media/mediamanager/fstabbackend.cpp.orig Fri Feb 9 04:11:01 2007
-+++ kioslave/media/mediamanager/fstabbackend.cpp Fri Feb 9 04:11:10 2007
-@@ -154,7 +154,6 @@
+--- kioslave/media/mediamanager/fstabbackend.cpp.orig Sun Oct 1 19:31:54 2006
++++ kioslave/media/mediamanager/fstabbackend.cpp Thu Mar 29 02:19:18 2007
+@@ -152,9 +152,7 @@
+ // We might want to display only network shares
+ // since HAL doesn't handle them
|| ( networkSharesOnly
- && mount->mountType().find( "smb" ) == -1
+- && mount->mountType().find( "smb" ) == -1
&& mount->mountType().find( "cifs" ) == -1
- && mount->mountType().find( "nfs" ) == -1
)
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile
index b4baad2d68d0..8846496f93f3 100644
--- a/x11/kdebase4-runtime/Makefile
+++ b/x11/kdebase4-runtime/Makefile
@@ -8,6 +8,7 @@
PORTNAME= kdebase
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
diff --git a/x11/kdebase4-runtime/files/patch-kioslave_media_mediamanager-fstabbackend.cpp b/x11/kdebase4-runtime/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
index 0db28e1e2ce6..6ef1e0a2f661 100644
--- a/x11/kdebase4-runtime/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
+++ b/x11/kdebase4-runtime/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
@@ -1,8 +1,10 @@
---- kioslave/media/mediamanager/fstabbackend.cpp.orig Fri Feb 9 04:11:01 2007
-+++ kioslave/media/mediamanager/fstabbackend.cpp Fri Feb 9 04:11:10 2007
-@@ -154,7 +154,6 @@
+--- kioslave/media/mediamanager/fstabbackend.cpp.orig Sun Oct 1 19:31:54 2006
++++ kioslave/media/mediamanager/fstabbackend.cpp Thu Mar 29 02:19:18 2007
+@@ -152,9 +152,7 @@
+ // We might want to display only network shares
+ // since HAL doesn't handle them
|| ( networkSharesOnly
- && mount->mountType().find( "smb" ) == -1
+- && mount->mountType().find( "smb" ) == -1
&& mount->mountType().find( "cifs" ) == -1
- && mount->mountType().find( "nfs" ) == -1
)
diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile
index b4baad2d68d0..8846496f93f3 100644
--- a/x11/kdebase4-workspace/Makefile
+++ b/x11/kdebase4-workspace/Makefile
@@ -8,6 +8,7 @@
PORTNAME= kdebase
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
diff --git a/x11/kdebase4-workspace/files/patch-kioslave_media_mediamanager-fstabbackend.cpp b/x11/kdebase4-workspace/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
index 0db28e1e2ce6..6ef1e0a2f661 100644
--- a/x11/kdebase4-workspace/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
+++ b/x11/kdebase4-workspace/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
@@ -1,8 +1,10 @@
---- kioslave/media/mediamanager/fstabbackend.cpp.orig Fri Feb 9 04:11:01 2007
-+++ kioslave/media/mediamanager/fstabbackend.cpp Fri Feb 9 04:11:10 2007
-@@ -154,7 +154,6 @@
+--- kioslave/media/mediamanager/fstabbackend.cpp.orig Sun Oct 1 19:31:54 2006
++++ kioslave/media/mediamanager/fstabbackend.cpp Thu Mar 29 02:19:18 2007
+@@ -152,9 +152,7 @@
+ // We might want to display only network shares
+ // since HAL doesn't handle them
|| ( networkSharesOnly
- && mount->mountType().find( "smb" ) == -1
+- && mount->mountType().find( "smb" ) == -1
&& mount->mountType().find( "cifs" ) == -1
- && mount->mountType().find( "nfs" ) == -1
)
diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile
index b4baad2d68d0..8846496f93f3 100644
--- a/x11/kdebase4/Makefile
+++ b/x11/kdebase4/Makefile
@@ -8,6 +8,7 @@
PORTNAME= kdebase
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
diff --git a/x11/kdebase4/files/patch-kioslave_media_mediamanager-fstabbackend.cpp b/x11/kdebase4/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
index 0db28e1e2ce6..6ef1e0a2f661 100644
--- a/x11/kdebase4/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
+++ b/x11/kdebase4/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
@@ -1,8 +1,10 @@
---- kioslave/media/mediamanager/fstabbackend.cpp.orig Fri Feb 9 04:11:01 2007
-+++ kioslave/media/mediamanager/fstabbackend.cpp Fri Feb 9 04:11:10 2007
-@@ -154,7 +154,6 @@
+--- kioslave/media/mediamanager/fstabbackend.cpp.orig Sun Oct 1 19:31:54 2006
++++ kioslave/media/mediamanager/fstabbackend.cpp Thu Mar 29 02:19:18 2007
+@@ -152,9 +152,7 @@
+ // We might want to display only network shares
+ // since HAL doesn't handle them
|| ( networkSharesOnly
- && mount->mountType().find( "smb" ) == -1
+- && mount->mountType().find( "smb" ) == -1
&& mount->mountType().find( "cifs" ) == -1
- && mount->mountType().find( "nfs" ) == -1
)