ajacoutot
d57269e0be
Fix linking with ld.lld, FileDialog needs gobject and gtk libs.
2018-11-03 13:26:27 +00:00
ajacoutot
f16cdd810c
Update to gtranslator-3.30.0.
2018-11-03 11:27:48 +00:00
ajacoutot
16cfa3c954
Unbreak hpcups printing; it was trying to dlopen a Linux proprietary blob.
...
from Debian
2018-11-03 10:41:33 +00:00
espie
0b34289adb
somehow, some tests found their way into compilation, and broke it thanks
...
to C++11 narrowing issues. Obvious fixes to the code (no bump, didn't build
before)
2018-11-03 09:54:55 +00:00
ajacoutot
1587f77a36
Update to awscli-1.16.47.
2018-11-03 08:35:54 +00:00
ajacoutot
15a9a0ed8f
Update to py-botocore-1.12.37.
2018-11-03 08:35:33 +00:00
ajacoutot
6ae074f2ea
Update to py-boto3-1.9.37.
2018-11-03 08:35:18 +00:00
ajacoutot
84337e27f7
Update to hwdata-0.317.
2018-11-03 08:26:02 +00:00
bentley
0da7cb1530
Update to pulseview-0.4.1.
...
Release notes: https://www.sigrok.org/blog/pulseview-041-released
2018-11-03 06:33:07 +00:00
bentley
1a07598ce1
Update to libsigrokdecode-0.5.2.
...
Release notes: https://sigrok.org/blog/libsigrokdecode-052-released
2018-11-03 06:32:05 +00:00
bentley
35f75fba19
Update to libsigrok-0.5.1.
...
Release notes: https://www.sigrok.org/blog/libsigrok-051-released
2018-11-03 06:31:15 +00:00
bentley
e9aa674d3e
+libftdi1
2018-11-03 06:00:43 +00:00
bentley
6ec3bd2873
Import libftdi1-1.4.
...
libFTDI is an open source library to talk to FTDI chips: FT232BM, FT245BM,
FT2232C, FT2232D, FT245R, FT232H and FT230X including the popular bitbang
mode. The library is linked with programs in userspace, no kernel driver
required.
ok benoit@
2018-11-03 05:59:52 +00:00
pascal
24fe523605
Update to tor 0.3.4.9.
2018-11-02 23:52:22 +00:00
naddy
dafbfe8566
build PIC code on all archs; from Brad
2018-11-02 23:37:03 +00:00
daniel
d60418f56e
Backport compile fix for i386/clang. Breakage reported by sthen@.
...
ok landry@, sthen@
2018-11-02 23:32:44 +00:00
bcallah
b92aec64cb
This needs the intltool MODULE, spotted by naddy@
...
While here, @comment out two lines that aja@ says are useless
2018-11-02 19:23:13 +00:00
naddy
f797732f92
needs gettext-tools
2018-11-02 19:12:30 +00:00
naddy
6708eafbb8
require the devel/gmp,-cxx subpackage at build time for the templates in
...
gmpxx.h
2018-11-02 18:56:50 +00:00
naddy
84174f9106
bump for package path change devel/gmp -> devel/gmp,-main
2018-11-02 18:48:39 +00:00
naddy
53302a19c9
Re-add the gmpxx C++ library. productivity/libalkimia requires the
...
C++ templates, though not libgmpxx.
Split off the C++ support into a separate cxx subpackage. Add a
no_cxx bootstrap flavor and use it for the dependency chain up to
lang/gcc/4.9 in order to allow bootstrapping a C++ compiler from
ports.
Based on work by sthen@, tweaks by espie@.
2018-11-02 18:43:56 +00:00
naddy
f26293b206
Also check for assembler support for PC-related relocations on i386.
...
This removes accidentally retained text relocations and fixes
building with lld.
ok sthen@
2018-11-02 18:27:16 +00:00
sthen
ccbc021087
update to jq-1.6
...
use oniguruma from ports rather than bundled
2018-11-02 16:41:29 +00:00
sthen
c4ee3e6953
update to flent-1.2.2
2018-11-02 15:27:13 +00:00
danj
9c15ba1763
Register py-requests update
...
ok sthen@
2018-11-02 14:29:35 +00:00
danj
14fcc99c8d
Update to py-requests-2.20.0
...
This fixes CVE-2018-18074: "before 2.20.0 sends an HTTP Authorization header to
an http URI upon receiving a same-hostname https-to-http redirect, which makes
it easier for remote attackers to discover credentials by sniffing the
network."
Based on a diff from Edward Lopez-Acosta
2018-11-02 14:28:38 +00:00
jca
663caa18fb
Upgrade path from emacs21 to latest emacs
...
"makes sense" naddy@, tweaks from sthen@
2018-11-02 12:56:52 +00:00
ajacoutot
34a7a15975
Update to awscli-1.16.46.
2018-11-02 12:26:28 +00:00
ajacoutot
9780d0b072
Update to py-botocore-1.12.36.
2018-11-02 12:26:13 +00:00
ajacoutot
b58e42d70e
Update to py-boto3-1.9.36.
2018-11-02 12:25:59 +00:00
ajacoutot
cf243d244b
Update to osinfo-db-20181101.
2018-11-02 12:07:17 +00:00
feinerer
3c9b2dcdd2
Update to libv4l 1.16.1
2018-11-02 10:10:06 +00:00
fcambus
5225d983ac
Update mame to 0.203.
2018-11-02 09:47:21 +00:00
jsg
779603e68b
update to include-what-you-use 0.10
...
from Brad
2018-11-02 08:50:13 +00:00
ajacoutot
dc988375a1
Don't try to run automake-1.11.
...
spotted by sthen@
2018-11-02 08:20:17 +00:00
mestre
6c824ef53d
Remove key combination ctrl+shift+i, which calls dmenu, since pledge doesn't
...
have exec and makes it leave core dumps all over the place. kn@ noted that
upstream already removed this, so in the next version this patch can be deleted.
Prodded by aja@ to reflect this change in the manpage, this patch can also go
away once st it's updated.
OK kn@
2018-11-02 07:32:13 +00:00
sthen
369e13aaad
NOT_FOR_ARCHS=i386, there are a bunch of undefined things in
...
crypto/blake2b, shirou/gopsutil/disk, shirou/gopsutil/mem
2018-11-02 01:02:25 +00:00
bcallah
7444452ff4
Switch MASTER_SITES to the NYC*BUG mirror, problem noticed by solene@
2018-11-02 00:56:29 +00:00
sthen
09c30d495e
update to MariaDB 10.0.37, from Brad
...
CVE-2016-9843, CVE-2018-3143, CVE-2018-3156, CVE-2018-3174,
CVE-2018-3251, CVE-2018-3282
2018-11-02 00:19:32 +00:00
jca
0ab1b50b92
gc MODGNU_EMACS_YOURE_WEIRD
...
ok sthen@
2018-11-01 22:53:19 +00:00
sthen
c9cf3bdddd
Sync up the various commits that went into 4.9 into 6
...
- ARM PIE default setting
- ARM/X86 linker path fix for lld
- Copy over Alpha bits
From Brad, maintainer timeout
2018-11-01 22:09:30 +00:00
rsadowski
36a43335d0
re-add libreSSL patches to unbreak runtime errors and i386 build
...
TLS connection verified with otter-browser
Spotted by sthen@; Thanks!
2018-11-01 22:00:25 +00:00
bcallah
2d8062b9ff
+dibuja
2018-11-01 20:55:36 +00:00
bcallah
2f04638c49
Import graphics/dibuja, a simple to use paint program.
...
ok bentley@
Dibuja is a simple to use paint program like Paintbrush for Mac or
classic MS Paint.
It allows you to easily create drawings and edit images, add arrows,
text, and effects to your drawings and pictures, or crop and resize your
images.
2018-11-01 20:55:15 +00:00
jca
c533fba26c
Register .pyc files so they are properly deleted when removing the package.
...
The .pyc files could be created after installation when running egdb as
root.
ok kirby@ landry@ sthen@
2018-11-01 20:36:08 +00:00
sthen
118219e296
- add libressl patch needed to unbreak startup with ssl enabled
...
(SSL_CTX_set_post_handshake_auth), problem reported by Helmut Kiessling
- remove no-longer-needed chunk of the patch
2018-11-01 18:05:01 +00:00
juanfra
503aadb5c1
Delete hgnested. It doesn't work with mercurial 4.5 or 4.8, and
...
nothing depends on it. Newer tagged releases are still broken with 4.5
or 4.8.
2018-11-01 16:59:18 +00:00
juanfra
6fb6ec3327
py-hgsubversion is broken with mercurial 4.5 and 4.8. The latest
...
version available upstream doesn't work with mercurial 4.8.
2018-11-01 15:14:10 +00:00
gonzalo
86c248fa6d
Update for Lynis to 2.7.0
2018-11-01 14:22:42 +00:00
landry
59c5804603
Update to rust 1.30, from semarie@
...
cf https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html
2018-11-01 13:50:30 +00:00