Tags give the ability to mark specific points in history as being important
-
20251205
7c3f516d · ·Release 20251205. * -x: change date format of .bak files to `file.cfg-YYYYMMDD_NUM'
-
20250707
5cb33e20 · ·Release 20250707. + -C -m: only compare MD5 checksum (via CHECKSUMS.md5) for updates. * -C -C: suppress output of download command.
-
20240913
4e52f677 · ·Release 20240913. * Replace touch(1) calls with `:>'. * do_pkg: removes packages too, now. Replaced all occurrences of REMOVEPKG with `do_pkg -r <name>'. This also disallows interrupting via .
-
20240904
0d9da820 · ·Release 20240904. * -R: update/change default RSYNCARGS. * -j: support wget2, too. * dload: fix ncftpget check: exited in case mirror is ftp. * dload: fix lftp flags.
-
20240821
fd5bf50e · ·Release 20240821. * -Y: small cleanup. No functional changes. * Tried to reduce nesting somewhat, especially inside difflist(). + Support wget2, also simplified dload a little.
-
20240802
41d8e3e9 · ·Release 20240802. * cleanup: don't print message twice. * -j -i: fixed, did only output the newest version to stdout.
-
-
20240720
66f82ee4 · ·Release 20240720. * -x: o)'s m) option will tack on the date (YYYY-MM-DD) as well now. * Fix `slacker l' getting `patches/' instead of `l/' (from series) when `patches' is first in REPOPRIO. This is the old behaviour of release 20190820.
-
20240716
b399f427 · ·Release 20240716. * Really fixed installation of local packages. * Fixed reinstallation of packages. * Fix reinstallation, logic was inverted. + -x: list of options is more succinct now. * -x: i) became o) + -x: o) now has a new option M) which was m) before. the new m) will not overwrite old .bak files, but tack on a number instead if an older .bak file already exists. -
20240708
3070005d · ·Release 20240708. * Fixed installation of local packages, i.e. `slacker /path/to/pkg.txz'. * Fixed -t -t: tagdir got removed via cleanup(), slacker uses another mktemp dir with `tagdir' prefixed. * -t -t: adjusted progress bar, got a bit cluttered.
-
20240705
96eaf434 · ·Release 20240705. * r|reinstall: fix slacker outputting grep results. + slacker.8: added HINTS section.
-
-
-
20240418
73755e48 · ·Release 20240418. * Remove -h from grep calls where it's unnecessary. * Always use mktemp(1) for creation of temporary files.
-
-
20240410
bc8d8e25 · ·Release 20240410. * Replace last _zgrep calls with _gunz. -Z: was broken due to wrong if-else. * _gunz: don't exit if list does not exist. - slacker.conf.5: removed references to PRIO_LOGIC. + slacker.8: add OPERATIONS section, giving a quick overview so far.
-
20240406
d5c6a27a · ·Release 20240406. * More changes, especially regarding formatting/nesting. - Removed PRIO_LOGIC, which was too messy to work with and had been surpassed by REWRITE_ARGS anyway. - Removed _zgrep function, added _gunz. Runs `gzip -dc <file>' only. * -b by itself will now display the blacklist (without PAGER) and then exit.
-
20240405
7ac3c4cb · ·Release 20240405. * More formatting and style changes. * test_net: replace google.com with kernel.org. + Not documented so far, though allow to use the following letters for certain operations: d -> download i -> install R -> remove r -> remove U -> upgrade u -> update * Fix `d|download' being displayed in the `processing ..' progress meter.
-
20240404
64b51883 · ·Release 20240404. * Further style changes. - -J: removed. + -j: support both wget and curl. + -j -i: added. Does what `-J' did, though instead it redirects the new version into $0. * tnftp: fixed, was using the $tnftp variable still that got removed earlier. * slacker.8: corrected: -r -r -> -r -f.
-
20240320
33373e02 · ·Release 20240320. * `arg_list' needs to exist, using touch to create it. * Create some temporary files that need to exist. * Remove backslashes from printf command.