dev-libs / aws-c-event-stream

C99 implementation of the vnd.amazon.eventstream content-type

Official package sites : https://github.com/awslabs/aws-c-event-stream ·

v0.2.7 :: 0 :: gentoo

Modified
License
Apache-2.0
Keywords
~amd64 ~x86
USE flags
static-libs test

v0.2.5-r1 :: 0 :: gentoo

Modified
License
Apache-2.0
Keywords
~amd64 ~x86
USE flags
static-libs test

General

static-libs
Build static versions of dynamic libraries as well
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

dev-libs / aws-c-common : Core c99 package for AWS SDK for C

dev-libs / aws-c-io : AWS SDK for C module, handles IO and TLS work for application protocols

dev-libs / aws-checksums : Cross-Platform HW accelerated CRC32c and CRC32 with software fallbacks

908095
dev-libs/aws-c-event-stream: cleanup or bump ebuilds
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
Move {dev-util → dev-build}/cmake
Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34792 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sven Eden · gentoo
dev-libs/aws-c-event-stream: Version Bump to 0.2.7
The bump fixes two errors in aws-c-event-stream: * https://github.com/awslabs/aws-c-event-stream/pull/55 Release lock before invoking callbacks. (Deadlocks seen) * https://github.com/awslabs/aws-c-event-stream/pull/60 Fix bug where client "forgets" it received CONNECT_ACK Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sven Eden · gentoo
dev-libs/aws-c-event-stream: Disable internet requiring tests
Some of the tests require internet connectivity. On an offline machine these tests will therefore fail. As network sandboxing is enabled by default for years now, it is very unlikely that anybody would perform these tests anyway. Closes: https://bugs.gentoo.org/760585 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Closes: https://github.com/gentoo/gentoo/pull/18706 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sven Eden · gentoo
dev-libs/aws-c-event-stream: Add missing dev-libs/aws-c-io dep
Closes: https://bugs.gentoo.org/759805 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Closes: https://github.com/gentoo/gentoo/pull/18654 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joonas Niilola · gentoo
dev-libs/aws-c-event-stream: WhitespaceFound
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Sven Eden · gentoo
dev-libs/aws-c-event-stream: remove obsolete ebuild
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Sven Eden · gentoo
dev-libs/aws-c-event-stream: Version 0.2.5 Bump, fix #756325
* Event stream rpc full stack [0] event-stream-rpc implementation and tests. Added aws-c-io dependency. * Marked RPC tests as net tests [1] * Added test helper to ensure symbol is exported [2] * Fixed shared-lib builds [3] * Added newline [4] Also: * Raise dependency of dev-libs/aws-c-common to at least 0.4.62 * Depend now on dev-libs/aws-c-io as demanded by [0] * Block dev-util/cmake-3.19.0 and dev-util/cmake-3.19.1, which introduced a regression causing configure phase to fail. [5] [0] https://github.com/awslabs/aws-c-event-stream/pull/48 [1] https://github.com/awslabs/aws-c-event-stream/pull/49 [2] https://github.com/awslabs/aws-c-event-stream/pull/50 [3] https://github.com/awslabs/aws-c-event-stream/pull/51 [4] https://github.com/awslabs/aws-c-event-stream/pull/53 [5] https://gitlab.kitware.com/cmake/cmake/-/issues/21529 Closes: https://bugs.gentoo.org/756325 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sven Eden · gentoo
dev-libs/aws-c-event-stream: Remove 0.1.3, it is not needed anymore.
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Sven Eden · gentoo
dev-libs/aws-c-event-stream: Fix dependency on dev-libs/aws-checksums
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sven Eden · gentoo
dev-libs/aws-c-event-stream: Version Bump to 0.1.6 plus two fixes
* added static-libs USE flag. * depend on >=dev-libs/aws-c-common-0.4.26 From this version on, AwsFindPackage.cmake is available, which this package build system uses. Bug: https://bugs.gentoo.org/695418 Bug: https://bugs.gentoo.org/717574 Closes: https://bugs.gentoo.org/717574 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
dev-libs/aws-sdk-cpp: Switch to cmake.eclass
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
dev-libs/aws-c-event-stream: Switch to cmake.eclass
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sven Eden · gentoo
dev-libs/aws-c-event-stream: Fix dependencies (#695206)
Unfortunately I forgot to add dev-libs/aws-checksums to the list of dependencies. This is explicitly not a revision bump, as this would cause rebuilds for everybody who has already merged this successfully. Bug: https://bugs.gentoo.org/695206 Closes: https://bugs.gentoo.org/695206 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sven Eden <yamakuzure@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/13045 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sven Eden · gentoo
dev-libs/aws-c-event-stream: amazon evenstream C99 implementation
C99 implementation of the vnd.amazon.eventstream content-type Dependency for dev-libs/aws-sdk-cpp-1.7.178 Signed-off-by: Sven Eden <yamakuzure@gmx.net> Bug: https://bugs.gentoo.org/666494 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Joonas Niilola <juippis@gentoo.org>