Path to this page:
./
net/py-magic-wormhole,
Securely transfer data between computers
Branch: CURRENT,
Version: 0.15.0,
Package name: py312-magic-wormhole-0.15.0,
Maintainer: gdtThis package provides a library and a command-line tool named
wormhole, which makes it possible to get arbitrary-sized files and
directories (or short pieces of text) from one computer to
another. The two endpoints are identified by using identical "wormhole
codes": in general, the sending machine generates and displays the
code, which must then be typed into the receiving machine.
The codes are short and human-pronounceable, using a
phonetically-distinct wordlist. The receiving side offers
tab-completion on the codewords, so usually only a few characters must
be typed. Wormhole codes are single-use and do not need to be
memorized.
Master sites:
Filesize: 276.461 KB
Version history: (Expand)
- (2024-09-05) Updated to version: py312-magic-wormhole-0.15.0
- (2023-11-19) Updated to version: py311-magic-wormhole-0.13.0nb2
- (2023-10-26) Updated to version: py311-magic-wormhole-0.13.0nb1
- (2023-09-10) Updated to version: py311-magic-wormhole-0.13.0
- (2023-02-09) Updated to version: py310-magic-wormhole-0.12.0nb4
- (2022-01-05) Updated to version: py39-magic-wormhole-0.12.0nb4
CVS history: (Expand)
2023-11-17 17:41:02 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-magic-wormhole: add ALTERNATIVES file
Bump PKGREVISION.
|
2023-10-25 23:35:42 by Thomas Klausner | Files touched by this commit (3) |
Log message:
py-magic-wormhole: fix build with Python 3.12
(already done upstream)
Bump PKGREVISION.
|
2023-09-09 23:29:18 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-magic-wormhole: update to 0.13.0.
## Release 0.13.0 (10-Aug-2023)
* Python 2.7 support is dropped (#457)
* Python 3.5 and 3.6 are past their EOL date and support is dropped (#448)
* SECURITY: Replace "weird" characters in receiver's display (#476)
* SECURITY: all past binary signatures are now in Git
* Use the HKDF primitive from "cryptography" (#462)
* `wormhole receive` now accepts `--allocate-code` so that a sender can
use `--code` to send them a file (#450)
* Stream to disk after 10MB on directory receive (#447)
* Handle SSH keys with comments properly (#434)
* Properly parse IPv6 Transit address (#461)
Also of interest to developers in this release are a few changes
to the experimental Dilation implementation and description; some
documentation cleanups; dropping of dependencies; and some test
cleanups. The Dilation changes properly send `use-version` and
split messages over Noise-sized chunks more seamlessly (allowing
the specified 4-byte maximum message size at the application layer).
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2021-06-27 18:37:18 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-magic-wormhole: add missing test dependencies
Now all tests pass.
|