13 Commits

Author SHA1 Message Date
semarie
1dbb4ce539 update sysutils/bupstash to 0.12.0
ok sdk@ gonzalo@ bket@
2022-11-08 16:14:42 +00:00
sthen
6781029335 bump REVISION for ports using rust, so that pkg_add -u for i386 users
updates to packages without -znotext (i.e. with text relocations disabled)
makes sense to phessler, semarie, tb
2022-10-28 10:00:45 +00:00
semarie
6f1dbcb6fe adjust rust programs to run with immutable stack
the rust std library has been changed to not try to reallocate
a guard page on the stack.

as the rust std library is statically linked in rust programs,
bump REVISION to force reinstall.
2022-10-09 16:32:18 +00:00
bket
535d4c5dfc Update to bupstash-0.11.1
Bug fix and maintenance release. Changes:
https://github.com/andrewchambers/bupstash/releases/tag/v0.11.1
2022-09-10 19:57:50 +00:00
bket
081e60e949 Update to bupstash-0.11.0
Changes: https://github.com/andrewchambers/bupstash/releases/tag/v0.11.0
2022-03-19 05:29:46 +00:00
bket
34a8a25e31 remove rcs IDs in ports maintained by me 2022-03-08 08:53:49 +00:00
bket
45d79fe4df Update to bupstash-0.10.3
From https://github.com/andrewchambers/bupstash/releases/tag/v0.10.3:
- Fix bug causing 'bupstash serve' remote error messages to be
  unreliably displayed.
- Fix bug where 'bupstash put' ignored a user specified name in certain
  situations.
2021-10-27 07:24:07 +00:00
bket
518460f40f Update to bupstash-0.10.2
- Hot fix release, the bugs fixed caused inconvenient error messages,
  but do not risk any user data.
- Remove upstreamed patch.
2021-08-03 04:59:15 +00:00
bket
087d2e2d86 Update to bupstash-0.10.0
Changes: https://github.com/andrewchambers/bupstash/releases/tag/v0.10.0
2021-08-01 17:08:41 +00:00
bket
9f361efd81 Update to bupstash-0.9.1
Changes: https://github.com/andrewchambers/bupstash/releases/tag/v0.9.1
2021-05-31 15:00:40 +00:00
bket
d26964905f Update to bupstash-0.9.0
Changes: https://github.com/andrewchambers/bupstash/releases/tag/v0.9.0
2021-05-13 17:06:27 +00:00
bket
e1ed03bbb8 Update to bupstash-0.8.0
Changes: https://github.com/andrewchambers/bupstash/releases/tag/v0.8.0
2021-03-24 04:51:14 +00:00
bket
85933396b5 Import bupstash-0.7.0
bupstash is a tool for storing (and retrieving) files and data in an encrypted
bupstash-repository(7).

Some notable features of bupstash include:

- Automatic deduplication of stored data.
- Client side encryption of data.
- Incremental file uploads.
- A tag based query language.
- Optional role based encryption and decryption key separation.
- Remote repositories over ssh.
- Optional, per ssh key access repository controls.
- A multi layered approach to security.
- The bupstash tool itself is divided into subcommands that each have their own
  documentation.

bupstash is alpha software, while all efforts are made to keep bupstash bug
free, we currently recommend using bupstash for making REDUNDANT backups where
failure can be tolerated.

OK sthen@
2021-03-04 04:29:14 +00:00