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)
fix openssh nasty bug due to linking to static libressl bddd58feb4ffd205f08430069840f0878775ec75 Sylvain BERTRAND 2019-09-13 23:28:10
update links and enable freetype/fontconfig b51e63a4d6ef5e78789d7246a5f1481ac62b68a0 Sylvain BERTRAND 2019-09-11 02:32:00
update openssh 56c06574ee36175891cd6ac8bca4405324f6dcf9 Sylvain BERTRAND 2019-09-11 01:49:32
update libressl 9b49618b8f194a4c5af4cca5ec2394d9de4a7a47 Sylvain BERTRAND 2019-09-11 01:49:03
update freetype shared dynamic lib 345eb8bd48c61a50c467475704f00f62dec21890 Sylvain BERTRAND 2019-09-11 01:45:49
gfx stack update 6fe5530231ab855ba9cd027ce01cefb8ee6f21d3 Sylvain BERTRAND 2019-09-09 17:31:01
move the comment 5c8f4662c6adb71cedd8e0ecb8f619e3ec0eb235 Sylvain BERTRAND 2019-09-06 11:24:26
gfx stack update ad4649440de4767f6c8e19d3fef195f83f5692df Sylvain BERTRAND 2019-09-02 18:44:20
cleanup the vim rc file for st 8e79fbae8dc9012e7375ab4f36cdbc257499ed0f Sylvain BERTRAND 2019-08-28 18:58:46
gfx stack update 88adf3214b48956bfb80123a488d63e5dbb894a2 Sylvain BERTRAND 2019-08-26 22:28:57
gfx stack update b1523ccd3b839a3283b81caac5b31f5925b1a53e Sylvain BERTRAND 2019-08-19 18:33:40
gfx stack update (llvm is broken) a7abbdfa6aa3f5590c495604532d643ad265c62f Sylvain BERTRAND 2019-08-12 23:30:59
gfx stack update 539eca82bea2aa97ecec53e0e3a0b3b542df954b Sylvain BERTRAND 2019-08-05 14:41:05
gfx stack update a45590fd2cf98c310a418e85767543228c12475f Sylvain BERTRAND 2019-07-30 03:14:12
gfx stack update a86caca36bb79689296c0faffe3ac321911ac66e Sylvain BERTRAND 2019-07-23 19:07:32
gfx stack update fae46b3c08698cfe4394ee04bbec3ab1339f67e4 Sylvain BERTRAND 2019-07-16 22:09:24
map generator script tidying a6d94608df12c1c7f96e5e3290f80b537cc2104f Sylvain BERTRAND 2019-07-12 18:14:16
gfx stack update 5570ddb901ca177ddaa00a302fd66c3f1a73275b Sylvain BERTRAND 2019-07-08 19:03:09
gfx stack update 2720626971b434e7ba2126e9aee38ded4739aaa4 Sylvain BERTRAND 2019-07-02 02:34:17
gfx stack update 98f523c2a571a4c5a9fd7a71b661fc32eec9851b Sylvain BERTRAND 2019-06-24 20:17:18
Commit bddd58feb4ffd205f08430069840f0878775ec75 - fix openssh nasty bug due to linking to static libressl
Author: Sylvain BERTRAND
Author date (UTC): 2019-09-13 23:28
Committer name: Sylvain BERTRAND
Committer date (UTC): 2019-09-13 23:28
Parent(s): b51e63a4d6ef5e78789d7246a5f1481ac62b68a0
Signing key:
Tree: ca069e0f4fe66436f1c38bd160a74b9e5760c790
File Lines added Lines deleted
builders/openssh-0/builder.sh 9 0
builders/openssh-0/missing-protos.h 9 0
File builders/openssh-0/builder.sh changed (mode: 100644) (index 02dc936..73fbc46)
... ... cd $src_dir_root
8 8 rm -Rf $src_name-$version rm -Rf $src_name-$version
9 9 tar xf $archive_name tar xf $archive_name
10 10
11 #-------------------------------------------------------------------------------
12 # fix missing prototypes of compat openbsd funcs which are in static libressl
13 # libs... without that 64 bits values are truncated to 32 bits values...
14 cd $src_dir
15 cp $nyan_root/builders/$pkg_name/missing-protos.h ./
16 sed -i -e '$ d' ./includes.h
17 printf '#include "missing-protos.h"\n#endif /* INCLUDES_H */' >>./includes.h
18 #-------------------------------------------------------------------------------
19
11 20 build_dir=$builds_dir_root/$pkg_name-$version build_dir=$builds_dir_root/$pkg_name-$version
12 21 rm -Rf $build_dir rm -Rf $build_dir
13 22 mkdir -p $build_dir mkdir -p $build_dir
File builders/openssh-0/missing-protos.h added (mode: 100644) (index 0000000..7fce972)
1 void *recallocarray(void *ptr, size_t oldnmemb, size_t newnmemb, size_t size);
2 size_t strlcat(char *dst, const char *src, size_t siz);
3 void freezero(void *ptr, size_t sz);
4 int timingsafe_bcmp(const void *b1, const void *b2, size_t n);
5 size_t strlcpy(char *dst, const char *src, size_t siz);
6 void arc4random_buf(void *buf, size_t n);
7 u_int32_t arc4random(void);
8 u_int32_t arc4random_uniform(u_int32_t upper_bound);
9 size_t strlcpy(char *dst, const char *src, size_t siz);
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