From 9600aae9553de75a775f157ccf888b93752982ec Mon Sep 17 00:00:00 2001 From: ensc Date: Sat, 12 Apr 2008 09:18:42 +0000 Subject: [PATCH] - updated to 0.30.215 --- .cvsignore | 3 ++- lastver | 2 +- sources | 4 ++-- util-vserver-0.30.214-stat.patch | 14 -------------- 4 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 util-vserver-0.30.214-stat.patch diff --git a/.cvsignore b/.cvsignore index 6d5da98..b72e46f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ -util-vserver-*.tar.bz2* +util-vserver-0.30.215.tar.bz2 +util-vserver-0.30.215.tar.bz2.asc diff --git a/lastver b/lastver index c9fd43c..1790a0f 100644 --- a/lastver +++ b/lastver @@ -1 +1 @@ -0.30.214 +0.30.215 diff --git a/sources b/sources index b7bc5b6..c40bfbf 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -8bad879e36a6a1b9b4858d0d6d3c8c76 util-vserver-0.30.214.tar.bz2 -ce8fd758ce4d201791020f6f87f0bddf util-vserver-0.30.214.tar.bz2.asc +befd9b8e5311e87395b67ee381d83649 util-vserver-0.30.215.tar.bz2 +783de8acf8f16e56c1b8cf4a7b683994 util-vserver-0.30.215.tar.bz2.asc diff --git a/util-vserver-0.30.214-stat.patch b/util-vserver-0.30.214-stat.patch deleted file mode 100644 index c33ef4c..0000000 --- a/util-vserver-0.30.214-stat.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: lib_internal/util-safechdir.h -=================================================================== ---- lib_internal/util-safechdir.h (revision 2605) -+++ lib_internal/util-safechdir.h (working copy) -@@ -19,7 +19,8 @@ - #ifndef H_UTIL_VSERVER_LIB_INTERNAL_UTIL_SAFECHDIR_H - #define H_UTIL_VSERVER_LIB_INTERNAL_UTIL_SAFECHDIR_H - --struct stat; -+#include -+ - int safeChdir(char const *, struct stat const *exp_stat) NONNULL((1,2)); - - #define EsafeChdir(PATH,EXP_STAT) \