129970 Commits

Author SHA1 Message Date
ajacoutot
9225f696c7 Update to awscli-1.15.44. 2018-06-22 21:15:56 +00:00
ajacoutot
2f5a1aeacc Update to py-botocore-1.10.44. 2018-06-22 21:15:38 +00:00
ajacoutot
ca40119dbe Update to py-boto3-1.7.44. 2018-06-22 21:11:32 +00:00
bcallah
0476a89be0 Update to returnoftheroots-20180604 2018-06-22 20:42:12 +00:00
tb
32585ab714 Use a generic tooltip instead of printing one with '(null)' or '' in the
FileChooserDialog.  Silences an annoying warning that filled my logs.
https://gitlab.gnome.org/GNOME/gtk/merge_requests/213

ok aja, looks good to landry
2018-06-22 18:59:05 +00:00
espie
636884ab4f oh, hey, there was an obvious typo in the exec/unexec and NOBODY NOTICED 2018-06-22 17:33:51 +00:00
espie
7066f6c5ce explicitly disable hidden dependency, fixes build 2018-06-22 16:31:45 +00:00
landry
612df003dc +glide 2018-06-22 13:58:31 +00:00
landry
5185148641 Import glide 0.13.1, from maintainer Kevin Wondratsch
Glide is a tool for managing the vendor directory within a Go package.

This feature, first introduced in Go 1.5, allows each package to have
a vendor directory containing dependent packages for the project.
These vendor packages can be installed by a tool (e.g. glide),
similar to go get or they can be vendored and distributed with the package.

ok abieber@
2018-06-22 13:54:23 +00:00
abieber
e7654a8402 Update to the latest. Quite a few changes:
https://github.com/gopasspw/gopass/releases

OK gsoares@
2018-06-22 13:05:57 +00:00
sthen
cae08482f7 update to dhcpcd-7.0.6 2018-06-22 09:17:16 +00:00
landry
bfcce69c29 Update to mousepad 0.4.1.
Build against Gtk3.
2018-06-22 08:32:31 +00:00
landry
90625f0370 update to exo 0.12.2 2018-06-22 08:30:46 +00:00
ajacoutot
b24bda15b4 Update to awless-0.1.11. 2018-06-22 07:43:14 +00:00
landry
dc6c62fc24 update to xfce4-settings 4.12.4 2018-06-22 07:10:52 +00:00
ajacoutot
6b91679bcc Missed bump (HOMEPAGE changed). 2018-06-22 06:57:08 +00:00
ajacoutot
dc0b8e60c2 Missed bump (HOMEPAGE changed). 2018-06-22 06:55:21 +00:00
sthen
797f28f20e re-add BROKEN-i386, with a different reason this time.
src/core/libcore.a(uds_beacon.cpp.o): In function `non-virtual thunk to CryptoPP::BlockCipherFinal<(CryptoPP::CipherDir)0, CryptoPP::Rijndael::Enc>::~BlockCipherFinal()':
uds_beacon.cpp:(.text._ZThn4_N8CryptoPP16BlockCipherFinalILNS_9CipherDirE0ENS_8Rijndael3EncEED0Ev[_ZThn4_N8CryptoPP16BlockCipherFinalILNS_9CipherDirE0ENS_8Rijndael3EncEED0Ev]+0x75): undefined reference to `operator delete(void*, std::align_val_t)'
src/core/libcore.a(uds_beacon.cpp.o): In function `non-virtual thunk to CryptoPP::ClonableImpl<CryptoPP::BlockCipherFinal<(CryptoPP::CipherDir)0, CryptoPP::Rijndael::Enc>, CryptoPP::Rijndael::Enc>::Clone() const':
uds_beacon.cpp:(.text._ZThn4_NK8CryptoPP12ClonableImplINS_16BlockCipherFinalILNS_9CipherDirE0ENS_8Rijndael3EncEEES4_E5CloneEv[_ZThn4_NK8CryptoPP12ClonableImplINS_16BlockCipherFinalILNS_9CipherDirE0ENS_8Rijndael3EncEEES4_E5CloneEv]+0x20): undefined reference to `operator new(unsigned long, std::align_val_t)'
uds_beacon.cpp:(.text._ZThn4_NK8CryptoPP12ClonableImplINS_16BlockCipherFinalILNS_9CipherDirE0ENS_8Rijndael3EncEEES4_E5CloneEv[_ZThn4_NK8CryptoPP12ClonableImplINS_16BlockCipherFinalILNS_9CipherDirE0ENS_8Rijndael3EncEEES4_E5CloneEv]+0x58): undefined reference to `operator delete(void*, std::align_val_t)'
src/core/libcore.a(ccm.cpp.o): In function `HW::AES::(anonymous namespace)::CCM_3DSVariant_Final<true>::~CCM_3DSVariant_Final()':
ccm.cpp:(.text+0xbf1): undefined reference to `operator delete(void*, std::align_val_t)'
src/core/libcore.a(ccm.cpp.o): In function `non-virtual thunk to HW::AES::(anonymous namespace)::CCM_3DSVariant_Final<true>::~CCM_3DSVariant_Final()':
ccm.cpp:(.text+0xca4): undefined reference to `operator delete(void*, std::align_val_t)'
src/core/libcore.a(ccm.cpp.o): In function `non-virtual thunk to HW::AES::(anonymous namespace)::CCM_3DSVariant_Final<true>::~CCM_3DSVariant_Final()':
ccm.cpp:(.text+0xd04): undefined reference to `operator delete(void*, std::align_val_t)'
[...]
2018-06-22 00:42:13 +00:00
gsoares
0f05671ae8 * update to 2.6.11
* while here switch to use `sed -i' instead of perl...
* remove maintainer per his request
* take maintainership

- Bug fix; always close selected mailbox before check_status().
- Bug fix; closing of selected mailbox twice with fetch_message().
- Bug fix; segmentation fault on some OpenSSL builds.
- Bug fix; possible problem during STARTTLS negotiation.
- Bug fix; handle IDLE untagged responses that are received in pieces.

full changelog at:
https://github.com/lefcha/imapfilter/blob/master/NEWS
2018-06-22 00:03:31 +00:00
sthen
0f5f232882 update to certbot 0.25.1 2018-06-22 00:03:15 +00:00
abieber
f5ef31a8e3 Update to the latest.
- add patch to work around boostrap execpath stuff (api not exposed yet)
- regen patches
- remove upstreamed patches
- remove orig entries in plist (thanks espie@)

No objections.
2018-06-21 23:13:28 +00:00
jasper
1e422ded03 update to gtksourceview4-4.0.2 2018-06-21 18:09:29 +00:00
jasper
499814fe53 update to gtksourceview3-3.24.8 2018-06-21 18:09:25 +00:00
jasper
9645c5db11 update to gnome-calculator-3.28.2 2018-06-21 18:06:47 +00:00
jasper
7d4e66e09c update to bijiben-3.28.3 2018-06-21 18:05:17 +00:00
jasper
e452cd0751 update to vala-0.40.7 2018-06-21 17:23:36 +00:00
ajacoutot
f423c2f8ca Update to pulseaudio-12.0. 2018-06-21 15:23:40 +00:00
jturner
2e723e7e68 Update kcgi to 0.10.7 2018-06-21 14:53:05 +00:00
bket
f547dc74b0 Update to py-msgpack-0.5.6.
While here change HOMEPAGE to https, and update WANTLIB.

OK shadchin@ (maintainer), jca@
2018-06-21 14:38:14 +00:00
kurt
3ba61c0394 Make room for required NULL termination of use_vec. Fixes buffer overrun
found by retguard. Initial analysis by mortimer@ no objection naddy@
2018-06-21 14:23:10 +00:00
ajacoutot
544ffa065e Update to awscli-1.15.42. 2018-06-21 11:42:39 +00:00
ajacoutot
8a64b703e3 Update to py-botocore-1.10.42. 2018-06-21 11:42:29 +00:00
ajacoutot
1f32a9c218 Update to py-boto3-1.7.42. 2018-06-21 11:39:00 +00:00
ajacoutot
74b516237a Update to py-bokeh-0.13.0. 2018-06-21 11:33:06 +00:00
ajacoutot
fd2b4bfa03 Update to version 1.2.0. 2018-06-21 11:21:57 +00:00
ajacoutot
1a1ec2f7d4 Update to gnome-builder-3.28.3. 2018-06-21 09:25:18 +00:00
jsg
a2cd466dd0 update to the latest raspberrypi-firmware commit 2018-06-21 03:05:08 +00:00
bcallah
96b00dd352 Update openjk to 0.0.0.20180608 -- no real functional difference but some
patches were upstreamed so they can go away
2018-06-20 20:06:22 +00:00
sthen
6071240c95 update to p5-Email-Address-1.909, adding a note to the DESCR that this is
deprecated and this warning:

"This module has a vulnerability (CVE-2015-7686) which allows remote
attackers to cause denial of service. In other words, sometimes it takes
way too long to process certain kinds of input. Maybe someday this will
be fixed. Until then, use Email::Address::XS instead which has backward
compatible API."
2018-06-20 16:17:56 +00:00
sthen
e7a8cd3470 +p5-Email-Address-XS 2018-06-20 16:14:55 +00:00
sthen
568b29e027 import ports/mail/p5-Email-Address-XS, ok giovanni@
This module implements RFC 5322 parser and formatter of email addresses
and groups. It parses an input string from email headers which contain a
list of email addresses or a groups of email addresses (like From, To,
Cc, Bcc, Reply-To, Sender, ...). Also it can generate a string value for
those headers from a list of email addresses objects. Module is backward
compatible with RFC 2822 and RFC 822.

Parser and formatter functionality is implemented in XS and uses shared
code from Dovecot IMAP server.

It is a drop-in replacement for the Email::Address module which has
several denial-of-service issues. Most existing applications can
be switched by replacing every "Email::Address" occurrence with
"Email::Address::XS".
2018-06-20 16:14:33 +00:00
stu
0fac89e8f9 Project moved from SourceForge to Chiselapp.
Dist hosted at Tarballia until project cuts next release.
Thanks to jca@ for the heads-up.
2018-06-20 15:14:24 +00:00
stu
35c70f6638 Project moved from SourceForge to Chiselapp.
Dist hosted at Tarballia until project cuts next release.
Thanks to jca@ for the heads-up.
2018-06-20 15:14:11 +00:00
feinerer
cbf38dffd6 +py-axolotl
+py-axolotl,python3
+py-axolotl-curve25519
+py-axolotl-curve25519,python3
2018-06-20 11:44:33 +00:00
feinerer
d8a28d4132 Import python-axolotl 0.1.42
Python port of libsignal-protocol-java originally written by Moxie Marlinspike.

Tweaks and OK rpointel@
2018-06-20 11:35:20 +00:00
feinerer
760047dd27 Import python-axolotl-curve25519 0.4.1-2
Python wrapper for the curve25519 library with ed25519 signatures.

Tweaks and OK rpointel@
2018-06-20 11:33:20 +00:00
ajacoutot
0e0ce50366 Update to google-cloud-sdk-206.0.0. 2018-06-20 11:11:59 +00:00
kn
d638237697 Replace useless update-patches prompt with EDIT_PATCHES user setting
The user's answer was always ignored and updated patches would be opened
unconditionally.

EDIT_PATCHES=No can be used avoid running an editor, otherwise updated
patches are always opened to encourage review.

Feedback from espie jca sthen, OK jca
2018-06-19 19:04:58 +00:00
jca
eed84496ee Unbreak on gcc archs 2018-06-19 18:34:27 +00:00
jca
fdc48a7b9a Needs a c++11 compiler 2018-06-19 17:53:48 +00:00