Commit Graph

136970 Commits

Author SHA1 Message Date
bcallah
c3abfb9f60 Update to bfs-1.4
Changelog: https://github.com/tavianator/bfs/releases/tag/1.4
2019-04-17 17:11:25 +00:00
semarie
cffc75eabd update to 1.11
OK kmos@
2019-04-17 15:25:09 +00:00
semarie
fb5d96ab85 update to 8.10.10
OK kmos@
2019-04-17 15:24:15 +00:00
naddy
3c5b7a9ad4 don't hardcode "gcc" for linking 2019-04-17 15:20:21 +00:00
solene
6a9e9f3d54 Update to gitea-1.7.6
Fix CVE-2019-11228 and CVE-2019-11229

ok kn@ robert@
2019-04-17 13:19:49 +00:00
robert
f2974dca7c update to 3.5.5.2236 2019-04-17 13:01:21 +00:00
robert
46b3d07af7 update to 8.7.80.856 2019-04-17 13:01:02 +00:00
robert
2195fa6032 update to 2019.04.73 2019-04-17 11:48:53 +00:00
sthen
1941b1ff35 update to github-backup-0.22.2, from maintainer Laurie Tratt 2019-04-17 09:40:27 +00:00
bket
d94739e721 Update to zstd-1.4.0.
Changelog: https://github.com/facebook/zstd/blob/master/CHANGELOG

Bump major of SHARED_LIBS as symbols have been removed.

OK sthen@
2019-04-17 08:01:01 +00:00
semarie
5624f7e115 tryton 5.0: maintenance update
it seems I missed proteus in latest commits
2019-04-17 06:59:18 +00:00
semarie
cacb466dd5 update to 1.34.0
announce: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html
changelog: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1340-2019-04-11
2019-04-17 06:55:59 +00:00
bket
a517da9b32 Update to lastpass-cli-1.3.3.
Changelog: https://github.com/lastpass/lastpass-cli/blob/master/CHANGELOG.md

Upstream provides distfile via githubs release infrastructure.
2019-04-17 06:39:55 +00:00
rpointel
c7d8b2eb58 update XlsxWriter to 1.1.6. 2019-04-17 05:56:58 +00:00
jsg
62f63ee2d7 update to 1.20190401 2019-04-17 02:24:56 +00:00
sebastia
43ad299727 hook up pixiewps and reaver 2019-04-16 20:48:28 +00:00
sebastia
acdd4eac5f import reaver
Reaver implements a brute force attack against Wifi Protected Setup
(WPS) registrar PINs in order to recover WPA/WPA2 passphrases, as
described in Brute forcing Wi-Fi Protected Setup When poor design meets
poor implementation. by Stefan Viehboeck.  Reaver has been designed to
be a robust and practical attack against Wi-Fi Protected Setup (WPS)
registrar PINs in order to recover WPA/WPA2 passphrases and has been
tested against a wide variety of access points and WPS implementations.
Depending on the target's Access Point (AP), to recover the plain text
WPA/WPA2 passphrase the average amount of time for the transitional
online brute force method is between 4-10 hours. In practice, it will
generally take half this time to guess the correct WPS pin and recover
the passphrase. When using the offline attack, if the AP is vulnerable,
it may take only a matter of seconds to minutes.

feedback and OK already some time ago sthen@, gonzalo@
2019-04-16 20:45:43 +00:00
sebastia
8ae69add2f import pixiewps:
Pixiewps is a tool written in C used to bruteforce offline the WPS PIN
exploiting the low or non-existing entropy of some software
implementations, the so-called "pixie-dust attack" discovered by
Dominique Bongard in summer 2014. It is meant for educational purposes
only.

As opposed to the traditional online brute-force attack, implemented in
tools like Reaver or Bully which aim to recover the pin in a few hours,
this method can get the PIN in only a matter of seconds or minutes,
depending on the target, if vulnerable.

feedback and OK already a while ago sthen@, gonzalo@
2019-04-16 20:38:52 +00:00
sthen
fe2bf64aec drop Donovan Watteau as maintainer as requested
(plus a little COMPILER tidying while there)
2019-04-16 20:19:01 +00:00
landry
67f9b56af4 Add -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1 to CFLAGS/CXXFLAGS where
appropriate in various devel/proj consumers to fix build with upcoming
proj 6 update, which will be commited in a month or so.

Thx to https://github.com/OSGeo/proj.4/wiki/proj.h-adoption-status for
linking the various upstream issues about it.
2019-04-16 20:13:09 +00:00
jca
86a1029472 Use ld(1) version scripts to fix symbol conflicts (hopefully) for good
Remove the symbol renaming workaround.  Use version scripts as done on
Linux and FreeBSD to hide internal symbols (eg HMAC_Update) that
conflict with libcrypto.

Tested in a bul by ajacoutot@, ok sthen@ naddy@, no objection landry@
(maintainer)
2019-04-16 18:45:41 +00:00
cwen
00fc6f6d38 dungeon-crawl: fix narrowing conversion error on archs where char is
unsigned by default (ppc, arm). Tested on macppc where it fixes the
build with gcc-8.

OK phessler@
2019-04-16 16:09:45 +00:00
naddy
305d688b62 fix warning and future error about unescaped left brace in perl regex 2019-04-16 15:35:30 +00:00
kmos
654eccd474 Adding myself to the list.
OK phessler
2019-04-16 15:30:30 +00:00
bket
f4131b6bde Update to dnscrypt-proxy-2.0.22.
Diff from Nam Nguyen <namn ! berkeley () edu>. Thanks!
2019-04-16 15:26:10 +00:00
kmos
b53fbf4bc6 devel/py-typing does nothing for Python >= 3.5.x. Remove it as a
dependency for the python3 flavor. While here, notate that we cannot
update to aiodns >=2.0.0 if we want a python 3 flavor and update
MAINTAINER.
2019-04-16 13:12:26 +00:00
sthen
952dee95b5 Rename lang/erlang ports makefile variables used by "gen-versions" and
in PLISTs to avoid a conflict with "COMPILER" used in bsd.port.mk,
remove a hackish workaround, and allow COMPILER to be used as intended.

Use COMPILER to build with ports-gcc on !base-clang arches, needed with
-wx on these arches.

ok cwen@
2019-04-16 11:40:17 +00:00
ajacoutot
038a3f379a SECURITY update to webkitgtk4-2.24.1.
https://webkitgtk.org/security/WSA-2019-0002.html
2019-04-16 08:55:22 +00:00
ajacoutot
96ef1ca0b6 Update to py-smbc-1.0.16. 2019-04-16 08:17:11 +00:00
ajacoutot
593a532190 Update to py-cups-1.9.74. 2019-04-16 08:16:14 +00:00
ajacoutot
076ad13787 Update to py-bokeh-1.1.0. 2019-04-16 08:15:29 +00:00
ajacoutot
4d63d7cec2 Update to (hashicorp-)serf-0.8.3. 2019-04-16 08:14:43 +00:00
ajacoutot
5f260e3b6a Fix up a few more regress tests. 2019-04-16 08:13:52 +00:00
ajacoutot
114fffc4e3 Update to graphene-1.8.6. 2019-04-16 08:12:00 +00:00
ajacoutot
18605051e3 Sync WANTLIB. 2019-04-16 08:11:31 +00:00
ajacoutot
64fdac37e7 Update to gtk+3-3.24.8. 2019-04-16 08:11:10 +00:00
ajacoutot
37d388afcb Update to libnotify-0.7.8. 2019-04-16 08:09:53 +00:00
ajacoutot
ba10793135 Move the share/gir-1.0/ directory to the proper subpackage. 2019-04-16 08:08:37 +00:00
ajacoutot
b4176d299c Update to libcroco-0.6.13. 2019-04-16 08:07:32 +00:00
ajacoutot
7e5c5964e9 Update to amazon-ssm-agent-2.3.539.0. 2019-04-16 08:06:42 +00:00
ajacoutot
ea610c9909 Update to ecs-cli-1.14.0. 2019-04-16 08:06:07 +00:00
ajacoutot
eb62924314 Update to cups-filters-1.22.5. 2019-04-16 08:05:12 +00:00
ajacoutot
030ebdd0ea Re-enable the assembly code on aarch64 now that it builds Ok.
from Brad (maintainer)
2019-04-16 07:56:26 +00:00
bcallah
4594ae41ba Link with -latomic on hppa. Doesn't affect any other archs.
ok bket@
2019-04-16 03:52:47 +00:00
bcallah
13c2fb54dc Janet requires TLS, so set
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
Noticed when building janet on hppa.
ok jturner@
2019-04-16 01:56:16 +00:00
jturner
3bd6572c59 Update janet to 0.4.1 2019-04-16 00:29:26 +00:00
sthen
ad9b26e502 unbreak clang builds of ti-msp430gcc:
- add spaces around BAR in "foo"BAR"foo"
- #include <new> in a higher-up header, avoiding namespace issue with
fancy_abort (sort-of borrowed from FreeBSD gcc ports)
2019-04-15 21:20:06 +00:00
sthen
180d824044 update to postfix-3.4.5, from Brad 2019-04-15 21:10:09 +00:00
sthen
5ba2926c8e update to postfix-3.5-20190330, from Brad 2019-04-15 21:10:01 +00:00
bcallah
8c14c2fcc7 Update to gravity-0.6.5
Changelog: https://github.com/marcobambini/gravity/compare/0.6.3...0.6.5
2019-04-15 21:09:05 +00:00