wok-6.x rev 2775
Up: postgresql (8.3.7) [security update]
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 27 09:46:59 2009 +0200 (2009-04-27) |
parents | 65da49e90d40 |
children | 934635d25eaa |
files | libpostgresqlclient/receipt postgresql-client/receipt postgresql-dev/receipt postgresql-doc/receipt postgresql/receipt |
line diff
1.1 --- a/libpostgresqlclient/receipt Mon Apr 27 09:27:59 2009 +0200 1.2 +++ b/libpostgresqlclient/receipt Mon Apr 27 09:46:59 2009 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libpostgresqlclient" 1.7 -VERSION="8.3.4" 1.8 +VERSION="8.3.7" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="SQL database system libraries." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -16,6 +16,7 @@ 1.13 [ -d $fs$dir ] || mkdir -p $fs$dir 1.14 cp -a $_pkg$file $fs$file 1.15 done < $src/$PACKAGE.files-list 1.16 + strip -s $fs/usr/lib/postgresql/*.so* 1.17 ln -s /usr/lib/postgresql/libpq.so.5 $fs/usr/lib/libpq.so.5 1.18 } 1.19
2.1 --- a/postgresql-client/receipt Mon Apr 27 09:27:59 2009 +0200 2.2 +++ b/postgresql-client/receipt Mon Apr 27 09:46:59 2009 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="postgresql-client" 2.7 -VERSION="8.3.4" 2.8 +VERSION="8.3.7" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="SQL database system client files." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/postgresql-dev/receipt Mon Apr 27 09:27:59 2009 +0200 3.2 +++ b/postgresql-dev/receipt Mon Apr 27 09:46:59 2009 +0200 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="postgresql-dev" 3.7 -VERSION="8.3.4" 3.8 +VERSION="8.3.7" 3.9 CATEGORY="development" 3.10 SHORT_DESC="SQL database system development files" 3.11 MAINTAINER="pascal.bellard@slitaz.org" 3.12 @@ -14,5 +14,6 @@ 3.13 mkdir -p $fs/usr/lib/postgresql 3.14 cp -a $_pkg/usr/include $fs/usr 3.15 cp -a $_pkg/usr/lib/postgresql/*a $fs/usr/lib/postgresql 3.16 + strip --strip-debug $fs/usr/lib/postgresql/*.a 3.17 } 3.18
4.1 --- a/postgresql-doc/receipt Mon Apr 27 09:27:59 2009 +0200 4.2 +++ b/postgresql-doc/receipt Mon Apr 27 09:46:59 2009 +0200 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="postgresql-doc" 4.7 -VERSION="8.3.4" 4.8 +VERSION="8.3.7" 4.9 CATEGORY="development" 4.10 SHORT_DESC="SQL database system documentation" 4.11 MAINTAINER="pascal.bellard@slitaz.org"
5.1 --- a/postgresql/receipt Mon Apr 27 09:27:59 2009 +0200 5.2 +++ b/postgresql/receipt Mon Apr 27 09:46:59 2009 +0200 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="postgresql" 5.7 -VERSION="8.3.4" 5.8 +VERSION="8.3.7" 5.9 CATEGORY="misc" 5.10 SHORT_DESC="SQL database system." 5.11 MAINTAINER="pascal.bellard@slitaz.org" 5.12 @@ -35,6 +35,7 @@ 5.13 $fs/var/log/postgresql $fs/etc/pgsql.d 5.14 cp -a $_pkg/usr/bin $fs/usr 5.15 cp -a $_pkg/usr/lib/postgresql $fs/usr/lib 5.16 + strip -s $fs/usr/lib/postgresql/*.so* 5.17 rm -f $fs/usr/lib/postgresql/*a 5.18 cp -a $_pkg/usr/share/postgresql $fs/usr/share 5.19 cp -a stuff/etc $fs