[Frugalware-git] frugalware-current: libxslt-1.1.24-1-i686

2008-05-22 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5237cda3770b84b0438f8d4b66a5efc86c9ca64e

commit 5237cda3770b84b0438f8d4b66a5efc86c9ca64e
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu May 22 12:09:13 2008 +0200

libxslt-1.1.24-1-i686
- version bump
- drop Finclude gnome, the gnome mirror is outdated
- closes #3104

diff --git a/source/lib/libxslt/FrugalBuild b/source/lib/libxslt/FrugalBuild
index dfc1375..0a00e66 100644
--- a/source/lib/libxslt/FrugalBuild
+++ b/source/lib/libxslt/FrugalBuild
@@ -3,18 +3,17 @@
# Maintainer: Zsolt Szalai [EMAIL PROTECTED]

pkgname=libxslt
-pkgver=1.1.22
+pkgver=1.1.24
pkgrel=1
pkgdesc=XML stylesheet transformation library
url=http://xmlsoft.org/XSLT/;
+up2date=Flastarchive http://xmlsoft.org/sources/ .tar.gz
groups=('lib')
archs=('i686' 'x86_64')
depends=('libgcrypt' 'libxml2')
makedepends=('python')
-_F_gnome_devel=y
-Finclude gnome
-source=(http://ftp.gnome.org/pub/GNOME/sources/libxslt/1.1/$pkgname-$pkgver.tar.gz)
-sha1sums=('55ce4dc659681d9a5ba2322c45cbdfe75b46639c')
+source=(http://xmlsoft.org/sources/$pkgname-$pkgver.tar.gz)
+sha1sums=('b5402e24abff5545ed76f6a55049cbebc664bd58')

build() {
Fbuild --without-debug --with-plugins --with-debugger
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] bmf: git-1.5.5.1.357.g1af8bca-1-i686

2008-05-22 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=bmf.git;a=commitdiff;h=29fed6d53f38f8c4d925cf3315d624f62d4cce11

commit 29fed6d53f38f8c4d925cf3315d624f62d4cce11
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu May 22 12:29:49 2008 +0200

git-1.5.5.1.357.g1af8bca-1-i686
- update to newer snapshot
- mostly because i want to play with git log --graph :)

diff --git a/source/devel-extra/git/FrugalBuild 
b/source/devel-extra/git/FrugalBuild
index 065fd22..2e05ca7 100644
--- a/source/devel-extra/git/FrugalBuild
+++ b/source/devel-extra/git/FrugalBuild
@@ -9,7 +9,7 @@ USE_HTMLMAN=${USE_HTMLMAN:-y}

pkgname=git
pkgver=1.5.5.1
-Fuse $USE_DEVEL  pkgver=1.5.5.1.211.g65ea3b8
+Fuse $USE_DEVEL  pkgver=1.5.5.1.357.g1af8bca
pkgrel=1
pkgdesc=A fast, scalable, distributed revision control system.
url=http://www.kernel.org/pub/software/scm/git/;
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: emacs-22.2-3-i686

2008-05-22 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7f4e671dd023a83a69cc77721044ec5dad6e544b

commit 7f4e671dd023a83a69cc77721044ec5dad6e544b
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu May 22 12:59:09 2008 +0200

emacs-22.2-3-i686
- added CVE-2008-2142.patch
- closes #3086

diff --git a/source/xapps/emacs/CVE-2008-2142.patch 
b/source/xapps/emacs/CVE-2008-2142.patch
new file mode 100644
index 000..e60159b
--- /dev/null
+++ b/source/xapps/emacs/CVE-2008-2142.patch
@@ -0,0 +1,32 @@
+--- lisp/obsolete/fast-lock.el.orig2008-05-14 08:00:17.0 +0300
 lisp/obsolete/fast-lock.el 2008-05-14 08:16:32.0 +0300
+@@ -270,7 +270,7 @@
+ (integer :tag size)
+   :group 'fast-lock)
+
+-(defcustom fast-lock-cache-directories '(. ~/.emacs-flc)
++(defcustom fast-lock-cache-directories '(~/.emacs-flc)
+ ; - `internal', keep each file's Font Lock cache file in the same file.
+ ; - `external', keep each file's Font Lock cache file in the same directory.
+   *Directories in which Font Lock cache files are saved and read.
+@@ -288,13 +288,19 @@
+  ((\^/your/true/home/directory/\ . \.\) \~/.emacs-flc\)
+
+ would cause a file's current directory to be used if the file is under your
+-home directory hierarchy, or otherwise the absolute directory `~/.emacs-flc'.
++home directory hierarchy, or otherwise the absolute directory `~/.emacs-flc'.
++For security reasons, it is not advisable to use the file's current directory
++to avoid the possibility of using the cache of another user.
++
+   :type '(repeat (radio (directory :tag directory)
+   (cons :tag Matching
+ (regexp :tag regexp)
+ (directory :tag directory
+   :group 'fast-lock)
+
++;;;###autoload
++(put 'fast-lock-cache-directories 'risky-local-variable t)
++
+ (defcustom fast-lock-save-events '(kill-buffer kill-emacs)
+   *Events under which caches will be saved.
+ Valid events are `save-buffer', `kill-buffer' and `kill-emacs'.
diff --git a/source/xapps/emacs/FrugalBuild b/source/xapps/emacs/FrugalBuild
index 94cf8ab..0bdee01 100644
--- a/source/xapps/emacs/FrugalBuild
+++ b/source/xapps/emacs/FrugalBuild
@@ -5,7 +5,7 @@
pkgname=emacs
pkgver=22.2
pkgextraver=
-pkgrel=2
+pkgrel=3
pkgdesc=An extensible, customizable, self-documenting real-time display editor
url=http://www.gnu.org/software/emacs/;
Finclude texinfo
@@ -15,8 +15,8 @@ groups=('xapps')
archs=('i686' 'x86_64')
up2date=lynx -dump http://ftp.gnu.org/pub/gnu/emacs/ |Flasttar
source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver$pkgextraver.tar.gz 
emacs-21.4-amd64.patch \
-   CVE-2008-1694.patch)
-signatures=($source.sig '' '')
+   CVE-2008-1694.patch CVE-2008-2142.patch)
+signatures=($source.sig '' '' '')

build() {
# LDFLAGS=-Wl,--hash-style=both does not compile
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: tailor-0.9.33-1-i686

2008-05-22 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fd8b2ea123ccba8e7e06b7e840fc78229d4900b7

commit fd8b2ea123ccba8e7e06b7e840fc78229d4900b7
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu May 22 13:01:03 2008 +0200

tailor-0.9.33-1-i686
- version bump

diff --git a/source/devel-extra/tailor/FrugalBuild 
b/source/devel-extra/tailor/FrugalBuild
index 877b365..b68537e 100644
--- a/source/devel-extra/tailor/FrugalBuild
+++ b/source/devel-extra/tailor/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: VMiklos [EMAIL PROTECTED]

pkgname=tailor
-pkgver=0.9.32
+pkgver=0.9.33
pkgrel=1
pkgdesc=Tailor is a tool to migrate changesets between various repository 
formats.
url=http://progetti.arstecnica.it/tailor;
@@ -11,4 +11,4 @@ groups=('devel-extra')
archs=('i686' 'x86_64')
up2date=Flasttar http://darcs.arstecnica.it/;
source=(http://darcs.arstecnica.it/tailor-$pkgver.tar.gz)
-sha1sums=('221825c9b366f439949856c1457dfdbe2ec23bbf')
+sha1sums=('54323b942dc7deb4235126683cb64846ff392b18')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: amrnb-7.0.0.2-1-i686

2008-05-22 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0ba960c3f7690617dfb42482198a1ddab918f144

commit 0ba960c3f7690617dfb42482198a1ddab918f144
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu May 22 13:16:43 2008 +0200

amrnb-7.0.0.2-1-i686
- version bump

diff --git a/source/lib/amrnb/FrugalBuild b/source/lib/amrnb/FrugalBuild
index 0ab5893..0806a84 100644
--- a/source/lib/amrnb/FrugalBuild
+++ b/source/lib/amrnb/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: VMiklos [EMAIL PROTECTED]

pkgname=amrnb
-pkgver=7.0.0.1
+pkgver=7.0.0.2
pkgrel=1
pkgdesc=Wrapper library for 3GPP Adaptive Multi-Rate Floating-point Speech 
Codec
url=http://www.penguin.cz/~utx/amr;
@@ -12,7 +12,7 @@ archs=('i686' 'x86_64')
up2date=Flasttar $url
source=(http://ftp.penguin.cz/pub/users/utx/amr/amrnb-$pkgver.tar.bz2 \
http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-700.zip)
-sha1sums=('b34d76c1f2481f5ca74e4386f992729a492c1d88' \
+sha1sums=('e431206b64caca8ed47d876d602ef97f36ca2f20' \
'2631a2e7ec06294b36eb7bf8f80ada1799fb6bf8')
options=('nomirror')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: amrwb-7.0.0.3-1-i686

2008-05-22 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=151fdcb47a2d744a7cc5262e9fb7acc3534a4c33

commit 151fdcb47a2d744a7cc5262e9fb7acc3534a4c33
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu May 22 13:15:56 2008 +0200

amrwb-7.0.0.3-1-i686
- version bump

diff --git a/source/lib/amrwb/FrugalBuild b/source/lib/amrwb/FrugalBuild
index ccd575f..82703d8 100644
--- a/source/lib/amrwb/FrugalBuild
+++ b/source/lib/amrwb/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: VMiklos [EMAIL PROTECTED]

pkgname=amrwb
-pkgver=7.0.0.2
+pkgver=7.0.0.3
pkgrel=1
pkgdesc=Wrapper library for 3GPP Adaptive Multi-Rate Wideband Floating-point 
Speech Codec
url=http://www.penguin.cz/~utx/amr;
@@ -12,7 +12,7 @@ archs=('i686' 'x86_64')
up2date=Flasttar $url
source=(http://ftp.penguin.cz/pub/users/utx/amr/amrwb-$pkgver.tar.bz2 \
http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-700.zip)
-sha1sums=('040dadc5c59606132a62d6a594ac57bef21de2f5' \
+sha1sums=('1b41195213ac792658c2e1d867ce92a5b33df8da' \
'16634b168b407c3a72963117b0fab997725b92f6')
options=('nomirror')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: ejabberd-2.0.1-1-i686

2008-05-22 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9b5563fdd385088b0f0587295d1aeb7492a7ad9c

commit 9b5563fdd385088b0f0587295d1aeb7492a7ad9c
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu May 22 13:18:05 2008 +0200

ejabberd-2.0.1-1-i686
- version bump

diff --git a/source/network-extra/ejabberd/FrugalBuild 
b/source/network-extra/ejabberd/FrugalBuild
index 20588b5..2a9bc57 100644
--- a/source/network-extra/ejabberd/FrugalBuild
+++ b/source/network-extra/ejabberd/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: VMiklos [EMAIL PROTECTED]

pkgname=ejabberd
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
pkgdesc=A free and open source instant messaging server written in Erlang.
url=http://ejabberd.jabber.ru/;
depends=('erlang')
@@ -13,7 +13,7 @@ archs=('i686')
up2date=lynx -dump http://www.process-one.net/en/ejabberd/archive/|grep -v 
beta |Flasttar
source=(http://www.process-one.net/downloads/ejabberd/$pkgver/ejabberd-$pkgver.tar.gz
 \
rc.ejabberd README.Frugalware)
-sha1sums=('d70257c1e75f59b7284d52c038431664cfd53e08' \
+sha1sums=('b0754ead04c164a167abbd5c6e4479c5a051c955' \
'ac41a05fd1a21dcb6a4f1e104c185e82b5262d43' \
'1b31169bb44dabd8d862c603f8a79a5d4c6fa69d')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: aterm-1.0.1-2-i686

2008-05-22 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6490941fd0cd3f4a6b388b0afe9d4a88bf88d97e

commit 6490941fd0cd3f4a6b388b0afe9d4a88bf88d97e
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu May 22 13:18:26 2008 +0200

aterm-1.0.1-2-i686
- added -display-security-issue.patch
- closes #3088

diff --git a/source/xlib/aterm/FrugalBuild b/source/xlib/aterm/FrugalBuild
index b4fa398..85d5b6c 100644
--- a/source/xlib/aterm/FrugalBuild
+++ b/source/xlib/aterm/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=aterm
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc=A VT100 terminal emulator for X with transparency support
url=http://aterm.sourceforge.net/;
depends=('libxext' 'libsm' 'libxt')
@@ -11,7 +11,9 @@ groups=('xlib')
archs=('i686' 'x86_64')
_F_sourceforge_ext=.tar.bz2
Finclude sourceforge
-sha1sums=('a975753b415306a0734efc3773de8a86129bb54b')
+source=($source aterm-1.0.1-display-security-issue.patch)
+sha1sums=('a975753b415306a0734efc3773de8a86129bb54b' \
+  '11f7a0e6c2bc6fa7400d4c3f360d0da331a5b816')
Fconfopts=$Fconfopts --enable-transparency=yes --enable-background-image 
--enable-fading \
--enable-menubar --enable-graphics
# optimization OK
diff --git a/source/xlib/aterm/aterm-1.0.1-display-security-issue.patch 
b/source/xlib/aterm/aterm-1.0.1-display-security-issue.patch
new file mode 100644
index 000..e44c0b3
--- /dev/null
+++ b/source/xlib/aterm/aterm-1.0.1-display-security-issue.patch
@@ -0,0 +1,24 @@
+--- aterm-1.0.1/src/main.c 2007-08-01 16:08:29.0 +0200
 aterm-1.0.1.new/src/main.c 2008-05-03 14:06:52.0 +0200
+@@ -2057,10 +2057,6 @@
+  */
+ get_options(argc, argv);
+
+-  if( display_name == NULL )
+-  if ((display_name = getenv(DISPLAY)) == NULL)
+-  display_name = :0;
+-
+ #ifdef HAVE_AFTERSTEP
+ #ifdef MyArgs_IS_MACRO
+ MyArgsPtr = safecalloc(1, sizeof(ASProgArgs) );
+@@ -2102,7 +2098,9 @@
+   Xdisplay = XOpenDisplay(display_name);
+
+   if (!Xdisplay) {
+-  print_error(can't open display %s, display_name);
++  print_error(can't open display %s, display_name?display_name:
++  getenv(DISPLAY)?getenv(DISPLAY):
++  as no -d given and DISPLAY not set);
+   exit(EXIT_FAILURE);
+ }
+   /* changed from _MOTIF_WM_INFO - Vaevictus - gentoo bug #139554 */
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-webdeveloper-1.1.6-1-i686

2008-05-22 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e24d6293d746ac5e22572b9ed7002986d7bf175f

commit e24d6293d746ac5e22572b9ed7002986d7bf175f
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu May 22 13:22:06 2008 +0200

firefox-webdeveloper-1.1.6-1-i686
- version bump

diff --git a/source/xapps-extra/firefox-webdeveloper/FrugalBuild 
b/source/xapps-extra/firefox-webdeveloper/FrugalBuild
index 7717d8e..6263edc 100644
--- a/source/xapps-extra/firefox-webdeveloper/FrugalBuild
+++ b/source/xapps-extra/firefox-webdeveloper/FrugalBuild
@@ -4,7 +4,7 @@
_F_firefox_ext=web-developer
_F_firefox_id=c45c406e-ab73-11d8-be73-000a95be3b12
_F_firefox_name=${_F_firefox_ext}-localized.xpi
-pkgver=1.1.5
+pkgver=1.1.6
pkgrel=1
pkgdesc=Adds a menu and a toolbar with various web developer tools.
url=http://chrispederick.com/work/firefox/webdeveloper/;
@@ -16,5 +16,5 @@ 
source=(http://downloads.chrispederick.com/work/web-developer/web-developer-loca
chrome.manifest)
Finclude firefox-extension
pkgname=firefox-webdeveloper
-sha1sums=('de88d66aaa4bfca9be9d66bf158e67ce38ac3dd9' \
+sha1sums=('59f13b4fbe11bff98282172a228abb7a54216dc3' \
'd10fa22e4fddcea91a78c614347458b2d363e9d5')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: ejabberd-2.0.1-1-i686

2008-05-22 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=24a9f503c9d083e4c7c557129605f7d1c402e9f4

commit 24a9f503c9d083e4c7c557129605f7d1c402e9f4
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu May 22 13:26:24 2008 +0200

ejabberd-2.0.1-1-i686
- fix up SMP build

diff --git a/source/network-extra/ejabberd/FrugalBuild 
b/source/network-extra/ejabberd/FrugalBuild
index 2a9bc57..45a5ce5 100644
--- a/source/network-extra/ejabberd/FrugalBuild
+++ b/source/network-extra/ejabberd/FrugalBuild
@@ -19,6 +19,7 @@ sha1sums=('b0754ead04c164a167abbd5c6e4479c5a051c955' \

build()
{
+   unset MAKEFLAGS
Fcd $pkgname-$pkgver/src
Fbuild --prefix=/
Fmkdir /var/spool/ejabberd /usr/
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gnormalize-0.61-1-i686

2008-05-22 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dba6e384dd6aad329cd26ac53fa26a9b981fda38

commit dba6e384dd6aad329cd26ac53fa26a9b981fda38
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu May 22 13:26:56 2008 +0200

gnormalize-0.61-1-i686
- version bump

diff --git a/source/xapps-extra/gnormalize/FrugalBuild 
b/source/xapps-extra/gnormalize/FrugalBuild
index 896f634..eb37328 100644
--- a/source/xapps-extra/gnormalize/FrugalBuild
+++ b/source/xapps-extra/gnormalize/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: VMiklos [EMAIL PROTECTED]

pkgname=gnormalize
-pkgver=0.60
+pkgver=0.61
pkgrel=1
pkgdesc=An audio converter, a front end to normalize, and an encoder/decoder
rodepends=('perl-gtk2' 'normalize' 'cdparanoia' 'lame' 'faac' 'vorbis-tools' \
@@ -24,5 +24,5 @@ build()
Ffilerel icons/gnormalize-48.png /usr/share/icons/large/gnormalize.png
Ffile /usr/share/applications/gnormalize.desktop
}
-sha1sums=('123071cd2b6f768d67f1c9a9bc2f5eca570cd246' \
+sha1sums=('bf56a874e6b8d996558b7b95baea4fd154207f95' \
'caa01187c4662a2957e1030be5d48db03dde533a')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: mrxvt-0.5.3-2-i686

2008-05-22 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eb9531b4f2f24404ebcbff1e3b33bc2c8e5339ca

commit eb9531b4f2f24404ebcbff1e3b33bc2c8e5339ca
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu May 22 13:30:40 2008 +0200

mrxvt-0.5.3-2-i686
- added display-security.patch
- closes #3090

diff --git a/source/x11-extra/mrxvt/FrugalBuild 
b/source/x11-extra/mrxvt/FrugalBuild
index 4450b88..b5bb954 100644
--- a/source/x11-extra/mrxvt/FrugalBuild
+++ b/source/x11-extra/mrxvt/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=mrxvt
pkgver=0.5.3
-pkgrel=1
+pkgrel=2
pkgdesc=Mrxvt(Materm) is a portable, lightweight, fast and multi-tabbed X 
terminal emulator based on rxvt.
depends=('libjpeg' 'libsm' 'libxft' 'libpng' 'libxpm')
groups=('x11-extra')
@@ -12,7 +12,9 @@ archs=('i686' 'x86_64')
_F_sourceforge_dirname=materm
Finclude sourceforge
up2date=lynx -dump http://materm.sourceforge.net/wiki/Main/Download |grep 
Unstable -A10 |grep Release |sed -ne 's/.*vt-\(.*\) (.*/\1/;$ p'
-sha1sums=('442006f1d797ea5464c5c49d26d0cdecf79160f4')
+source=($source mrxvt-0.5.3-display-security.patch)
+sha1sums=('442006f1d797ea5464c5c49d26d0cdecf79160f4' \
+  'af49d324e36b9a719fd6065a5bbf9279aa8fa272')

Fconfopts=$Fconfopts --enable-everything --disable-debug \
--disable-greek --disable-cjk --disable-thai --disable-utmp \
diff --git a/source/x11-extra/mrxvt/mrxvt-0.5.3-display-security.patch 
b/source/x11-extra/mrxvt/mrxvt-0.5.3-display-security.patch
new file mode 100644
index 000..69f24d8
--- /dev/null
+++ b/source/x11-extra/mrxvt/mrxvt-0.5.3-display-security.patch
@@ -0,0 +1,64 @@
+Index: src/init.c
+===
+--- src/init.c (revision 265)
 src/init.c (working copy)
+@@ -1030,38 +1030,38 @@
+ /*
+  * Open display, get options/resources and create the window
+  */
+-if (IS_NULL(rs[Rs_display_name] = getenv(DISPLAY)))
+-  rs[Rs_display_name] = :0;
+-
+ rxvt_get_options( r, r_argc, r_argv );
+ rxvt_free( r_argv ); /* XXX memory leak? */
+
+ #ifdef LOCAL_X_IS_UNIX
+-if( rs[Rs_display_name][0] == ':' )
++/*
++ * 2008-04-29 gi1242: Force UNIX sockets for security (Gentoo Bug #219750)
++ */
++if( IS_NULL( rs[Rs_display_name] ) )
++  rs[Rs_display_name] = getenv( DISPLAY );
++
++if( rs[Rs_display_name]  rs[Rs_display_name][0] == ':' )
+ {
+-  int l = 5 + STRLEN(rs[Rs_display_name]);
++  char *val;
++  int l = 5 + STRLEN(rs[Rs_display_name]);
+   if (l = 0 || l  1024) /* possible integer overflow */
+   l = 1024;
++
+   val = rxvt_malloc(l);
+-  STRCPY(val, unix);
+-  STRNCAT(val, rs[Rs_display_name], l-5);
+-  val[l-1] = (char) 0;
+-  rxvt_msg (DBG_INFO, DBG_INIT, Open X display %s\n, val);
+-  r-Xdisplay = XOpenDisplay(val);
+-  rxvt_free(val);
++  STRCPY( val, unix);
++  STRNCAT( val, rs[Rs_display_name], l-5);
++
++  rs[Rs_display_name] = val;
+ }
+-#endif
++#endif /* LOCAL_X_IS_UNIX */
+
+-if (IS_NULL(r-Xdisplay))
++rxvt_msg( DBG_INFO, DBG_INIT, Open X display %s\n, rs[Rs_display_name] 
);
++r-Xdisplay = XOpenDisplay( rs[Rs_display_name] );
++if( IS_NULL(r-Xdisplay) )
+ {
+-  rxvt_msg (DBG_INFO, DBG_INIT, Open X display %s\n,
+-  rs[Rs_display_name] ? rs[Rs_display_name] : nil);
+-  r-Xdisplay = XOpenDisplay( rs[Rs_display_name] );
+-  if (IS_NULL(r-Xdisplay))
+-  {
+-  rxvt_msg (DBG_ERROR, DBG_INIT,  can't open display %s, 
rs[Rs_display_name] );
+-  exit( EXIT_FAILURE );
+-  }
++  rxvt_msg( DBG_ERROR, DBG_INIT, Error opening display %s\n,
++  rs[Rs_display_name] );
++  exit( EXIT_FAILURE );
+ }
+
+
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: rxvt-2.7.10-1-i686

2008-05-22 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1f044c37a80b0b9532c431c1b8d2df31c700888d

commit 1f044c37a80b0b9532c431c1b8d2df31c700888d
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu May 22 13:40:31 2008 +0200

rxvt-2.7.10-1-i686
- version bump
- closes #2925

diff --git a/source/x11-extra/rxvt/CVE-2008-1142.patch 
b/source/x11-extra/rxvt/CVE-2008-1142.patch
new file mode 100644
index 000..e817f8d
--- /dev/null
+++ b/source/x11-extra/rxvt/CVE-2008-1142.patch
@@ -0,0 +1,52 @@
+# CVE-2008-1142 (rxvt 2.6.4 opens an xterm on :0 if the DISPLAY environment 
variable is not set, which might allow local users to hijack X11 connections.)
+# Based on 
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=41;filename=diff;att=1;bug=469296
+# bug 217819
+
+diff -Naur rxvt-2.7.10.orig/rclock/rclock.c rxvt-2.7.10/rclock/rclock.c
+--- rxvt-2.7.10.orig/rclock/rclock.c   2008-05-03 14:23:07.26408 +0200
 rxvt-2.7.10/rclock/rclock.c2008-05-03 14:24:55.433082735 +0200
+@@ -324,9 +324,6 @@
+CheckMaildir();
+ #endif
+
+-   if ((display_name = getenv (DISPLAY)) == NULL)
+- display_name = :0;
+-
+/* parse the command line */
+for (i = 1; i  argc; i += 2)
+  {
+@@ -424,7 +421,9 @@
+Xdisplay = XOpenDisplay (display_name);
+if (!Xdisplay)
+  {
+-  print_error (can't open display %s, display_name);
++  print_error (can't open display %s, display_name?display_name:
++  getenv(DISPLAY)?getenv(DISPLAY):
++  as no -d given and DISPLAY not set);
+   goto Abort;
+  }
+
+diff -Naur rxvt-2.7.10.orig/src/init.c rxvt-2.7.10/src/init.c
+--- rxvt-2.7.10.orig/src/init.c2008-05-03 14:23:07.247082766 +0200
 rxvt-2.7.10/src/init.c 2008-05-03 14:43:44.705227631 +0200
+@@ -532,8 +532,7 @@
+ /*
+  * Open display, get options/resources and create the window
+  */
+-if ((rs[Rs_display_name] = getenv(DISPLAY)) == NULL)
+-  rs[Rs_display_name] = :0;
++rs[Rs_display_name] = getenv(DISPLAY);
+
+ rxvt_get_options(r, r_argc, r_argv);
+ free(r_argv);
+@@ -550,7 +549,9 @@
+
+ if (r-Xdisplay == NULL
+(r-Xdisplay = XOpenDisplay(rs[Rs_display_name])) == NULL) {
+-  rxvt_print_error(can't open display %s, rs[Rs_display_name]);
++  rxvt_print_error(can't open display %s,
++  rs[Rs_display_name]?rs[Rs_display_name]:
++  as no -display option given and DISPLAY not set);
+   exit(EXIT_FAILURE);
+ }
+
diff --git a/source/x11-extra/rxvt/FrugalBuild 
b/source/x11-extra/rxvt/FrugalBuild
index a015407..72866a7 100644
--- a/source/x11-extra/rxvt/FrugalBuild
+++ b/source/x11-extra/rxvt/FrugalBuild
@@ -3,15 +3,18 @@
# Maintainer: voroskoi [EMAIL PROTECTED]

pkgname=rxvt
-pkgver=2.6.4
-pkgrel=2
+pkgver=2.7.10
+pkgrel=1
pkgdesc=rxvt is a colour vt102 terminal emulator
url=http://sourceforge.net/projects/rxvt;
depends=('libx11' 'libxt')
groups=('x11-extra')
archs=('i686' 'x86_64')
Finclude sourceforge
-sha1sums=('8cb4f01b131136b999f7b6c9d8674288fc5c18bc')
+up2date=lynx -dump 
http://sourceforge.net/project/showfiles.php?group_id=221|grep Latest|sed -n 
's/.*]\(.*\) \[.*\].*/\1/;s/-/_/g;$ p'
+source=($source CVE-2008-1142.patch)
+sha1sums=('dabb960d94703d4f81e9a9a50749210a2977ef2b' \
+  '57a89c98ce1cfd725d19d4148439b8bf72faba97')
Fconfopts=$Fconfopts --with-term=rxvt

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: rxvt-unicode-9.02-2-i686

2008-05-22 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=42d40f72accb9296d6163073751850dbd971b506

commit 42d40f72accb9296d6163073751850dbd971b506
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu May 22 13:43:05 2008 +0200

rxvt-unicode-9.02-2-i686
- added CVE-2008-1142.patch
- closes #3089

diff --git a/source/x11-extra/rxvt-unicode/CVE-2008-1142.patch 
b/source/x11-extra/rxvt-unicode/CVE-2008-1142.patch
new file mode 100644
index 000..6bcfb5c
--- /dev/null
+++ b/source/x11-extra/rxvt-unicode/CVE-2008-1142.patch
@@ -0,0 +1,24 @@
+diff -urN rxvt-unicode-9.02.orig/src/init.C rxvt-unicode-9.02/src/init.C
+--- rxvt-unicode-9.02.orig/src/init.C  2008-05-04 20:16:26.0 +0200
 rxvt-unicode-9.02/src/init.C   2008-05-04 20:24:14.0 +0200
+@@ -372,15 +372,16 @@
+* Open display, get options/resources and create the window
+*/
+
+-  if ((rs[Rs_display_name] = getenv (DISPLAY)) == NULL)
+-rs[Rs_display_name] = :0;
++  rs[Rs_display_name] = getenv (DISPLAY);
+
+   get_options (r_argc, r_argv);
+
+-  if (!(display = displays.get (rs[Rs_display_name])))
++  if (!rs[Rs_display_name] || !(display = displays.get (rs[Rs_display_name])))
+ {
+   free (r_argv);
+-  rxvt_fatal (can't open display %s, aborting.\n, rs[Rs_display_name]);
++  rxvt_fatal (can't open display %s, aborting.\n,
++  (rs[Rs_display_name] ? rs[Rs_display_name] :
++   as no -display option given and DISPLAY not set));
+ }
+
+   // using a local pointer decreases code size a lot
diff --git a/source/x11-extra/rxvt-unicode/FrugalBuild 
b/source/x11-extra/rxvt-unicode/FrugalBuild
index d68eb66..6c4ce74 100644
--- a/source/x11-extra/rxvt-unicode/FrugalBuild
+++ b/source/x11-extra/rxvt-unicode/FrugalBuild
@@ -3,16 +3,18 @@

pkgname=rxvt-unicode
pkgver=9.02
-pkgrel=1
+pkgrel=2
pkgdesc=rxvt-unicode is a clone of the well known terminal emulator rxvt
url=http://software.schmorp.de/;
depends=('perl=5.10.0-2' 'libxft' 'libgcc')
groups=('x11-extra')
archs=('i686' 'x86_64')
up2date=Flasttar http://dist.schmorp.de/rxvt-unicode/;
-source=(http://dist.schmorp.de/rxvt-unicode/$pkgname-$pkgver.tar.bz2)
+source=(http://dist.schmorp.de/rxvt-unicode/$pkgname-$pkgver.tar.bz2 \
+   CVE-2008-1142.patch)
Fconfopts=[EMAIL PROTECTED] --enable-everything
-sha1sums=('f58a851ab4bf2da60a926a4885749302e73a92ed')
+sha1sums=('f58a851ab4bf2da60a926a4885749302e73a92ed' \
+  'de0ef44bdf799c7a41469f1082f7981348379faa')

build() {
Fmkdir /usr/share/terminfo
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: net-snmp-5.4.1-4-i686

2008-05-22 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=85031604d5836e1f19fdc6107590ce611a8096af

commit 85031604d5836e1f19fdc6107590ce611a8096af
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu May 22 13:55:28 2008 +0200

net-snmp-5.4.1-4-i686
- added CVE-2008-2292.patch
- closes #3092

diff --git a/source/network-extra/net-snmp/CVE-2008-2292.patch 
b/source/network-extra/net-snmp/CVE-2008-2292.patch
new file mode 100644
index 000..2295f11
--- /dev/null
+++ b/source/network-extra/net-snmp/CVE-2008-2292.patch
@@ -0,0 +1,101 @@
+--- net-snmp/perl/SNMP/SNMP.xs 2007/12/20 16:26:01 16765
 net-snmp/perl/SNMP/SNMP.xs 2007/12/22 19:22:44 16770
+@@ -470,14 +470,16 @@
+if (flag == USE_ENUMS) {
+   for(ep = tp-enums; ep; ep = ep-next) {
+  if (ep-value == *var-val.integer) {
+-strcpy(buf, ep-label);
++strncpy(buf, ep-label, buf_len);
++buf[buf_len-1] = '\0';
+ len = strlen(buf);
+ break;
+  }
+   }
+}
+if (!len) {
+-  sprintf(buf,%ld, *var-val.integer);
++  snprintf(buf, buf_len, %ld, *var-val.integer);
++  buf[buf_len-1] = '\0';
+   len = strlen(buf);
+}
+break;
+@@ -486,21 +488,25 @@
+ case ASN_COUNTER:
+ case ASN_TIMETICKS:
+ case ASN_UINTEGER:
+-   sprintf(buf,%lu, (unsigned long) *var-val.integer);
++   snprintf(buf, buf_len, %lu, (unsigned long) *var-val.integer);
++   buf[buf_len-1] = '\0';
+len = strlen(buf);
+break;
+
+ case ASN_OCTET_STR:
+ case ASN_OPAQUE:
+-   memcpy(buf, (char*)var-val.string, var-val_len);
+len = var-val_len;
++   if ( len  buf_len )
++   len = buf_len;
++   memcpy(buf, (char*)var-val.string, len);
+break;
+
+ case ASN_IPADDRESS:
+-  ip = (u_char*)var-val.string;
+-  sprintf(buf, %d.%d.%d.%d, ip[0], ip[1], ip[2], ip[3]);
+-  len = strlen(buf);
+-  break;
++   ip = (u_char*)var-val.string;
++   snprintf(buf, buf_len, %d.%d.%d.%d, ip[0], ip[1], ip[2], ip[3]);
++   buf[buf_len-1] = '\0';
++   len = strlen(buf);
++   break;
+
+ case ASN_NULL:
+break;
+@@ -512,14 +518,14 @@
+   break;
+
+   case SNMP_ENDOFMIBVIEW:
+-  sprintf(buf,%s, ENDOFMIBVIEW);
+-break;
++   snprintf(buf, buf_len, %s, ENDOFMIBVIEW);
++ break;
+   case SNMP_NOSUCHOBJECT:
+-sprintf(buf,%s, NOSUCHOBJECT);
+-break;
++ snprintf(buf, buf_len, %s, NOSUCHOBJECT);
++ break;
+   case SNMP_NOSUCHINSTANCE:
+-sprintf(buf,%s, NOSUCHINSTANCE);
+-break;
++ snprintf(buf, buf_len, %s, NOSUCHINSTANCE);
++ break;
+
+ case ASN_COUNTER64:
+ #ifdef NETSNMP_WITH_OPAQUE_SPECIAL_TYPES
+@@ -538,19 +544,19 @@
+ #endif
+
+ case ASN_BIT_STR:
+-snprint_bitstring(buf, sizeof(buf), var, NULL, NULL, NULL);
++snprint_bitstring(buf, buf_len, var, NULL, NULL, NULL);
+ len = strlen(buf);
+ break;
+ #ifdef NETSNMP_WITH_OPAQUE_SPECIAL_TYPES
+ case ASN_OPAQUE_FLOAT:
+-if (var-val.floatVal)
+-  sprintf(buf,%f, *var-val.floatVal);
+- break;
++   if (var-val.floatVal)
++  snprintf(buf, buf_len, %f, *var-val.floatVal);
++   break;
+
+ case ASN_OPAQUE_DOUBLE:
+-if (var-val.doubleVal)
+-  sprintf(buf,%f, *var-val.doubleVal);
+- break;
++   if (var-val.doubleVal)
++  snprintf(buf, buf_len, %f, *var-val.doubleVal);
++   break;
+ #endif
+
+ case ASN_NSAP:
diff --git a/source/network-extra/net-snmp/FrugalBuild 
b/source/network-extra/net-snmp/FrugalBuild
index 56cb130..62421d3 100644
--- a/source/network-extra/net-snmp/FrugalBuild
+++ b/source/network-extra/net-snmp/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=net-snmp
pkgver=5.4.1
-pkgrel=3
+pkgrel=4
pkgdesc=A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6
url=http://www.net-snmp.org/;
depends=('openssl' 'perl=5.10.0')
@@ -12,7 +12,10 @@ groups=('network-extra')
archs=('i686' 'x86_64')
Finclude sourceforge
up2date=lynx -dump http://www.net-snmp.org/download.html |grep Supported -A 2 
|sed -ne 's/.*\([0-9].[0-9].[0-9]\).*/\1/;$ p'
-source=([EMAIL PROTECTED] rc.snmpd)
+source=([EMAIL PROTECTED] CVE-2008-2292.patch rc.snmpd)
+sha1sums=('ac5ba033c10d53d3057415121f8c4936c643c208' \
+  '7f7f770fcebdeb8bb19515937895c9c545cc0609' \
+  'df7a817499d12c53e9d2809f68c24fea9d3307b0')

build() {
unset MAKEFLAGS
@@ -22,7 +25,5 @@ build() {
--with-logfile=/var/log/snmpd.log --with-persistent-directory=/var/net-snmp

[Frugalware-git] frugalware-current: libvorbis-1.2.0-2-i686

2008-05-22 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dca0325188db6d7d53063a1a565a5ace09529bdc

commit dca0325188db6d7d53063a1a565a5ace09529bdc
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu May 22 14:09:55 2008 +0200

libvorbis-1.2.0-2-i686
- added CVE-2008-14{19,20,23}.patch
- closes #3093

diff --git a/source/lib/libvorbis/CVE-2008-1419.patch 
b/source/lib/libvorbis/CVE-2008-1419.patch
new file mode 100644
index 000..fd73f23
--- /dev/null
+++ b/source/lib/libvorbis/CVE-2008-1419.patch
@@ -0,0 +1,13 @@
+Index: lib/codebook.c
+===
+--- lib/codebook.c (revision 14601)
 lib/codebook.c (revision 14602)
+@@ -225,7 +225,7 @@
+   int quantvals=0;
+   switch(s-maptype){
+   case 1:
+-  quantvals=_book_maptype1_quantvals(s);
++  quantvals=(s-dim==0?0:_book_maptype1_quantvals(s));
+   break;
+   case 2:
+   quantvals=s-entries*s-dim;
diff --git a/source/lib/libvorbis/CVE-2008-1420.patch 
b/source/lib/libvorbis/CVE-2008-1420.patch
new file mode 100644
index 000..819cbf0
--- /dev/null
+++ b/source/lib/libvorbis/CVE-2008-1420.patch
@@ -0,0 +1,34 @@
+Index: lib/res0.c
+===
+--- lib/res0.c (revision 14597)
 lib/res0.c (revision 14598)
+@@ -223,6 +223,20 @@
+   for(j=0;jacc;j++)
+ if(info-booklist[j]=ci-books)goto errout;
+
++  /* verify the phrasebook is not specifying an impossible or
++ inconsistent partitioning scheme. */
++  {
++int entries = ci-book_param[info-groupbook]-entries;
++int dim = ci-book_param[info-groupbook]-dim;
++int partvals = 1;
++while(dim0){
++  partvals *= info-partitions;
++  if(partvals  entries) goto errout;
++  dim--;
++}
++if(partvals != entries) goto errout;
++  }
++
+   return(info);
+  errout:
+   res0_free_info(info);
+@@ -263,7 +277,7 @@
+ }
+   }
+
+-  look-partvals=rint(pow((float)look-parts,(float)dim));
++  look-partvals=look-phrasebook-entries;
+   look-stages=maxstage;
+   look-decodemap=_ogg_malloc(look-partvals*sizeof(*look-decodemap));
+   for(j=0;jlook-partvals;j++){
diff --git a/source/lib/libvorbis/CVE-2008-1423.patch 
b/source/lib/libvorbis/CVE-2008-1423.patch
new file mode 100644
index 000..8c7c479
--- /dev/null
+++ b/source/lib/libvorbis/CVE-2008-1423.patch
@@ -0,0 +1,13 @@
+Index: lib/codebook.c
+===
+--- lib/codebook.c (revision 14603)
 lib/codebook.c (revision 14604)
+@@ -159,6 +159,8 @@
+   s-entries=oggpack_read(opb,24);
+   if(s-entries==-1)goto _eofout;
+
++  if(_ilog(s-dim)+_ilog(s-entries)24)goto _eofout;
++
+   /* codeword ordering length ordered or unordered? */
+   switch((int)oggpack_read(opb,1)){
+   case 0:
diff --git a/source/lib/libvorbis/FrugalBuild b/source/lib/libvorbis/FrugalBuild
index d8dc87e..38acd41 100644
--- a/source/lib/libvorbis/FrugalBuild
+++ b/source/lib/libvorbis/FrugalBuild
@@ -4,15 +4,19 @@

pkgname=libvorbis
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc=Vorbis codec library
url=http://www.vorbis.com/;
groups=('lib')
archs=('i686' 'x86_64' 'ppc')
depends=('glibc' 'libogg')
up2date=lynx -dump http://www.xiph.org/downloads/|grep libvorbis-|Flasttar
-source=(http://downloads.xiph.org/releases/vorbis/$pkgname-$pkgver.tar.gz)
-sha1sums=('6ff5f9d9d71cc385ee180171cc21af5653b76a16')
+source=(http://downloads.xiph.org/releases/vorbis/$pkgname-$pkgver.tar.gz \
+   CVE-2008-1419.patch CVE-2008-1420.patch CVE-2008-1423.patch)
+sha1sums=('6ff5f9d9d71cc385ee180171cc21af5653b76a16' \
+  '4631f34d2586864aee96bdf93eb52ddd4c7aceaa' \
+  'ee5f3d023f6d9d756c433f7ce4af5d88996d2ab3' \
+  '85b32994f2d2ebff248020857d4d44ecd7afeb85')

build()
{
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] setup: no longer hardwire the repo name, make it possible to build on stable

2008-05-22 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=c25824e3b4295297dcc3d60e137eccb8a94119c0

commit c25824e3b4295297dcc3d60e137eccb8a94119c0
Author: Miklos Vajna [EMAIL PROTECTED]
Date:   Thu May 22 17:41:14 2008 +0200

no longer hardwire the repo name, make it possible to build on stable

diff --git a/configure b/configure
index cb4e8ed..d3b6854 100755
--- a/configure
+++ b/configure
@@ -82,7 +82,10 @@ except OSError:
if pacman.initialize(/) == -1:
raise failed to init the pacman lib

-remote = pacman.db_register(frugalware-current)
+if options.repo == stable:
+   remote = pacman.db_register(frugalware)
+else:
+   remote = pacman.db_register(frugalware-current)
local = pacman.db_register(local)
sys.stdout.write(reading the remote database... )
sys.stdout.flush()
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: news_fr.xml

2008-05-22 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=4d603914e3daf167b9a740af780d85e40aac6ec7

commit 4d603914e3daf167b9a740af780d85e40aac6ec7
Author: Michel Hermier [EMAIL PROTECTED]
Date:   Thu May 22 18:40:46 2008 +0200

news_fr.xml
* Translate up to the lastest news.

diff --git a/frugalware/xml/news_fr.xml b/frugalware/xml/news_fr.xml
index 04b29e7..98088e0 100644
--- a/frugalware/xml/news_fr.xml
+++ b/frugalware/xml/news_fr.xml
@@ -22,8 +22,134 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --

news
post
+   id98/id
+   titleFrugalware 0.9pre1 (Solaria) est disponible/title
+   dateTue, 13 May 2008 00:05:24 +0200/date
+   authorVMiklos/author
+   hidden0/hidden
+   content![CDATA[
+   Les développeurs de Frugalware ont le plaisir de vous 
a href=/news/98annoncer/a la disponibilité disponibilité de Frugalware 
0.9pre1, le premier aperçu technique de la prochaine version stable 0.9.br /
+   Une liste courte et incomplète des changements depuis 
0.8:br /
+   ul
+   liAméliorations:
+   ul
+   liL'utilitaire de 
configuration réseau liste maintenant les détails des cartes à coté des 
noms des interfaces, au cas ou vous voudriez savoir le noms de l'interface pour 
vos cartes./li
+   liL'instalateur USB est 
maintenant une image complète, vous pouvez la copiée sur votre clé USB sous 
n'importe quel système d'exploitation (un système Linux était nécessaire à 
l'installation dans les versions précédentes)./li
+   liChangement de la variable 
CHOST à $arch-frugalware-linux depuis un mix de $arch-pc-linux-gnu / 
$arch-unknown-linux, qui générallement cause plus de concistance et aide lors 
du rapport de bugs aux développeurs en amont./li
+   liAmélioration de la 
sécurité et du support utilisateur général. Nous travaillons avec d'autres 
vendeurs de Linux pour un meilleur support de la sécurité, et maintenant nos 
forums sont a 
href=http://frugalware.org/mailman/listinfo/frugalware-forums/;mirrorés/a 
sur une mailing list, de sorte que plus de développeurs puissent vous 
aider./li
+   liPlus de 150 autres 
fonctionalités mineures / bugs ont été implémenté / fixé résultant à 
plus de 2400 changements depuis la dernière mise à jour./li
+   /ul
+   /li
+   liMise à jour de paquets::
+   ul
+   liLinux 2.6.25 + les mises à 
jours de sécurités/li
+   liGCC 4.3.0/li
+   liGNOME 2.22/li
+   liPlus de 900 autres paquets 
mis à jour/li
+   /ul
+   /li
+   liNouveaux paquets:
+   ul
+   liEnviron 40 nouvelle 
librairies Java/li
+   liPlusieurs nouveaux modules 
pour Drupal/li
+   liPlusieurs nouveaux modules 
pour octave/li
+   liPlus de 150 autres nouveaux 
paquets/li
+   /ul
+   /li
+   /ul
+   Veuillez vous référer à la Frugalware a 
href=http://ftp.frugalware.org/pub/frugalware/frugalware-testing/ChangeLog.txt;Testing
 ChangeLog/a pour plus d'information.br /
+   Nous avons un a 
href=http://bugs.frugalware.org/?do=roadmap;planing/a pour les nouvelles 
fonctionnalités nous prévoyons d'ajouté avant que Solaria soit stable.br /
+   Téléchargements pour i686:br /
+   bNOTE/b: Cliquez a 
href=/docs/install#_choosing_installation_flavorici/a pour avoir plus 
d'information pour choisir le media dont vous avez besoin pour 
l'installation.br /
+   a 
href=/download/frugalware-testing-iso/fwlive-0.9pre1-i686-full.isolivecd/a,
+   a 
href=/download/frugalware-testing-iso/frugalware-0.9pre1-i686-net.isonetinstall/a,
+   a 
href=/download/frugalware-testing-iso/frugalware-0.9pre1-i686-usb.imgusb/a,
+   a 
href=/download/frugalware-testing-iso/frugalware-0.9pre1-i686-tftp.imgtftp/a,
+   a 

[Frugalware-git] frugalware-current: planner-0.14.3-1-i686

2008-05-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=71277beb730bcca1a96c231466d250c8db88313b

commit 71277beb730bcca1a96c231466d250c8db88313b
Author: bouleetbil [EMAIL PROTECTED]
Date:   Thu May 22 21:20:07 2008 +0200

planner-0.14.3-1-i686
*version bump

diff --git a/source/gnome-extra/planner/FrugalBuild 
b/source/gnome-extra/planner/FrugalBuild
index d04c14c..4bdc005 100644
--- a/source/gnome-extra/planner/FrugalBuild
+++ b/source/gnome-extra/planner/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil [EMAIL PROTECTED]

pkgname=planner
-pkgver=0.14.2
+pkgver=0.14.3
pkgrel=1
pkgdesc=Project manager for Gnome2
depends=('libjpeg' 'openssl' 'gtk+2' 'libgnomecanvas'  'libgnomeui' 'libsm' \
@@ -18,6 +18,6 @@ _F_gnome_desktop=y
_F_gnome_schemas=('/etc/gconf/schemas/planner.schemas')
Finclude gnome gnome-scriptlet
Fconfopts=[EMAIL PROTECTED] --disable-update-mimedb
-sha1sums=('098a129662ffbe9a067cd6fa4f497b9ec1db0e3d')
+sha1sums=('aacdca51a16ef9e7024fbb674d5e8b1c24d088f1')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: fglrx-8.493-2-x86_64

2008-05-22 Thread voroskoi
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5ff3b10edd6b09f76f2c0a637755e9e92a6239ba

commit 5ff3b10edd6b09f76f2c0a637755e9e92a6239ba
Author: voroskoi [EMAIL PROTECTED]
Date:   Thu May 22 21:31:37 2008 +0200

fglrx-8.493-2-x86_64
closes #3103

diff --git a/source/x11-extra/fglrx/FrugalBuild 
b/source/x11-extra/fglrx/FrugalBuild
index 6b7163f..7d55bd8 100644
--- a/source/x11-extra/fglrx/FrugalBuild
+++ b/source/x11-extra/fglrx/FrugalBuild
@@ -5,7 +5,7 @@
pkgname=fglrx
pkgver=8.493
_shortver=8-5
-pkgrel=1
+pkgrel=2
pkgdesc=Hardware Accelerated ATi driver for xorg
url=http://www.ati.com/;
# libstdc++5: no hardware acceleration without it
@@ -102,6 +102,7 @@ build() {
# closes #2498
(find $Fdestdir -perm 744 |xargs chmod 755) || Fdie

+   echo 
1a12e6c2f7e613b887d92e943a40799e:223cd5fbc4c82295b7ee1ea30b7818b32a27d6f5cfd75095c68d67b409754faa2927:2820d5a193d375dae4ed4dac087240ab782583a7c683728bb7bb19ac0b781bad2873d4f593d0758de4bf4aa30f7040ab7924dea6c1d1718cb7e019a10e2618ff282bd4f5
  $Fdestdir/etc/ati/signature || Fdie
Fdoc README.Frugalware

Fsplit fglrx_module /lib
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: tomboy-0.10.2-1-i686

2008-05-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bf0ce9732c1f056db273d6fab92dd5aa3adeb509

commit bf0ce9732c1f056db273d6fab92dd5aa3adeb509
Author: bouleetbil [EMAIL PROTECTED]
Date:   Thu May 22 21:37:00 2008 +0200

tomboy-0.10.2-1-i686
*version bump

diff --git a/source/gnome-extra/tomboy/FrugalBuild 
b/source/gnome-extra/tomboy/FrugalBuild
index ae52eaa..897ed47 100644
--- a/source/gnome-extra/tomboy/FrugalBuild
+++ b/source/gnome-extra/tomboy/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: AlexExtreme [EMAIL PROTECTED]

pkgname=tomboy
-pkgver=0.10.1
+pkgver=0.10.2
pkgrel=1
pkgdesc=A Wiki style desktop note-taking application
url=http://www.beatniksoftware.com/tomboy;
@@ -17,7 +17,7 @@ _F_gnome_scrollkeeper=y
_F_gnome_desktop=y
_F_gnome_iconcache=y
Finclude gnome gnome-scriptlet mono
-sha1sums=('9d3466bc8406788651e3864cd52ef576444731a6')
+sha1sums=('2866d84f30eaf78f2be984828621849c136a3b7d')

build() {
Fmonoexport
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: squirrelmail-login_notes-1.2_1.4.0-1-i686

2008-05-22 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=82cda72cc432ed601d2dc81c5f1c2f7d594a8c4e

commit 82cda72cc432ed601d2dc81c5f1c2f7d594a8c4e
Author: CSÉCSY László [EMAIL PROTECTED]
Date:   Thu May 22 22:08:05 2008 +0200

squirrelmail-login_notes-1.2_1.4.0-1-i686
version bump

diff --git a/source/network-extra/squirrelmail-login_notes/FrugalBuild 
b/source/network-extra/squirrelmail-login_notes/FrugalBuild
index 0bb802f..5029a95 100644
--- a/source/network-extra/squirrelmail-login_notes/FrugalBuild
+++ b/source/network-extra/squirrelmail-login_notes/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=squirrelmail-login_notes
realname=login_notes
-pkgver=1.1_1.4.0
+pkgver=1.2_1.4.0
pkgrel=1
pkgdesc=SquirrelMail plugin to place text and/or images on the top and/or 
bottom of the login screen
url=http://www.squirrelmail.org/plugin_view.php?id=217;
@@ -19,9 +19,9 @@ build()
{
Fmkdir /usr/share/squirrelmail/plugins/ /usr/share/doc/$pkgname-$pkgver
mv $realname $Fdestdir/usr/share/squirrelmail/plugins/$realname || Fdie
-   mv 
$Fdestdir/usr/share/squirrelmail/plugins/$realname/{COPYING,INSTALL,README} 
$Fdestdir/usr/share/doc/$pkgname-$pkgver
-   cp $Fdestdir/usr/share/squirrelmail/plugins/$realname/config.php.sample 
$Fdestdir/usr/share/squirrelmail/plugins/$realname/config.php
+   mv 
$Fdestdir/usr/share/squirrelmail/plugins/$realname/{COPYING,INSTALL,README} 
$Fdestdir/usr/share/doc/$pkgname-$pkgver || Fdie
+   cp $Fdestdir/usr/share/squirrelmail/plugins/$realname/config.sample.php 
$Fdestdir/usr/share/squirrelmail/plugins/$realname/config.php || Fdie
}
# optimization OK - noarch
-sha1sums=('7ee9cd5fb4651c4753c6290929843768e37dc706'\
+sha1sums=('86272bfb8458495bf37d418a215ef2f9602cb68f'\
'ecc987c33e78d1857c7128b890e12f11d1ba5a90')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: sword-web-1.8-1-i686

2008-05-22 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e1cd7182e74752fd0195b690124e582bc3ee3bf6

commit e1cd7182e74752fd0195b690124e582bc3ee3bf6
Author: CSÉCSY László [EMAIL PROTECTED]
Date:   Thu May 22 22:10:29 2008 +0200

sword-web-1.8-1-i686
version bump

diff --git a/source/locale-extra/sword-web/FrugalBuild 
b/source/locale-extra/sword-web/FrugalBuild
index 3273170..5fe0492 100644
--- a/source/locale-extra/sword-web/FrugalBuild
+++ b/source/locale-extra/sword-web/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: CSÉCSY László [EMAIL PROTECTED]

pkgname=sword-web
-pkgver=1.6
+pkgver=1.8
pkgrel=1
pkgdesc=World English Bible module for Sword
url='http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=WEB'
@@ -12,7 +12,7 @@ groups=('locale-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump 
http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=WEB | grep 'Module 
Version' | sed 's/.*Module Version \(.*\) .*/\1/'
source=(http://www.crosswire.org/ftpmirror/pub/sword/packages/rawzip/WEB.zip)
-sha1sums=('fd0e013ea8e6f791f86944324780b5c5f1c544a1')
+sha1sums=('fb0cb22dc46cf19d8ec94a6dddb4e56dff8eb18a')

build()
{
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git