149589 Commits

Author SHA1 Message Date
ajacoutot
5fb393261b Update to accerciser-3.36.3. 2020-08-13 15:20:38 +00:00
ajacoutot
4ebf381222 Update to deja-dup-42.2. 2020-08-13 15:20:16 +00:00
ajacoutot
5de4df451f Update to gnumeric-1.12.48. 2020-08-13 15:13:09 +00:00
ajacoutot
269dedff0a Update to goffice-0.10.48. 2020-08-13 15:12:52 +00:00
ajacoutot
fbbb2f211c Update to consul-1.8.3. 2020-08-13 15:05:13 +00:00
jca
7ee4b0f0b5 Tentative fix for the relocation error seen with clang/lld 10 on i386
I have a hunch that kettenis' fix for binutils-2.17 on amd64 also
applies to this failure.
ok sthen@, doesn't look completely wrong to kettenis@ :)
2020-08-13 15:00:17 +00:00
ajacoutot
6b4fde0730 Update to awscli-1.18.118. 2020-08-13 14:47:11 +00:00
ajacoutot
6b06d62ffb Update to py3-boto3-1.14.41. 2020-08-13 14:46:53 +00:00
ajacoutot
303295ba91 Update to py3-botocore-1.17.41. 2020-08-13 14:46:41 +00:00
ajacoutot
6c1fd282bd Update to OpenEXR-2.5.3. 2020-08-13 14:38:25 +00:00
ajacoutot
574ccfeb0a Update to terraform-0.13.0. 2020-08-13 14:36:20 +00:00
bcallah
0c5bf34303 Update to wtf-20200809 2020-08-13 14:20:18 +00:00
sthen
a9793b19f9 update to Wireshark 3.2.6 2020-08-13 14:17:03 +00:00
bcallah
a1288c35e3 Update to ugrep-2.5.2
Changelog: https://github.com/Genivia/ugrep/releases/tag/v2.5.2
2020-08-13 14:13:50 +00:00
ajacoutot
d5062e5dd2 Update to google-cloud-sdk-305.0.0. 2020-08-13 14:10:25 +00:00
ajacoutot
84b6d034b5 Update to exoscale-cli-1.16.0. 2020-08-13 14:03:09 +00:00
bcallah
475f912824 Reserve 858 for _purritobin. Forgot to do this on import.
Spotted by naddy@, thanks.
2020-08-13 14:02:18 +00:00
ajacoutot
6428f11d32 Update to osinfo-db-20200804. 2020-08-13 14:01:29 +00:00
ajacoutot
1396c72cbb Update to hwdata-0.338. 2020-08-13 13:57:37 +00:00
ajacoutot
7386ae0c55 Missing dependency on py3-distro.
Remove redundant 'import platform'.

prodded by gjones5555
2020-08-13 13:55:25 +00:00
ajacoutot
fa9b74381b Update to evolution-ews-3.36.5. 2020-08-13 13:44:26 +00:00
ajacoutot
7477e7f6fd Update to evolution-3.36.5. 2020-08-13 13:44:07 +00:00
ajacoutot
b5e085dd40 Update to evolution-data-server-3.36.5. 2020-08-13 13:43:53 +00:00
bket
74d84d047e +py-pebble 2020-08-13 07:36:27 +00:00
bket
5008528bbd Import py-pebble-4.5.3
DESCR:
Pebble aims to help managing threads and processes in an easier way. It wraps
Python's standard library threading and multiprocessing objects.

OK mariani@
2020-08-13 07:32:23 +00:00
mariani
fb92f98e1a Update devel/py-wurlitzer 2.0.0 to 2.0.1
Changelog:
b0b028f12e/CHANGELOG.md (201)

pytest: 9 out of 9 tests passed.
Tested with devel/spyder OK on amd64 (only consumer).
2020-08-13 03:45:51 +00:00
mariani
8ed0163261 Update devel/py-rope 0.16.0 to 0.17.0
Changelog:
https://github.com/python-rope/rope/releases/tag/0.17.0

Start using pytest according to docs.
pytest: 194 out of 194 tests passed, 316 warnings (related to python deprecations).
Tested with devel/spyder OK on amd64 (only consumer).
2020-08-13 03:44:39 +00:00
afresh1
476becf898 +p5-Alt-Crypt-RSA-BigInt +p5-Crypt-OpenPGP +p5-Unix-OpenBSD-Random 2020-08-13 03:10:37 +00:00
afresh1
9d77bcfc14 Bring back p5-Crypt-OpenPGP
The patch by me converts it to use arc4random_buf instead of normal
ways of getting random data.


Crypt::OpenPGP is a pure-Perl implementation of the OpenPGP standard.
In addition to support for the standard itself, Crypt::OpenPGP
claims compatibility with many other PGP implementations, both those
that support the standard and those that preceded it.

Crypt::OpenPGP provides signing/verification, encryption/decryption,
keyring management, and key-pair generation; in short it should
provide you with everything you need to PGP-enable yourself.
Alternatively it can be used as part of a larger system; for example,
perhaps you have a web-form-to-email generator written in Perl, and
you'd like to encrypt outgoing messages, because they contain
sensitive information. Crypt::OpenPGP can be plugged into such a
scenario, given your public key, and told to encrypt all messages;
they will then be readable only by you.

This module currently supports RSA and DSA for digital signatures,
and RSA and ElGamal for encryption/decryption. It supports the
symmetric ciphers 3DES, Blowfish, IDEA, Twofish, CAST5, and Rijndael
(AES). Rijndael is supported for key sizes of 128, 192, and 256
bits. Crypt::OpenPGP supports the digest algorithms MD5, SHA-1, and
RIPE-MD/160. And it supports ZIP and Zlib compression.

Originally from henning@ with patches and adjustements by me
OK sthen@
2020-08-13 03:09:52 +00:00
afresh1
07a64a758a Import security/p5-Unix-OpenBSD-Random
A wafer-thin wrapper around the arc4random(3) library function.

OK sthen@
2020-08-13 03:06:01 +00:00
afresh1
1f43e610fd Import security/p5-Alt-Crypt-RSA-BigInt
This is a rework of Crypt::RSA to remove Math::Pari and instead base
all operations on Math::BigInt.

This first version is intended to be a plug-in replacement for
Crypt::RSA, with no user-visible changes. This means some issues
will remain unresolved until future versions.

Originally from henning@ with adjustments by me
OK sthen@
2020-08-13 03:05:17 +00:00
afresh1
91ee99f987 +p5-Math-Prime-Util and p5-Math-Prime-Util-GMP 2020-08-13 03:03:42 +00:00
afresh1
9686803005 Import math/p5-Math-Prime-Util
A module for number theory in Perl. This includes prime sieving,
primality tests, primality proofs, integer factoring, counts /
bounds / approximations for primes, nth primes, and twin primes,
random prime generation, and much more.

This module is the fastest on CPAN for almost all operations it
supports. This includes Math::Prime::XS, Math::Prime::FastSieve,
Math::Factor::XS, Math::Prime::TiedArray, Math::Big::Factors,
Math::Factoring, and Math::Primality (when the GMP module is
available). For numbers in the 10-20 digit range, it is often orders
of magnitude faster. Typically it is faster than Math::Pari for
64-bit operations.

All operations support both Perl UV's (32-bit or 64-bit) and bignums.
If you want high performance with big numbers (larger than Perl's
native 32-bit or 64-bit size), you should install Math::Prime::Util::GMP
and Math::BigInt::GMP. This will be a recurring theme throughout
this documentation -- while all bignum operations are supported in
pure Perl, most methods will be much slower than the C+GMP alternative.

The module is thread-safe and allows concurrency between Perl threads
while still sharing a prime cache. It is not itself multi-threaded.
See the Limitations section if you are using Win32 and threads in
your program. Also note that Math::Pari is not thread-safe (and
will crash as soon as it is loaded in threads), so if you use
Math::BigInt::Pari rather than Math::BigInt::GMP or the default
backend, things will go pear-shaped.

Two scripts are also included and installed by default:
 * primes.pl displays primes between start and end values or
             expressions, with many options for filtering (e.g.
             twin, safe, circular, good, lucky, etc.). Use --help
             to see all the options.
 * factor.pl operates similar to the GNU factor program.
             It supports bigint and expression inputs.

Original from henning@ with adjustments by me
OK sthen@
2020-08-13 03:03:11 +00:00
afresh1
80c75785b3 Import math/p5-Math-Prime-Util-GMP
A module for number theory in Perl using GMP. This includes primality
tests, getting primes in a range, factoring, and more.

While it certainly can be used directly, the main purpose of this
module is for Math::Prime::Util. That module will automatically
load this one if it is installed, greatly speeding up many of its
operations on big numbers.

Inputs and outputs for big numbers are via strings, so you do not
need to use a bigint package in your program. However if you do use
bigints, inputs will be converted internally so there is no need
to convert before a call. Output results are returned as either
Perl scalars (for native-size) or strings (for bigints). Math::Prime::Util
tries to reconvert all strings back into the callers bigint type
if possible, which makes it more convenient for calculations.

The various is_*_pseudoprime tests are more appropriately called
is_*_probable_prime or is_*_prp. They return 1 if the input is a
probable prime based on their test. The naming convention is
historical and follows Pari, Math::Primality, and some other math
packages. The modern definition of pseudoprime is a composite that
passes the test, rather than any number.

Originally from henning@ with adjustments by me
OK sthen@
2020-08-13 03:02:20 +00:00
naddy
404acfbb21 Update to 5.1. Improvements:
- M-Bsp deletes a word leftward.
- With --indicator a "scrollbar" is shown, indicating position+portion.
- M-Ins places an anchor, M-PgUp/M-PgDn jump to the nearest anchor.
- Toggling help lines (M-X) and Refresh (^L) work nearly everywhere.
- Colors can be modified with the attributes "bold," and/or "italic,".
- Nine new color names: from pink and purple to orange and latte.
2020-08-12 20:49:16 +00:00
remi
1e553fa03b Update vdirsyncer to version 0.16.8.
The patch "patch-docs_conf_py" is now included and not needed anymore.
Backport two simple patches from master. They are needed for vdirsyncer
to work with newer click versions.

ok sthen@
2020-08-12 19:48:29 +00:00
sthen
d5e754dfe6 update to Dovecot Pigeonhole 0.5.11 to match Dovecot 2.3.11.3, ok Brad (maintainer) 2020-08-12 15:21:35 +00:00
sthen
6cd5416dab update to Dovecot 2.3.11.3, ok Brad (maintainer)
includes some crash fixes, see https://github.com/dovecot/core/blob/2.3.11.3/NEWS
2020-08-12 15:21:11 +00:00
sthen
c21f9e6ea3 rm empty file, pointed out by Brad 2020-08-12 14:59:23 +00:00
sthen
81d6c29acd update to Postfix 3.5.6, from Brad 2020-08-12 14:47:28 +00:00
sthen
760680f62b update to MariaDB 10.5.5, from Brad 2020-08-12 14:43:54 +00:00
bket
16bd2d31e0 Update to py-prompt_toolkit-3.0.6
Changelog:
https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.6/CHANGELOG
2020-08-12 05:10:26 +00:00
bcallah
6f4714eb00 +purritobin 2020-08-11 21:44:42 +00:00
bcallah
8b9082e7ab Import www/purritobin, a minimalistic command line pastebin.
Original submission from Aisha Tammy (upstream), who takes MAINTAINER --
thanks!
tweaks and ok sthen@
2020-08-11 21:43:59 +00:00
bcallah
9ba3f7f061 +screenkey 2020-08-11 21:33:56 +00:00
bcallah
d2e44fddf4 Import x11/screenkey, a utility to display keypresses on screen.
Original submission from Laurence Tratt, who takes MAINTAINER -- thanks!
Additional testing from Stefan Hagan and Florian Viehweger.
tweaks and ok sthen@
2020-08-11 21:33:22 +00:00
landry
a5f46e55f0 Use the powerpc fix for missing RunStyles symbols on all 32-bits archs
fixes geo/qgis build failure on i386 after the llvm update
2020-08-11 18:58:44 +00:00
bcallah
dbf67e79d1 Update to ugrep-2.5.1
Changelog: https://github.com/Genivia/ugrep/releases/tag/v2.5.1
2020-08-11 15:16:56 +00:00
landry
e4956ac253 +hw-probe 2020-08-11 14:54:41 +00:00
landry
b46ca54294 Import hw-probe 1.6beta, from maintaineri David Dahlberg
A tool to probe for hardware, check operability and find drivers
with the help of Linux hardware database: https://linux-hardware.org

For BSD users: https://bsd-hardware.info

Please be aware that running hw-probe without parameters implies
"-all -upload" and will upload a lot of information about your
current OS and hardware configuration to the online database.

ok sthen@
2020-08-11 14:54:11 +00:00