| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-13 | expat: Update to 2.6.2 | Michael Forney | |
| 2021-05-27 | expat: Update to 2.4.1 | Michael Forney | |
| 2021-04-17 | expat: Update to 2.3.0 | Michael Forney | |
| 2020-10-07 | expat: Update to 2.2.10 | Michael Forney | |
| 2019-10-03 | expat: Update to 2.2.9 | Michael Forney | |
| 2019-09-20 | expat: Update to 2.2.8 | Michael Forney | |
| 2019-06-26 | expat: Update to 2.2.7 | Michael Forney | |
| 2018-11-06 | expat: Use musl 1.1.20 getrandom wrapper | Michael Forney | |
| 2018-08-26 | expat: Update to 2.2.6 | Michael Forney | |
| 2017-11-01 | expat: Update to 2.2.5 | Michael Forney | |
| 2017-09-01 | expat: Update to 2.2.4 | Michael Forney | |
| 2017-08-04 | expat: Update to 2.2.3 | Michael Forney | |
| 2017-07-15 | expat: Use arc4random_buf | Michael Forney | |
| 2017-07-15 | expat: Update to 2.2.2 | 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 | |||
