# HG changeset patch # User Christophe Lincoln # Date 1271617018 -7200 # Node ID 65fc029b99f260eb37198600eee4912a61021784 # Parent 5be7252f0e4b1a04185cd7d9a007f198d45813b8 Up: libssl (1.0.0) Match openssl diff -r 5be7252f0e4b -r 65fc029b99f2 libssl/receipt --- a/libssl/receipt Sun Apr 18 14:25:40 2010 +0200 +++ b/libssl/receipt Sun Apr 18 20:56:58 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libssl" -VERSION="0.9.8l" +VERSION="1.0.0" CATEGORY="development" SHORT_DESC="OpenSSL libraries." MAINTAINER="pascal.bellard@slitaz.org" diff -r 5be7252f0e4b -r 65fc029b99f2 tazbb/stuff/tazbb --- a/tazbb/stuff/tazbb Sun Apr 18 14:25:40 2010 +0200 +++ b/tazbb/stuff/tazbb Sun Apr 18 20:56:58 2010 +0200 @@ -366,6 +366,7 @@ WANTED="" echo "(cooking $pkg)" > $DB_DIR/running tazwok clean $pkg + rm -rf $BUILD_WOK/$pkg/$pkg-* script -c "echo 'install' | tazwok cook $pkg" $LOG_DIR/$pkg.log # Install new package (important for new shared libs). Note # that tests are done separatly with 'test_packages' and should