diff options
author | Thomas Penteker <tek@serverop.de> | 2014-04-29 14:46:52 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2014-04-29 14:46:52 +0200 |
commit | 837100aab886bf605151898e23945f52be5adb3e (patch) | |
tree | aa826159ab36c657c89471bc304a4472ade35d1b /lxc | |
parent | 8ed4a2830bb11a2328ebc41cceba264c7da77415 (diff) | |
download | contrib-837100aab886bf605151898e23945f52be5adb3e.tar.gz contrib-837100aab886bf605151898e23945f52be5adb3e.tar.xz |
lxc: 1.0.0 -> 1.0.3
Diffstat (limited to 'lxc')
-rwxr-xr-x | lxc/.footprint | 8 | ||||
-rwxr-xr-x | lxc/.md5sum | 2 | ||||
-rw-r--r-- | lxc/Pkgfile | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/lxc/.footprint b/lxc/.footprint index 13042c770..031b15dbe 100755 --- a/lxc/.footprint +++ b/lxc/.footprint @@ -33,10 +33,9 @@ drwxr-xr-x root/root usr/include/lxc/ -rw-r--r-- root/root usr/include/lxc/version.h drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/liblxc.so -> liblxc.so.1 -lrwxrwxrwx root/root usr/lib/liblxc.so.1 -> liblxc.so.1.0.0 --rwxr-xr-x root/root usr/lib/liblxc.so.1.0.0 +lrwxrwxrwx root/root usr/lib/liblxc.so.1 -> liblxc.so.1.0.3 +-rwxr-xr-x root/root usr/lib/liblxc.so.1.0.3 drwxr-xr-x root/root usr/lib/lxc/ --rwxr-xr-x root/root usr/lib/lxc/lxc-init -rwxr-xr-x root/root usr/lib/lxc/lxc-monitord -rwsr-xr-x root/root usr/lib/lxc/lxc-user-nic drwxr-xr-x root/root usr/lib/lxc/rootfs/ @@ -75,6 +74,8 @@ drwxr-xr-x root/root usr/man/man5/ -rw-r--r-- root/root usr/man/man5/lxc.conf.5.gz drwxr-xr-x root/root usr/man/man7/ -rw-r--r-- root/root usr/man/man7/lxc.7.gz +drwxr-xr-x root/root usr/sbin/ +-rwxr-xr-x root/root usr/sbin/init.lxc drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/lxc/ drwxr-xr-x root/root usr/share/lxc/config/ @@ -103,6 +104,7 @@ drwxr-xr-x root/root usr/share/lxc/hooks/ -rwxr-xr-x root/root usr/share/lxc/hooks/mountecryptfsroot -rwxr-xr-x root/root usr/share/lxc/hooks/squid-deb-proxy-client -rwxr-xr-x root/root usr/share/lxc/hooks/ubuntu-cloud-prep +-rwxr-xr-x root/root usr/share/lxc/lxc-patch.py -rw-r--r-- root/root usr/share/lxc/lxc.functions drwxr-xr-x root/root usr/share/lxc/templates/ -rwxr-xr-x root/root usr/share/lxc/templates/lxc-alpine diff --git a/lxc/.md5sum b/lxc/.md5sum index 66762f10a..f6eaaf8d1 100755 --- a/lxc/.md5sum +++ b/lxc/.md5sum @@ -1,2 +1,2 @@ -87a9d168a6e55326303cce3b2cb7f82e lxc-1.0.0.tar.gz +55873b1411a606397309aa6c4c4263b3 lxc-1.0.3.tar.gz 46f9061d94ccfb27acf7d4dbd021a524 man-pages.tar.xz diff --git a/lxc/Pkgfile b/lxc/Pkgfile index 1b9e8c7d5..4480842de 100644 --- a/lxc/Pkgfile +++ b/lxc/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Thomas Penteker, tek at serverop dot de name=lxc -version=1.0.0 +version=1.0.3 release=1 source=(http://lxc.sourceforge.net/download/lxc-$version.tar.gz man-pages.tar.xz) |