diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-24 18:44:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-24 19:54:29 +0000 |
commit | d69119e2ffe536055809ddd5fbd924a1d3ff8ea0 (patch) | |
tree | 9360d9890d16558a71c75a1565cd92de0932e0c2 /main | |
parent | 65c253c0e11fbc622212b83fca2e0eae4702ac75 (diff) | |
download | aports-d69119e2ffe536055809ddd5fbd924a1d3ff8ea0.tar.bz2 aports-d69119e2ffe536055809ddd5fbd924a1d3ff8ea0.tar.xz |
main/libtirpc: upgrade to 0.2.2
Diffstat (limited to 'main')
-rw-r--r-- | main/libtirpc/APKBUILD | 8 | ||||
-rw-r--r-- | main/libtirpc/libtirpc-no-des.patch | 20 |
2 files changed, 14 insertions, 14 deletions
diff --git a/main/libtirpc/APKBUILD b/main/libtirpc/APKBUILD index 92865f6670..311bcfd9bb 100644 --- a/main/libtirpc/APKBUILD +++ b/main/libtirpc/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libtirpc -pkgver=0.2.1 -pkgrel=4 +pkgver=0.2.2 +pkgrel=0 pkgdesc="Transport Independent RPC library (SunRPC replacement)" url="http://libtirpc.sourceforge.net/" arch="all" @@ -44,6 +44,6 @@ package() { rm "$pkgdir"/usr/lib/*.la || return 1 install -D -m644 doc/etc_netconfig "$pkgdir"/etc/netconfig } -md5sums="d77eb15f464bf9d6e66259eaf78b2a4e libtirpc-0.2.1.tar.bz2 +md5sums="74c41c15c2909f7d11d9c7bfa7db6273 libtirpc-0.2.2.tar.bz2 082dff1bc78bdcbac6d305c1534fe3c0 nis.h -e386d2893527ed313686eca6314d6675 libtirpc-no-des.patch" +1f1afd528c327975e40ffe77b2d9e13d libtirpc-no-des.patch" diff --git a/main/libtirpc/libtirpc-no-des.patch b/main/libtirpc/libtirpc-no-des.patch index 8c59de21f8..7ebb6447ce 100644 --- a/main/libtirpc/libtirpc-no-des.patch +++ b/main/libtirpc/libtirpc-no-des.patch @@ -1,5 +1,5 @@ ---- ./src/Makefile.am.orig -+++ ./src/Makefile.am +--- libtirpc-0.2.2.orig/src/Makefile.am ++++ libtirpc-0.2.2/src/Makefile.am @@ -40,7 +40,7 @@ # release number of your package. This is an abuse that only fosters # misunderstanding of the purpose of library versions." @@ -13,14 +13,14 @@ rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \ rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_generic.c \ svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \ -- auth_time.c auth_des.c authdes_prot.c -+ auth_time.c +- auth_time.c auth_des.c authdes_prot.c des_crypt.c ++ auth_time.c ## XDR libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c ---- ./src/rpc_soc.c.orig -+++ ./src/rpc_soc.c -@@ -479,6 +479,7 @@ +--- libtirpc-0.2.2.orig/src/rpc_soc.c ++++ libtirpc-0.2.2/src/rpc_soc.c +@@ -515,6 +515,7 @@ (resultproc_t) rpc_wrap_bcast, "udp"); } @@ -28,11 +28,11 @@ /* * Create the client des authentication object. Obsoleted by * authdes_seccreate(). -@@ -511,6 +512,7 @@ +@@ -546,6 +547,7 @@ + dummy = authdes_seccreate(servername, window, NULL, ckey); return (dummy); } - +#endif + /* * Create a client handle for a unix connection. Obsoleted by clnt_vc_create() - */ |