diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-22 07:26:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-22 07:26:31 +0000 |
commit | 702d100a5c7196ca38003c430e7efb83f48d5a64 (patch) | |
tree | a0e0e2910935123bf5b8f5d79270c6a80a88e112 /main/glib/APKBUILD | |
parent | fba31e0d823349c01bdbaf30d42508d2fb384faf (diff) | |
download | aports-702d100a5c7196ca38003c430e7efb83f48d5a64.tar.bz2 aports-702d100a5c7196ca38003c430e7efb83f48d5a64.tar.xz |
main/glib: rebuild against fixed bzip2 (CVE-2010-0405)
Diffstat (limited to 'main/glib/APKBUILD')
-rw-r--r-- | main/glib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/glib/APKBUILD b/main/glib/APKBUILD index 72b8de5743..b58305b70b 100644 --- a/main/glib/APKBUILD +++ b/main/glib/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=glib pkgver=2.24.2 -pkgrel=0 +pkgrel=1 pkgdesc="Common C routines used by Gtk+ and other libs" url="http://www.gtk.org" license='GPL' |