From 0498ae32beafb0765b0f83035fb72dc37524de52 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 8 May 2010 10:08:16 +0200 Subject: [PATCH] glibc: update to 2.12. --- srcpkgs/glibc/glibc-devel.template | 2 -- srcpkgs/glibc/nscd.template | 2 -- srcpkgs/glibc/template | 7 +++---- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/srcpkgs/glibc/glibc-devel.template b/srcpkgs/glibc/glibc-devel.template index a3991628f7b..a665982b317 100644 --- a/srcpkgs/glibc/glibc-devel.template +++ b/srcpkgs/glibc/glibc-devel.template @@ -5,8 +5,6 @@ long_desc="${long_desc} This package contains files for development: headers, static libs, etc." -revision=1 - Add_dependency run kernel-libc-headers Add_dependency run glibc diff --git a/srcpkgs/glibc/nscd.template b/srcpkgs/glibc/nscd.template index d2a3456936b..2aa4a186ca7 100644 --- a/srcpkgs/glibc/nscd.template +++ b/srcpkgs/glibc/nscd.template @@ -5,8 +5,6 @@ long_desc=" This package contains nscd, a daemon that provides a cache for the most common name service requests." -revision=2 - openrc_services="nscd default false" conf_files="/etc/nscd.conf" diff --git a/srcpkgs/glibc/template b/srcpkgs/glibc/template index 4873bc97092..73eb9efe2ae 100644 --- a/srcpkgs/glibc/template +++ b/srcpkgs/glibc/template @@ -1,8 +1,7 @@ # Template file for 'glibc' pkgname=glibc -version=2.11.1 -revision=1 -distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.bz2" +version=2.12 +distfiles="http://xbps.nopcode.org/distfiles/glibc-${version}.tar.bz2" build_style=gnu_configure build_wrksrc="build" configure_script="../configure" @@ -14,7 +13,7 @@ configure_args="--with-tls -disable-profile --with-__thread make_install_target="install_root=$XBPS_DESTDIR/$pkgname-$version install" short_desc="The GNU C library" maintainer="Juan RP " -checksum=64e01d0cfc964a8d8a8c74b5d36bd655e800c12d22b756dd84d867148a595fa1 +checksum=27391024c1576c8d795bb03a5efccbe220ccb92d6c60b76f3c4f2cf2bd213c4b long_desc=" The GNU C Library is the standard system C library for all GNU systems, and is an important part of what makes up a GNU system. It provides the