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@
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)'
[...]
* 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
- 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.
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."
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".
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