sylware / nyanlinux (public) (License: AFFERO GPLv3) (since 2019-09-09) (hash sha1)
scripts for a lean, from scratch, amd hardware, linux distro
List of commits:
Subject Hash Author Date (UTC)
curl: update d2c8a295f9cffd933516972842f0e4416b5eaa64 Sylvain BERTRAND 2024-03-30 16:48:26
Gfx stack update 0fb7fecde8955701e0da9e3f0caa9056764ab930 Sylvain BERTRAND 2024-03-30 15:57:45
st: update 863b97695470652fcc8fccdef9c8853b7619873e Sylvain BERTRAND 2024-03-26 16:41:15
move wip to bootstraped d255f3ee5fc8d0bd023587c998453b069d517b04 Sylvain BERTRAND 2024-03-26 16:08:06
wip update 693da463cbabbc636424c276ec33c0e8030365a4 Sylvain BERTRAND 2024-03-25 15:13:06
Gfx stack update 2ad14278984f2a56ed762d0bce236005a00a102b Sylvain BERTRAND 2024-03-24 20:22:08
wip update cd8d13f00bb30913adceae506e2134abfef1d03c Sylvain BERTRAND 2024-03-24 15:18:39
wip update 76ad636619534398e6f5afbc8cfc4b83f12fa613 Sylvain BERTRAND 2024-03-22 15:47:51
wip update 43c8f78e1d499f5ce59d88f4ef23f42fad98ae0d Sylvain BERTRAND 2024-03-21 15:12:28
wip update 9e177957c2645f16a5d2168bd6d797210077be49 Sylvain BERTRAND 2024-03-20 18:00:28
wip update 2c87771f1fd568e1d040f5b21d068d67e13877be Sylvain BERTRAND 2024-03-19 17:44:40
wip update 9256930b8b171ab7632435402981019347e64586 Sylvain BERTRAND 2024-03-18 14:28:18
wip update b9797339cdadb9dee39619179d6adc2803e3e16a Sylvain BERTRAND 2024-03-17 17:40:34
Gfx stack update 23302e45f45dc8caae85abfe98cf2e00f835402f Sylvain BERTRAND 2024-03-16 14:38:58
wip update af9b98c152518b9d90a514591467353462f8be0c Sylvain BERTRAND 2024-03-15 14:09:32
wip update e8cd41538d946f8dd29b30f1f482dcf3a70a5682 Sylvain BERTRAND 2024-03-14 18:36:33
wip update bbb169276917ee9581b79134e12cd67a8a1e0bbc Sylvain BERTRAND 2024-03-13 19:10:35
wip update 5db30028f7ae3010a8df43abdda1e20c74c9ccfc Sylvain BERTRAND 2024-03-12 14:16:33
wip update 6a304417f6a09558e545a8aa5c972b7103a59785 Sylvain BERTRAND 2024-03-11 15:28:30
Gfx stack update 8cdad182888a44928f2a7368426f97acd4399769 Sylvain BERTRAND 2024-03-09 12:43:24
Commit d2c8a295f9cffd933516972842f0e4416b5eaa64 - curl: update
Author: Sylvain BERTRAND
Author date (UTC): 2024-03-30 16:48
Committer name: Sylvain BERTRAND
Committer date (UTC): 2024-03-30 16:48
Parent(s): 0fb7fecde8955701e0da9e3f0caa9056764ab930
Signer:
Signing key:
Signing status: N
Tree: a6b4c85ca6a12fb1e82dfdf311f8e47208ba4495
File Lines added Lines deleted
builders/curl-8.7.1/builder.sh 2 2
File builders/curl-8.7.1/builder.sh copied from file builders/curl-8.0.1/builder.sh (similarity 98%) (mode: 100644) (index 70085eb..3faf91b)
... ... $pkg_dir/configure \
63 63 --disable-smtp \ --disable-smtp \
64 64 --disable-gopher \ --disable-gopher \
65 65 --disable-mqtt \ --disable-mqtt \
66 --enable-manual \
66 --disable-docs \
67 --disable-manual \
67 68 --enable-ipv6 \ --enable-ipv6 \
68 69 --disable-versioned-symbols \ --disable-versioned-symbols \
69 70 --enable-threaded-resolver \ --enable-threaded-resolver \
 
... ... $pkg_dir/configure \
80 81 --without-mbedtls \ --without-mbedtls \
81 82 --without-wolfssl \ --without-wolfssl \
82 83 --without-bearssl \ --without-bearssl \
83 --without-nss \
84 84 --with-ca-fallback \ --with-ca-fallback \
85 85 --without-libssh2 \ --without-libssh2 \
86 86 --without-libssh \ --without-libssh \
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/nyanlinux

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/nyanlinux

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/nyanlinux

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main