2021-01-18 13:07:41 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message:
update to zeromq-4.3.4
|
2020-09-12 01:43:27 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message:
apply fix for CVE-2020-15166
|
2020-09-12 01:42:52 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message:
update to zeromq-4.3.3
among other changes, this addresses CVE-2020-15166
https://github.com/zeromq/libzmq/security/advisories/GHSA-fc3w-qxf5-7hp6
|
2019-09-01 06:08:05 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message:
apply fix from upstream for CVE-2019-13132
|
2019-09-01 06:07:57 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message:
update to zeromq-4.3.2, includes a fix for CVE-2019-13132
|
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message:
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
|
2019-01-28 12:39:30 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message:
update to zeromq-4.3.1
|
2018-12-04 08:49:34 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message:
Use the version script to hide private symbols, as done on Linux
ok jasper@ (maintainer)
|
2018-11-30 17:01:51 by Christian Weisgerber | Files touched by this commit (1) |
Log message:
ports-gcc does not accept -Wl without argument
|
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message:
Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.
This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -
- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.
- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.
devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
|
2018-04-02 07:28:59 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message:
update to zeromq-4.2.5
|
2018-01-18 17:54:14 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message:
-Werror considered harmful
|
2017-12-18 14:03:54 by Jasper Lievisse Adriaanse | Files touched by this commit (5) |
Log message:
- update to zeromq-4.2.3
- switch to github releases
- take maintainership (agreed by Rodrigo Mosconi, previous maintainer)
ok aja@ and Rodrigo
|
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message:
bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.
|
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message:
use COMPILER_LIBCXX where applicable
|
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message:
use LIBCXX
|
2016-03-16 15:19:39 by Christian Weisgerber | Files touched by this commit (46) |
Log message:
remove SHARED_ONLY from ports that use only the gnu module
|
2016-03-11 13:28:34 by Christian Weisgerber | Files touched by this commit (247) |
Log message:
garbage collect CONFIGURE_SHARED
|
2016-01-15 07:12:37 by Alexandr Shadchin | Files touched by this commit (4) |
Log message:
Bugfix update to zeromq 4.1.4
ok ajacoutot@
|
2015-11-04 02:33:18 by Stuart Henderson | Files touched by this commit (3) |
Log message:
update to use slightly different fix for zeromq with libsodium 1.0.6 from
upstream - this was actually in their devel tree but I didn't find my
way around their repositories (multiple trees on github instead of branches)
so I missed it; it's just been merged to zeromq4-1.
|
2015-11-03 12:14:13 by Stuart Henderson | Files touched by this commit (2) |
Log message:
Unbreak zeromq with newer libsodium, which marks sodium_init() (and a number
of other functions) with "__attribute__ ((warn_unused_result))" so that a
compiler warning is generated if they're used without at least doing
*something* with the return value. Build breakage reported by aja@ nigel@
|
2015-10-26 12:10:56 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message:
- bugfix update to zeromq-4.1.3
maintainer timed-out
|
2015-06-16 06:22:56 by Antoine Jacoutot | Files touched by this commit (10) |
Log message:
Update to zeromq-4.1.2.
|
2015-05-13 08:54:14 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message:
Cope with CFLAGS/CXXFLAGS change.
ok naddy@
|
2015-05-12 23:09:34 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message:
Security fix for V3 protocol downgrade: https://github.com/zeromq/libzmq/issues/1273
ok aja@
|
2015-05-12 23:08:26 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message:
Security fix for V3 protocol downgrade: https://github.com/zeromq/libzmq/issues/1273
testing/ok aja@
|
2015-01-25 02:36:55 by Antoine Jacoutot | Files touched by this commit (1) |
Log message:
Rodrigo Mosconi took maintainer a while ago but I forgot to commit it.
|
2014-10-15 08:28:42 by Antoine Jacoutot | Files touched by this commit (3) |
Log message:
SECURITY update to zeromq-4.0.5.
CVE-2014-7202
CVE-2014-7203
|
2011-07-05 07:57:23 by Jasper Lievisse Adriaanse | Files touched by this commit (5) |
Log message:
- updated to ZeroMQ-2.1.7,
- traded -pedantic for -Werror (per tedu@'s earlier comment),
- SHARED_ONLY=Yes, because all binaries were removed in 2.1.x.
from piotr sikora
maintainer timed-out
|
2011-04-02 15:33:55 by Jeremy Evans | Files touched by this commit (1) |
Log message:
Distfile got moved, update MASTER_SITES.
Prompted by naddy@
|