[Frugalware-git] frugalware-current: kbd-1.15.2-1-i686

2010-04-11 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eff622577d885c4c1a065b9bfd31ce886aa3bc57

commit eff622577d885c4c1a065b9bfd31ce886aa3bc57
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Apr 11 13:09:45 2010 +0200

kbd-1.15.2-1-i686

- version bump

diff --git a/source/base/kbd/FrugalBuild b/source/base/kbd/FrugalBuild
index 4b7e688..68c9378 100644
--- a/source/base/kbd/FrugalBuild
+++ b/source/base/kbd/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Miklos Vajna vmik...@frugalware.org

pkgname=kbd
-pkgver=1.15.1
+pkgver=1.15.2
pkgrel=1
pkgdesc=Keyboard maps and console fonts
url=ftp://ftp.altlinux.org/pub/people/legion/kbd/;
@@ -15,7 +15,7 @@ backup=(etc/sysconfig/font)
source=($url/$pkgname-$pkgver.tar.gz \
rc.font rc.font-{de,hu}.po rc.keymap rc.keymap-{de,hu}.po \
font)
-sha1sums=('a5750125be4ddff84cdcf37f5d5e320a7f3c4c35' \
+sha1sums=('6252a2bf6b897416719dc976e3ac26cf28e6e932' \
'72aee792be75d38defbde653c2ff06e8c56586dc' \
'7b1e17e399608f54ff70ac22cf8e697e01ea6b23' \
'd385735e880bea9f8444dfbc5144007eaaffee32' \
@@ -26,8 +26,6 @@ sha1sums=('a5750125be4ddff84cdcf37f5d5e320a7f3c4c35' \

build()
{
-   Fcd
-   Fautoreconf
Fbuild --enable-optional-progs
# init script
Frcd2 font
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: aumix-2.9-1-i686

2010-04-11 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2c1e72292db91b4a1c090757fe5e409706788178

commit 2c1e72292db91b4a1c090757fe5e409706788178
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Apr 11 13:15:54 2010 +0200

aumix-2.9-1-i686

- version bump

diff --git a/source/multimedia-extra/aumix/FrugalBuild 
b/source/multimedia-extra/aumix/FrugalBuild
index fca2e3d..3233bdd 100644
--- a/source/multimedia-extra/aumix/FrugalBuild
+++ b/source/multimedia-extra/aumix/FrugalBuild
@@ -2,16 +2,22 @@
# Maintainer: Miklos Vajna vmik...@frugalware.org

pkgname=aumix
-pkgver=2.8
-pkgrel=4
+pkgver=2.9
+pkgrel=1
pkgdesc=Ncurses audio mixer with gpm support
url=http://jpj.net/~trevor/aumix.html;
depends=('ncurses' 'gpm=1.20.5-2')
groups=('multimedia-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump $url|grep Version|sed 's/.*n \(.*\) w.*/\1/'
-source=(http://jpj.net/~trevor/aumix/aumix-$pkgver.tar.bz2 
$pkgname-$pkgver-alsa.diff)
+source=(http://jpj.net/~trevor/aumix/aumix-$pkgver.tar.bz2)
Fconfopts=$Fconfopts --without-gtk --without-gtk1
-sha1sums=('5cea563ae91f628433a1950a36efd23681da4bf4' \
-  '438842c8d3b240d7ce93fb48cd894354970f8aab')
+sha1sums=('91b1ded7bceb4f6a1f9f780139210549513e5fd3')
+
+build()
+{
+   Fmake
+   Fmakeinstall mandir=$Fdestdir/usr/share/man
+}
+
# optimization OK
diff --git a/source/multimedia-extra/aumix/aumix-2.8-alsa.diff 
b/source/multimedia-extra/aumix/aumix-2.8-alsa.diff
deleted file mode 100644
index 6d632cf..000
--- a/source/multimedia-extra/aumix/aumix-2.8-alsa.diff
+++ /dev/null
@@ -1,34 +0,0 @@
 ./src/common.h.orig2002-10-29 13:27:51.0 -0800
-+++ ./src/common.h 2003-08-28 23:16:53.0 -0700
-@@ -55,7 +55,7 @@
- #endif/* HAVE_SYS_SOUNDCARD_H */
-
- #ifdef HAVE_ALSA
--#include sys/asoundlib.h
-+#include alsa/asoundlib.h
- #endif/* HAVE_ALSA */
- #define MAXLEVEL 100  /* highest level permitted by OSS drivers */
- enum {
 ./configure.orig   2002-11-24 17:35:48.0 -0800
-+++ ./configure2003-08-28 23:14:46.0 -0700
-@@ -1890,16 +1890,16 @@
- fi
-
- if test $alsa_must = on; then
--ac_safe=`echo sys/asoundlib.h | sed 'y%./+-%__p_%'`
--echo $ac_n checking for sys/asoundlib.h... $ac_c 16
--echo configure:1896: checking for sys/asoundlib.h 5
-+ac_safe=`echo alsa/asoundlib.h | sed 'y%./+-%__p_%'`
-+echo $ac_n checking for alsa/asoundlib.h... $ac_c 16
-+echo configure:1896: checking for alsa/asoundlib.h 5
- if eval test \`echo '$''{'ac_cv_header_$ac_safe'+set}'`\ = set; then
-   echo $ac_n (cached) $ac_c 16
- else
-   cat  conftest.$ac_ext EOF
- #line 1901 configure
- #include confdefs.h
--#include sys/asoundlib.h
-+#include alsa/asoundlib.h
- EOF
- ac_try=$ac_cpp conftest.$ac_ext /dev/null 2conftest.out
- { (eval echo configure:1906: \$ac_try\) 15; (eval $ac_try) 25; }
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: elementary-icon-theme-2.4-1-i686 * version bump

2010-04-11 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6027da52a7d0f8253e80a911d38f58f91299434f

commit 6027da52a7d0f8253e80a911d38f58f91299434f
Author: Devil505 devil505li...@gmail.com
Date:   Sun Apr 11 14:35:36 2010 +0200

elementary-icon-theme-2.4-1-i686
* version bump

diff --git a/source/xlib-extra/elementary-icon-theme/FrugalBuild 
b/source/xlib-extra/elementary-icon-theme/FrugalBuild
index 5b73e02..419b7fd 100644
--- a/source/xlib-extra/elementary-icon-theme/FrugalBuild
+++ b/source/xlib-extra/elementary-icon-theme/FrugalBuild
@@ -2,23 +2,22 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=elementary-icon-theme
-pkgver=2.3
+pkgver=2.4
pkgrel=1
pkgdesc=Icons that focus on simplicity and clarity while being realistic.
-url=http://www.elementary-project.com/;
+url=http://danrabbit.deviantart.com/art/elementary-Icons-65437279;
depends=('icon-naming-utils' 'libpng')
groups=('xlib-extra')
archs=('i686' 'x86_64')
-Fpkgversep=_
-up2date=Flasttar 
http://ppa.launchpad.net/elementaryart/ppa/ubuntu/pool/main/e/$pkgname | sed 
's/.orig//g'
-source=(http://ppa.launchpad.net/elementaryart/ppa/ubuntu/pool/main/e/$pkgname/$pkgname$Fpkgversep$pkgver.orig.tar.gz)
-sha1sums=('d2ffcb1424d1b7b089c7f0f91f88649cee7f0fe0')
+up2date=$pkgver
+options=('noversrc')
+source=(http://launchpad.net/elementaryicons/2.0/$pkgver/+download/elementary.tar.gz
 \
+   
http://launchpad.net/elementaryicons/2.0/$pkgver/+download/elementary-monochrome.tar.gz)
+sha1sums=('f92920ac6699f49edb80d6db5be85d7694cd6e16' \
+  '8e3c524cc9f85300bccd27d703bfa7593c1b6ccc')

build() {
-   Fcd $pkgname-$pkgver/$pkgname/
Fmkdir usr/share/icons/
-   Fcprel elementary usr/share/icons
-   Fcprel elementary-monochrome usr/share/icons
+   Fcpr elementary usr/share/icons
+   Fcpr elementary-monochrome usr/share/icons
}
-
-
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: panflute-0.6.2-1-i686 * new package * @ bouleetbil this is replacing music-applet (seems dead)

2010-04-11 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=823fb20ea14489dfc5e2d94eea5202e70064

commit 823fb20ea14489dfc5e2d94eea5202e70064
Author: Devil505 devil505li...@gmail.com
Date:   Sun Apr 11 15:46:44 2010 +0200

panflute-0.6.2-1-i686
* new package
* @ bouleetbil this is  replacing music-applet (seems dead)

diff --git a/source/gnome-extra/panflute/FrugalBuild 
b/source/gnome-extra/panflute/FrugalBuild
new file mode 100644
index 000..7f2c1b5
--- /dev/null
+++ b/source/gnome-extra/panflute/FrugalBuild
@@ -0,0 +1,21 @@
+# Compiling Time: 0.03 SBU
+# Maintainer: Devil505 devil505li...@gmail.com
+
+pkgname=panflute
+pkgver=0.6.2
+pkgrel=1
+pkgdesc=Music player interface and panel applet - successor to music-applet
+url=http://launchpad.net/panflute;
+depends=('dbus-python' 'gnome-python' 'notify-python' 'pygtk' 'numpy')
+makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool' 'gnome-panel' \
+'gnome-python-desktop' 'pympd')
+options=('scriptlet')
+groups=('gnome-extra')
+_F_gnome_schemas=('/etc/gconf/schemas/panflute.schemas')
+Finclude gnome-scriptlet
+archs=('i686' 'x86_64')
+up2date=Flasttar $url
+source=(http://launchpad.net/$pkgname/0.6/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+sha1sums=('ca550405a5d2450260b764a576d60cf08328b716')
+replaces=('music-applet')
+
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: tintwizard-0.3.3-1-i686 * new package

2010-04-11 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9fdbe7cdc19dccc5773173b5841446b4ad997322

commit 9fdbe7cdc19dccc5773173b5841446b4ad997322
Author: Devil505 devil505li...@gmail.com
Date:   Sun Apr 11 18:46:14 2010 +0200

tintwizard-0.3.3-1-i686
* new package

diff --git a/source/xapps-extra/tintwizard/FrugalBuild 
b/source/xapps-extra/tintwizard/FrugalBuild
new file mode 100644
index 000..0d4f0a6
--- /dev/null
+++ b/source/xapps-extra/tintwizard/FrugalBuild
@@ -0,0 +1,19 @@
+# Compiling Time: 0 SBU
+# Maintainer: Devil505 devil505li...@gmail.com
+
+pkgname=tintwizard
+pkgver=0.3.3
+pkgrel=1
+pkgdesc=A GUI wizard which generates config files for tint2 panels.
+url=http://mookooh.org/coverfinder/;
+depends=('pygtk' 'tint2')
+options=('scriptlet')
+Finclude googlecode
+groups=('xapps-extra')
+archs=('i686' 'x86_64')
+_F_cd_path=../
+sha1sums=('d72c7a7bb6428dc290ad051ca255d7863bbe7a2a')
+
+build() {
+   Fexe $pkgname.py usr/bin/$pkgname
+}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: cover-thumbnailer-0.7.2-1-i686 * new package

2010-04-11 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a8236d97c8e9a056849e80096029bc4367b1798d

commit a8236d97c8e9a056849e80096029bc4367b1798d
Author: Devil505 devil505li...@gmail.com
Date:   Sun Apr 11 20:14:31 2010 +0200

cover-thumbnailer-0.7.2-1-i686
* new package

diff --git a/source/gnome-extra/cover-thumbnailer/FrugalBuild 
b/source/gnome-extra/cover-thumbnailer/FrugalBuild
new file mode 100644
index 000..d8563f5
--- /dev/null
+++ b/source/gnome-extra/cover-thumbnailer/FrugalBuild
@@ -0,0 +1,24 @@
+# Compiling Time: 0 SBU
+# Maintainer: Devil505 devil505li...@gmail.com
+
+pkgname=cover-thumbnailer
+pkgver=0.7.2
+pkgrel=1
+pkgdesc=Cover thumbnailer is a small Python script which displays music album 
covers in nautilus.
+url=http://software.flogisoft.com/cover-thumbnailer/en/;
+depends=('gnome-python' 'nautilus' 'imaging' 'gconf')
+groups=('gnome-extra')
+_F_gnome_schemas=('/usr/share/cover-thumbnailer/cover-thumbnailer.schema')
+_F_gnome_desktop=y
+Finclude gnome-scriptlet
+archs=('i686' 'x86_64')
+Fpkgversep=_
+up2date=Flasttar $url | sed 's/_src//g'
+source=(http://download.flogisoft.com/files/Software/Cover_thumbnailer/${pkgname}_${pkgver}_src.tar.gz)
+sha1sums=('5f7ba4ede09e075bd615c3466b47f429b23e')
+
+build() {
+   Fcd $pkgname-$pkgver
+   ./install -p $Fdestdir || Fdie
+   Fbuild_gnome_scriptlet
+}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] jackwip: specimen-0.5.2_rc3-2-i686

2010-04-11 Thread exceed
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=jackwip.git;a=commitdiff;h=cffb8a4e1a73d5f9c529bfffb8fd4cf4b44c35d4

commit cffb8a4e1a73d5f9c529bfffb8fd4cf4b44c35d4
Author: exceed exceed.ced...@gmail.com
Date:   Mon Apr 12 00:17:26 2010 +0200

specimen-0.5.2_rc3-2-i686

* Rebuild with jack-0.118.0-1

diff --git a/source/gnome-extra/specimen/FrugalBuild 
b/source/gnome-extra/specimen/FrugalBuild
index bbe9bb3..dc49bd5 100644
--- a/source/gnome-extra/specimen/FrugalBuild
+++ b/source/gnome-extra/specimen/FrugalBuild
@@ -4,7 +4,7 @@
pkgname=specimen
pkgver=0.5.2_rc3
realpkgver=0.5.2-rc3
-pkgrel=1
+pkgrel=2
pkgdesc=An open source, MIDI controllable audio sampler
url=http://zhevny.com/specimen/;
depends=('gtk+2' 'libxml2' 'libgnomecanvas' 'libsndfile' 'libsamplerate' 'jack' 
'phat')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


Re: [Frugalware-git] frugalware-current: tintwizard-0.3.3-1-i686 * new package

2010-04-11 Thread Russell Dickenson
On 12 April 2010 02:52, Devil505 devil505li...@gmail.com wrote:
 Git-Url: 
 http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9fdbe7cdc19dccc5773173b5841446b4ad997322

 commit 9fdbe7cdc19dccc5773173b5841446b4ad997322
 Author: Devil505 devil505li...@gmail.com
 Date:   Sun Apr 11 18:46:14 2010 +0200

 tintwizard-0.3.3-1-i686
 * new package

 diff --git a/source/xapps-extra/tintwizard/FrugalBuild 
 b/source/xapps-extra/tintwizard/FrugalBuild
 new file mode 100644
 index 000..0d4f0a6
 --- /dev/null
 +++ b/source/xapps-extra/tintwizard/FrugalBuild
 @@ -0,0 +1,19 @@
 +# Compiling Time: 0 SBU
 +# Maintainer: Devil505 devil505li...@gmail.com
 +
 +pkgname=tintwizard
 +pkgver=0.3.3
 +pkgrel=1
 +pkgdesc=A GUI wizard which generates config files for tint2 panels.
 +url=http://mookooh.org/coverfinder/;
 +depends=('pygtk' 'tint2')
 +options=('scriptlet')
 +Finclude googlecode
 +groups=('xapps-extra')
 +archs=('i686' 'x86_64')
 +_F_cd_path=../
 +sha1sums=('d72c7a7bb6428dc290ad051ca255d7863bbe7a2a')
 +
 +build() {
 +       Fexe $pkgname.py usr/bin/$pkgname
 +}

Devil505,

Thanks. I really *was* going to raise a request via the BTS one day...
Is the URL correct? The name looks quite different to what I would
have expected.


May you always be Frugal,

Russell Dickenson (AKA phayz)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gcc-4.4.3-2-i686

2010-04-11 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2cf1a74d4cf7dd23fa2724f8fcb3727820ad5ffa

commit 2cf1a74d4cf7dd23fa2724f8fcb3727820ad5ffa
Author: Miklos Vajna vmik...@frugalware.org
Date:   Mon Apr 12 00:40:26 2010 +0200

gcc-4.4.3-2-i686

- up2date fix

diff --git a/source/devel/gcc/FrugalBuild b/source/devel/gcc/FrugalBuild
index d87bb95..0505f8c 100644
--- a/source/devel/gcc/FrugalBuild
+++ b/source/devel/gcc/FrugalBuild
@@ -24,7 +24,7 @@ provides=('c-compiler')
groups=('devel' 'devel-core')
archs=('i686' 'x86_64' 'ppc')
options=('scriptlet')
-up2date=lynx -dump $url|grep Current|sed 's/.*GCC \(.*\) (.*/\1/'
+up2date=lynx -dump http://ftp.gnu.org/pub/gnu/gcc/|grep gcc-.*/$|sed -n 
's|.*gcc-\(.*\)/|\1|;$ p'
source=(http://ftp.gnu.org/pub/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.bz2 \
README.Frugalware)
signatures=($source.sig '')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] jackwip: dssi-1.0.0-3-i686

2010-04-11 Thread exceed
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=jackwip.git;a=commitdiff;h=577bbdda61c3976013f00ee3bcf2deaba04dee82

commit 577bbdda61c3976013f00ee3bcf2deaba04dee82
Author: exceed exceed.ced...@gmail.com
Date:   Mon Apr 12 01:00:48 2010 +0200

dssi-1.0.0-3-i686

* Rebuild with jack-0.118.0-1

diff --git a/source/kde-extra/dssi/FrugalBuild 
b/source/kde-extra/dssi/FrugalBuild
index d9034f2..a258938 100644
--- a/source/kde-extra/dssi/FrugalBuild
+++ b/source/kde-extra/dssi/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=dssi
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc=DSSI is an API for audio processing plugins.
depends=('libsamplerate' 'libstdc++' 'jack' 'qt' 'liblo=0.26' 'ladspa_sdk')
Finclude sourceforge
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: kernel-2.6.33-2-i686

2010-04-11 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=010960856720283a1a3872d79a9f4750d5f1b390

commit 010960856720283a1a3872d79a9f4750d5f1b390
Author: Miklos Vajna vmik...@frugalware.org
Date:   Mon Apr 12 01:23:31 2010 +0200

kernel-2.6.33-2-i686

- update to patchlevel .2
- add CVE-2010-1146.patch
- closes #4175

diff --git a/source/base/kernel/CVE-2010-1146.patch 
b/source/base/kernel/CVE-2010-1146.patch
new file mode 100644
index 000..e97fcd0
--- /dev/null
+++ b/source/base/kernel/CVE-2010-1146.patch
@@ -0,0 +1,81 @@
+From http://marc.info/?l=linux-kernelm=127076012022155q=raw.
+
+ Commit 677c9b2e393a0cd203bd54e9c18b012b2c73305a removed the magic
+ from the lookup code to hide the .reiserfs_priv directory since it
+ was getting loaded at mount-time instead. The intent was that the
+ entry would be hidden from the user via a poisoned d_compare, but
+ this was faulty.
+
+ This introduced a security issue where unpriviledged users could
+ access and modify extended attributes or ACLs belonging to other
+ users, including root.
+
+ This patch resolves the issue by properly hiding .reiserfs_priv. This
+ was the intent of the xattr poisoning code, but it appears to have
+ never worked as expected. This is fixed by using d_revalidate instead
+ of d_compare.
+
+ This patch makes -oexpose_privroot a no-op. I'm fine leaving it this
+ way. The effort involved in working out the corner cases wrt permissions
+ and caching outweigh the benefit of the feature.
+
+Signed-off-by: Jeff Mahoney je...@suse.com
+---
+
+ fs/reiserfs/dir.c   |2 --
+ fs/reiserfs/xattr.c |   17 -
+ 2 files changed, 4 insertions(+), 15 deletions(-)
+
+--- a/fs/reiserfs/dir.c
 b/fs/reiserfs/dir.c
+@@ -45,8 +45,6 @@ static inline bool is_privroot_deh(struc
+  struct reiserfs_de_head *deh)
+ {
+   struct dentry *privroot = REISERFS_SB(dir-d_sb)-priv_root;
+-  if (reiserfs_expose_privroot(dir-d_sb))
+-  return 0;
+   return (dir == dir-d_parent  privroot-d_inode 
+   deh-deh_objectid == INODE_PKEY(privroot-d_inode)-k_objectid);
+ }
+--- a/fs/reiserfs/xattr.c
 b/fs/reiserfs/xattr.c
+@@ -972,21 +972,13 @@ int reiserfs_permission(struct inode *in
+   return generic_permission(inode, mask, NULL);
+ }
+
+-/* This will catch lookups from the fs root to .reiserfs_priv */
+-static int
+-xattr_lookup_poison(struct dentry *dentry, struct qstr *q1, struct qstr *name)
++static int xattr_hide_revalidate(struct dentry *dentry, struct nameidata *nd)
+ {
+-  struct dentry *priv_root = REISERFS_SB(dentry-d_sb)-priv_root;
+-  if (container_of(q1, struct dentry, d_name) == priv_root)
+-  return -ENOENT;
+-  if (q1-len == name-len 
+- !memcmp(q1-name, name-name, name-len))
+-  return 0;
+-  return 1;
++  return -EPERM;
+ }
+
+ static const struct dentry_operations xattr_lookup_poison_ops = {
+-  .d_compare = xattr_lookup_poison,
++  .d_revalidate = xattr_hide_revalidate,
+ };
+
+ int reiserfs_lookup_privroot(struct super_block *s)
+@@ -1000,8 +992,7 @@ int reiserfs_lookup_privroot(struct supe
+   strlen(PRIVROOT_NAME));
+   if (!IS_ERR(dentry)) {
+   REISERFS_SB(s)-priv_root = dentry;
+-  if (!reiserfs_expose_privroot(s))
+-  s-s_root-d_op = xattr_lookup_poison_ops;
++  dentry-d_op = xattr_lookup_poison_ops;
+   if (dentry-d_inode)
+   dentry-d_inode-i_flags |= S_PRIVATE;
+   } else
+--
+To unsubscribe from this list: send the line unsubscribe linux-kernel in
+the body of a message to majord...@vger.kernel.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
+Please read the FAQ at  http://www.tux.org/lkml/
diff --git a/source/base/kernel/FrugalBuild b/source/base/kernel/FrugalBuild
index e801450..eea69a5 100644
--- a/source/base/kernel/FrugalBuild
+++ b/source/base/kernel/FrugalBuild
@@ -4,7 +4,7 @@
USE_DEVEL=${USE_DEVEL:-n}

# See http://bugs.freedesktop.org/show_bug.cgi?id=25417
-_F_kernel_patches=(fdo-25417.patch)
+_F_kernel_patches=(fdo-25417.patch CVE-2010-1146.patch)

if Fuse $USE_DEVEL; then
# example for a tagged rc release: 2.6.32.rc5
diff --git a/source/include/kernel-version.sh b/source/include/kernel-version.sh
index f96dc77..5c85304 100644
--- a/source/include/kernel-version.sh
+++ b/source/include/kernel-version.sh
@@ -16,8 +16,8 @@
# * _F_kernelver_stable: the number of the -stable patch to use (if any)
###
_F_kernelver_ver=2.6.33
-_F_kernelver_rel=1
-_F_kernelver_stable=
+_F_kernelver_rel=2
+_F_kernelver_stable=2

###
# == APPENDED VALUES
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git