Wayne Davison
6c8ca91c73
Preparing for release of 3.3.0 [buildall]
2024-04-06 09:30:21 -07:00
Wayne Davison
9a06b2edb0
Preparing for release of 3.3.0pre1 [buildall]
2023-04-29 09:01:43 -07:00
Wayne Davison
6b5ae825db
Preparing for release of 3.2.7 [buildall]
2022-10-20 17:57:22 -07:00
Wayne Davison
ad6245f394
Include "buildall" flag in the release commit.
2022-10-16 12:14:46 -07:00
Wayne Davison
6ba434de5c
Change fgrep to grep.
2022-10-06 22:18:48 -07:00
Wayne Davison
ed4b3448be
Preparing for release of 3.2.7pre1
2022-09-30 12:36:21 -07:00
Wayne Davison
7e2711bb2b
Improve various things in the checksum code
...
- 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.
2022-09-10 11:39:37 -07:00
Wayne Davison
1f12b196fd
When deleting a tag, del in the patches dir too.
2022-09-09 12:59:22 -07:00
Wayne Davison
db5bfe67a5
Preparing for release of 3.2.6
2022-09-09 12:23:37 -07:00
Wayne Davison
706bff9176
Mention the latest changes.
2022-08-20 08:30:22 -07:00
Wayne Davison
2c1204032b
Make sure that the configure.sh script is up-to-date in a release.
2022-08-19 09:49:52 -07:00
Wayne Davison
5fcf20ee9d
Preparing for release of 3.2.5
2022-08-14 10:15:08 -07:00
Wayne Davison
5ce575b157
Preparing for release of 3.2.5pre2
2022-08-08 22:50:31 -07:00
Wayne Davison
0773cecc1f
Preparing for release of 3.2.5pre1
2022-08-01 18:51:07 -07:00
Wayne Davison
8e33586359
Tweaks to allow for a release.
2022-08-01 18:50:28 -07:00
Wayne Davison
0ac7ebceef
Preparing for release of 3.2.4
2022-04-15 13:31:16 -07:00
Simon Deziel
d41bb98c09
systemd: restart daemon on-failure ( #302 )
...
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 >
2022-04-11 09:08:11 -07:00
Wayne Davison
d821e4cbfb
Preparing for release of 3.2.4pre4
2022-03-27 14:59:57 -07:00
Wayne Davison
cc83294316
Preparing for release of 3.2.4pre3
2022-01-18 23:47:45 -08:00
Wayne Davison
08c8375acb
Tweak rrsync rules in the Makefile.
2022-01-18 23:13:22 -08:00
Wayne Davison
0bd8e85185
Facilitate the next release.
2022-01-17 19:43:43 -08:00
Wayne Davison
d2cc1149b3
Get md-convert to output the release html files in the right dir.
2022-01-15 19:12:03 -08:00
Wayne Davison
c3b553a93f
Preparing for release of 3.2.4pre2
2022-01-15 17:21:01 -08:00
Wayne Davison
eb0b41587c
Use standard "git diff" for full diff highlighting support.
2022-01-15 17:20:11 -08:00
Wayne Davison
6b8db0f644
Add an arg-protection idiom using backslash-escapes
...
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 .
2022-01-09 17:47:24 -08:00
Wayne Davison
3e44bbd313
Preparing for release of 3.2.4pre1
2022-01-02 15:13:19 -08:00
Wayne Davison
e07f8fb863
Add a default single-access lock.
2021-12-27 17:57:53 -08:00
Wayne Davison
a2b630c0bb
Unify md parsing scripts & improve non-man html conversions.
2021-12-27 14:24:05 -08:00
Wayne Davison
a76e32f949
Test --with-rrsync configure option & put rrsync into the artifacts.
2021-12-26 14:58:16 -08:00
Wayne Davison
72adf49ba8
rrsync improvements
...
- 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.
2021-12-26 12:29:00 -08:00
Wayne Davison
d9015da151
Add --munge-links rsync option; convert to python.
2021-12-20 13:51:50 -08:00
Issam Maghni
8f383e8987
shell: test -a|o is not POSIX ( #250 )
2021-11-07 10:23:01 -08:00
Wayne Davison
0f87eafa2f
A couple minor tweaks.
2021-10-13 10:39:44 -07:00
Wayne Davison
ec8a05f653
Some packaging improvements.
2021-10-10 09:28:24 -07:00
Wayne Davison
050fdd4126
Allow the script to be run from inside the packaging dir.
2021-10-01 13:23:30 -07:00
Wayne Davison
d3085f7add
Rename util.c to util1.c
...
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.
2021-02-25 09:14:33 -08:00
Wayne Davison
ef36b097bf
Stop checking for gmake in build scripts
...
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).
2021-02-04 20:51:04 -08:00
Wayne Davison
83f7372369
A couple "make" tweaks.
2021-01-31 11:10:38 -08:00
Wayne Davison
286e164ed6
Tweak cmd_txt routines in the packaging scripts.
2020-11-01 11:27:08 -08:00
Wayne Davison
e94bad1c15
Preparing for release of 3.2.3
2020-08-06 20:57:26 -07:00
Wayne Davison
dfe3b77cb5
Some Makefile improvements.
...
- Improve distclean.
- Remove proto.h from GENFILES (we don't need to distribute it).
- Improve finddead target.
2020-07-29 11:51:55 -07:00
Wayne Davison
8695bcc2b1
Preparing for release of 3.2.3pre1
2020-07-27 17:56:25 -07:00
Wayne Davison
4ae6f708b1
Need 3.2.3 line in table & tweak to release script.
2020-07-27 17:54:48 -07:00
Wayne Davison
13cec31f7f
Set LANG to C to help with some remote build hosts.
2020-07-27 16:48:48 -07:00
Wayne Davison
d274b2096f
Have release script use patch-update --make (not --shell)
2020-07-25 10:52:49 -07:00
Wayne Davison
e07d79ad50
Handle the first run of configure; prefer gmake.
2020-07-24 17:37:01 -07:00
Wayne Davison
2f74eb7584
Change smart-rebuild to smart-make.
2020-07-24 17:25:09 -07:00
Wayne Davison
39741c7d50
Fix the setting of $make.
2020-07-24 16:49:55 -07:00
Wayne Davison
3f016888fd
Add helper script for a smart rebuild.
2020-07-24 14:19:19 -07:00
Wayne Davison
e00662f263
Add packages to INSTALL.md; put INSTALL.md on ftp site
2020-07-23 17:29:13 -07:00