summaryrefslogtreecommitdiff
path: root/packaging
Commit message (Collapse)AuthorAgeFilesLines
* Preparing for release of 3.3.0pre1 [buildall]v3.3.0pre1Wayne Davison2023-04-291-6/+6
|
* Preparing for release of 3.2.7 [buildall]v3.2.7Wayne Davison2022-10-201-5/+5
|
* Include "buildall" flag in the release commit.Wayne Davison2022-10-161-1/+1
|
* Change fgrep to grep.Wayne Davison2022-10-061-1/+1
|
* Preparing for release of 3.2.7pre1v3.2.7pre1Wayne Davison2022-09-301-6/+6
|
* Improve various things in the checksum codeWayne Davison2022-09-101-0/+18
| | | | | | | | | | - Size flist checksum data to hold the active size, not the max. - Add a negotiated hash method to the daemon auth code. - Use EVP for all openssl digests. This makes it easy to add more openssl digest methods and avoids deprecation warnings. - Support a way to re-enable deprecated digests via openssl conf file and allow a default file to be configured. - Supply a simple openssl-rsync.cnf file to enable legacy digests.
* When deleting a tag, del in the patches dir too.Wayne Davison2022-09-091-0/+2
|
* Preparing for release of 3.2.6v3.2.6Wayne Davison2022-09-091-3/+3
|
* Mention the latest changes.Wayne Davison2022-08-201-0/+1
|
* Make sure that the configure.sh script is up-to-date in a release.Wayne Davison2022-08-192-5/+5
|
* Preparing for release of 3.2.5Wayne Davison2022-08-141-5/+5
|
* Preparing for release of 3.2.5pre2v3.2.5pre2Wayne Davison2022-08-081-4/+4
|
* Preparing for release of 3.2.5pre1v3.2.5pre1Wayne Davison2022-08-011-6/+6
|
* Tweaks to allow for a release.Wayne Davison2022-08-011-1/+3
|
* Preparing for release of 3.2.4v3.2.4Wayne Davison2022-04-151-5/+5
|
* systemd: restart daemon on-failure (#302)Simon Deziel2022-04-111-0/+1
| | | | | | | | man 5 systemd.service: > Setting this to on-failure is the recommended choice for long-running services Partial fix for https://bugzilla.samba.org/show_bug.cgi?id=13463 Signed-off-by: Simon Deziel <simon@sdeziel.info>
* Preparing for release of 3.2.4pre4v3.2.4pre4Wayne Davison2022-03-271-4/+4
|
* Preparing for release of 3.2.4pre3v3.2.4pre3Wayne Davison2022-01-181-4/+4
|
* Tweak rrsync rules in the Makefile.Wayne Davison2022-01-181-2/+2
|
* Facilitate the next release.Wayne Davison2022-01-171-2/+2
|
* Get md-convert to output the release html files in the right dir.Wayne Davison2022-01-151-1/+1
|
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-4/+4
|
* Use standard "git diff" for full diff highlighting support.Wayne Davison2022-01-151-1/+1
|
* Add an arg-protection idiom using backslash-escapesWayne Davison2022-01-091-5/+9
| | | | | | | | The new default is to protect args and options from unintended shell interpretation using backslash escapes. See the new `--old-args` option for a way to get the old-style splitting. This idiom was chosen over making `--protect-args` enabled by default because it is more backward compatible (e.g. it works with rrsync). Fixes #272.
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-6/+6
|
* Add a default single-access lock.Wayne Davison2021-12-271-1/+4
|
* Unify md parsing scripts & improve non-man html conversions.Wayne Davison2021-12-272-105/+1
|
* Test --with-rrsync configure option & put rrsync into the artifacts.Wayne Davison2021-12-261-1/+1
|
* rrsync improvementsWayne Davison2021-12-261-17/+19
| | | | | | | | | | | | - Convert rrsync to python. - Enhance security of arg & option checking. - Reject `-L` (`--copy-links`) by default. - Add `-munge` and `-no-del` options. - Tweak the logfile line format. - Created an rrsync man page. - Use `configure --with-rrsync` if you want `make install` to install rrsync and its man page. - Give lsh more rrsync testing support.
* Add --munge-links rsync option; convert to python.Wayne Davison2021-12-201-76/+129
|
* shell: test -a|o is not POSIX (#250)Issam Maghni2021-11-071-1/+1
|
* A couple minor tweaks.Wayne Davison2021-10-131-1/+1
|
* Some packaging improvements.Wayne Davison2021-10-102-2/+29
|
* Allow the script to be run from inside the packaging dir.Wayne Davison2021-10-011-1/+8
|
* Rename util.c to util1.cWayne Davison2021-02-251-1/+1
| | | | | Fixes an issue where the Makefile's glob of *.c could sort util.c & util2.c in an order that depends on the current collation setting.
* Stop checking for gmake in build scriptsWayne Davison2021-02-041-4/+2
| | | | | | Since a non-cygwin gmake trips up the github cygwin action, let's just require that the user put a good "make" early on their path (a simple `ln -s `which gmake` ~/bin/make` with the right $PATH works fine).
* A couple "make" tweaks.Wayne Davison2021-01-311-1/+1
|
* Tweak cmd_txt routines in the packaging scripts.Wayne Davison2020-11-013-36/+37
|
* Preparing for release of 3.2.3v3.2.3Wayne Davison2020-08-061-5/+5
|
* Some Makefile improvements.Wayne Davison2020-07-291-1/+1
| | | | | | - Improve distclean. - Remove proto.h from GENFILES (we don't need to distribute it). - Improve finddead target.
* Preparing for release of 3.2.3pre1v3.2.3pre1Wayne Davison2020-07-271-6/+6
|
* Need 3.2.3 line in table & tweak to release script.Wayne Davison2020-07-271-1/+1
|
* Set LANG to C to help with some remote build hosts.Wayne Davison2020-07-271-0/+2
|
* Have release script use patch-update --make (not --shell)Wayne Davison2020-07-251-4/+4
|
* Handle the first run of configure; prefer gmake.Wayne Davison2020-07-241-2/+6
|
* Change smart-rebuild to smart-make.Wayne Davison2020-07-242-6/+6
|
* Fix the setting of $make.Wayne Davison2020-07-241-2/+4
|
* Add helper script for a smart rebuild.Wayne Davison2020-07-242-3/+52
|
* Add packages to INSTALL.md; put INSTALL.md on ftp siteWayne Davison2020-07-231-1/+1
|
* Simplify md_parser assignment.Wayne Davison2020-07-231-6/+2
|