2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

Merge branch 'master' of github.com:dylanaraps/kiss-experiment

This commit is contained in:
Dylan Araps 2019-06-28 15:54:54 +03:00
commit d2a5ffc0cb
8 changed files with 12 additions and 97 deletions

View File

@ -1,2 +1,2 @@
3d1d04a4dbd34048f4794815a5c48ebb9eb53c5277e09ffffc060323b95dfbdc busybox-1.30.1.tar.bz2
8ecc70c5f58b38a1a6e1f2d6765bdc4c0c3ab1c5c29b41311e7175991d785d7f .config
4cb8efc6efbc8942f305c6ef9ecbf9850a0221f0cf3003f2fad28d2aa58d3e8c .config

View File

@ -173,17 +173,17 @@ CONFIG_LZOPCAT=y
# CONFIG_LZOP_COMPR_HIGH is not set
CONFIG_RPM=y
CONFIG_RPM2CPIO=y
CONFIG_TAR=n
CONFIG_FEATURE_TAR_LONG_OPTIONS=n
CONFIG_FEATURE_TAR_CREATE=n
CONFIG_FEATURE_TAR_AUTODETECT=n
CONFIG_FEATURE_TAR_FROM=n
CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY=n
CONFIG_FEATURE_TAR_OLDSUN_COMPATIBILITY=n
CONFIG_FEATURE_TAR_GNU_EXTENSIONS=n
CONFIG_FEATURE_TAR_TO_COMMAND=n
CONFIG_FEATURE_TAR_UNAME_GNAME=n
CONFIG_FEATURE_TAR_NOPRESERVE_TIME=n
CONFIG_TAR=y
CONFIG_FEATURE_TAR_LONG_OPTIONS=y
CONFIG_FEATURE_TAR_CREATE=y
CONFIG_FEATURE_TAR_AUTODETECT=y
CONFIG_FEATURE_TAR_FROM=y
CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY=y
CONFIG_FEATURE_TAR_OLDSUN_COMPATIBILITY=y
CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y
CONFIG_FEATURE_TAR_TO_COMMAND=y
CONFIG_FEATURE_TAR_UNAME_GNAME=y
CONFIG_FEATURE_TAR_NOPRESERVE_TIME=y
# CONFIG_FEATURE_TAR_SELINUX is not set
CONFIG_UNZIP=y
CONFIG_FEATURE_UNZIP_CDF=y

View File

@ -1,19 +0,0 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--without-xml2 \
--disable-rpath
make
# Since --enable-bsdtar=static doesn't work, link it manually
ld -static -o bsdtar tar/bsdtar-bsdtar.o tar/bsdtar-cmdline.o \
tar/bsdtar-creation_set.o tar/bsdtar-read.o tar/bsdtar-subst.o \
tar/bsdtar-util.o tar/bsdtar-write.o /usr/lib/crt1.o \
.libs/libarchive.a .libs/libarchive_fe.a /usr/lib/libz.a \
/usr/lib/libcrypto.a /usr/lib/liblzma.a /usr/lib/libc.a
make DESTDIR="$1" install
ln -s bsdtar "$1/usr/bin/tar"

View File

@ -1 +0,0 @@
ba7eb1781c9fbbae178c4c6bad1c6eb08edab9a1496c64833d1715d022b30e2e libarchive-3.3.3.tar.gz

View File

@ -1,4 +0,0 @@
libressl
musl
xz
zlib

View File

@ -1,59 +0,0 @@
The libarchive distribution as a whole is Copyright by Tim Kientzle
and is subject to the copyright notice reproduced at the bottom of
this file.
Each individual file in this distribution should have a clear
copyright/licensing statement at the beginning of the file. If any do
not, please let me know and I will rectify it. The following is
intended to summarize the copyright status of the individual files;
the actual statements in the files are controlling.
* Except as listed below, all C sources (including .c and .h files)
and documentation files are subject to the copyright notice reproduced
at the bottom of this file.
* The following source files are also subject in whole or in part to
a 3-clause UC Regents copyright; please read the individual source
files for details:
libarchive/archive_entry.c
libarchive/archive_read_support_filter_compress.c
libarchive/archive_write_add_filter_compress.c
libarchive/mtree.5
* The following source files are in the public domain:
libarchive/archive_getdate.c
* The build files---including Makefiles, configure scripts,
and auxiliary scripts used as part of the compile process---have
widely varying licensing terms. Please check individual files before
distributing them to see if those restrictions apply to you.
I intend for all new source code to use the license below and hope over
time to replace code with other licenses with new implementations that
do use the license below. The varying licensing of the build scripts
seems to be an unavoidable mess.
Copyright (c) 2003-2009 <author(s)>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer
in this position and unchanged.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@ -1 +0,0 @@
http://www.libarchive.org/downloads/libarchive-3.3.3.tar.gz

View File

@ -1 +0,0 @@
3.3.3 2