| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-25 | Rewrite ninja generation scripts in Lua | Michael Forney | |
| 2017-08-13 | Add dosfstools 4.1 | Michael Forney | |
| 2017-08-11 | Add openntpd 6.2p1 | Michael Forney | |
| 2017-08-04 | Add mandoc 1.14.2 (renamed from mdocml) | Michael Forney | |
| 2017-07-28 | Delete ninja | Michael Forney | |
| It has been replaced with samurai. | |||
| 2017-07-23 | Remove ccid and pcsc | Michael Forney | |
| This was an early, but incomplete attempt to get yubikeys to work. I'll revisit this later. | |||
| 2017-07-22 | Add discount 2.2.2 | Michael Forney | |
| 2017-07-22 | Add samurai git | Michael Forney | |
| 2017-07-08 | Add scron 0.4 | Michael Forney | |
| 2017-07-06 | Add acme-client 0.1.16 | Michael Forney | |
| 2017-06-14 | Add blind 1.1 | Michael Forney | |
| 2017-06-11 | Add utf8proc 2.1.0 | Michael Forney | |
| 2017-06-07 | Add mupdf 1.11 | Michael Forney | |
| 2017-06-06 | Add jbig2dec 0.13 | Michael Forney | |
| 2017-06-03 | Add farbfeld 3 | Michael Forney | |
| 2017-05-25 | Add bearssl 0.4 | Michael Forney | |
| 2017-03-26 | Add nginx 1.10.3 | Michael Forney | |
| 2017-03-11 | Add libinput 1.6.3 | Michael Forney | |
| 2017-03-02 | Add syslinux 6.03 | Michael Forney | |
| For now just use the pre-compiled binaries, but build our own static extlinux. | |||
| 2017-02-25 | Add strace 4.16 | Michael Forney | |
| 2017-02-22 | Add mtdev 1.1.5 | Michael Forney | |
| 2016-12-29 | Add netsurf 3.6 | Michael Forney | |
| {nsgenbind,webidl}-{lexer,parser}.{c,h} were generated using flex and bison on unmodified 0.4 sources. | |||
| 2016-12-29 | Add libjpeg-turbo 1.5.1 | Michael Forney | |
| 2016-12-29 | Add adobe-source-fonts | Michael Forney | |
| 2016-12-29 | Add libpng 1.6.26 | Michael Forney | |
| 2016-12-13 | Move to flat package hierarchy | Michael Forney | |
| Note to self: never try to move submodules again To migrate your existing submodules (more or less): set -x set -e mkdir .git/modules/pkg for old in */*/src ; do new="pkg/${old#*/}" if ! [ -f "$old/.git" ] || [ "${old%%/*}" = pkg ] ; then continue fi git -C ".git/modules/$old" config core.worktree "../../../../../$new" rmdir "$new" mv "$old" "$new" sed -e "s,$old,$new," "$new/.git" > "$new/.git.tmp" mv "$new/.git.tmp" "$new/.git" mkdir ".git/modules/${new%/src}" mv ".git/modules/$old" ".git/modules/$new" rm "${old%/src}"/*.ninja mv "${old%/src}"/*.tar.{gz,xz,bz2} "${new%/src}/" rmdir "${old%/src}" || true done sed -e 's,^\[submodule "[^/]*/,[submodule "pkg/,' .git/config > .git/config.tmp mv .git/config.tmp .git/config | |||
