| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream not releasing new version, so just bring in the patch to -r2.
This addresses AST-2021-009 for
Closes: https://bugs.gentoo.org/803440
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/21752
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/20129
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream didn't release a new version as one would expect. Instead
patches are applied locally.
Also add subslot because they are equally good at maintaining ABI
compatibility, and SONAME is never updated, thus we need to be able to
depend on subslots to rebuild (preserved-rebuild is no good).
Bug: https://bugs.gentoo.org/775359
Bug: https://bugs.gentoo.org/775353
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/19876
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/444470
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Drop libressl patches (upstream).
Rebase configure for --enable-ssl.
Pull in asterisk config_site.h file.
Remove blocked on mediastreamer-bcg729 (bcg729 and mediastreamer-bcg729
are the actual blockers and marked as such already).
Use ${ED} instead of ${D} on install
Correctly rm static libs if USE=-static-libs
Set the PJMEDIA_HAS_VIDEO #define as per https://bugs.gentoo.org/652196
Update package.use.mask for ppc to mask g729 for pjproject since
net-libs/bcg729 isn't available (yet) on ppc.
Closes: https://bugs.gentoo.org/609702
Closes: https://bugs.gentoo.org/618352
Closes: https://bugs.gentoo.org/652196
Closes: https://bugs.gentoo.org/650312
Closes: https://bugs.gentoo.org/653482
Closes: https://bugs.gentoo.org/657014
Closes: https://bugs.gentoo.org/686796
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/13712
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
|
|
|
| |
Patch for libressl support from the upstream:
https://trac.pjsip.org/repos/changeset/5726
Closes: https://bugs.gentoo.org/656414
Closes: https://github.com/gentoo/gentoo/pull/8551
|
|
|
|
|
|
|
|
| |
Fixed SSL flipflop logic by Felix Janda replaces my own failed first attempt.
Upstream has two security fixes around malformed SDP, a crash due to an invalid
ftmp attribute and a crash due to an invalid media format description.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
|
|
As pointed out by Alexander Wetzel, the --enable-ssl vs --disable-ssl logic
in the upstream configure script leaves to be desired. If we delete the silly
wrapper and move some files, we can even use eautoreconf.
Closes: https://bugs.gentoo.org/609702
Package-Manager: Portage-2.3.19, Repoman-2.3.6
|