| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
wcwidth wrongly returned 0 for most of planes 4 and up
missing case mapping between U+03F3 and U+037F
wrong cacosh results for arguments with negative imaginary part
wrong catanf/catanl results for various classes of arguments
wrong return value for ungetc with argument outside [0,UCHAR_MAX]
posix_openpt with no ptys available produced wrong errno
|
|
|
|
| |
bug report https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93402
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Verfify that the patch does not contain wrong kernel version
ref #11219
(cherry picked from commit bf10e38a44b00626894d1240fa094675668060fa)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
see #11307
|
| |
|
|
|
|
| |
see #11120
|
|
|
|
| |
See #11191
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
backported security fixes from upstream:
radius: Prevent buffer overflow in rc_mksid()
pppd: Ignore received EAP messages when not doing EAP
fix APKBUILD 'secfixes' to correct ppp version
|
|
|
|
| |
see #11288
|
|
|
|
| |
fixes #11186
|
| |
|
|
|
|
|
| |
enable ratelimit configure option but set it to off by default
and it can be enabled by admin if needed
|
|
|
|
| |
(cherry picked from commit 1ca360bf2279fcf4ac3d862f571cd9b5e376a40c)
|
|
|
|
| |
(cherry picked from commit 2dba2d77a371617026a990795b2839334bd482fd)
|
|
|
|
| |
(cherry picked from commit 37a16bb68cfff6b42edb453c3b3425a5c79cfec8)
|
| |
|
|
|
|
|
|
|
|
| |
The current URL states the following:
musl has moved to a new domain: musl.libc.org
Don't think it is worth it to rebuild the package for this though.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream accidentally included pre-configured files in their tarball so make didn't
rebuild them with our parameters.
See https://github.com/tonyhutter/zfs/commit/2cc089a95faffa5dd1e0deffca3cf8e06eab41b5
Ref https://github.com/zfsonlinux/zfs/issues/9443
ref #11209
closes #11195
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This re-arranges the contents of ncurses-terminfo-base so it contains
all the terminfo entries for commonly used TERMs like xterm256-color.
It also includes all terminfo entries for terminals we package like
alacritty, gnome-terminal, konsole, kitty, st, etc. And a few others
like putty, tmux and vte.
The ncurses-terminfo-base packaged increased from 94.21 kB to 126.98 kB,
a quite small increase when considering that now it is in the majority
of cases the only package one has to install instead of having to rely
on the massive ncurses-terminfo package.
|
|
|
|
|
|
|
|
|
| |
Most distros uses 1.12.13 (https://repology.org/project/cvs/versions) but according to Gentoo it is usable, so following Gentoo (https://bugs.gentoo.org/124733) 1.12.12 is the way forward.
CVEs:
* CVE-2010-3846 - https://bugzilla.redhat.com/show_bug.cgi?id=642146
* CVE-2012-0804 - https://security-tracker.debian.org/tracker/CVE-2012-0804
* CVE-2017-12836 - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871810#10
|
| |
|
|
|
|
| |
ref #11195
|
|
|
|
| |
fixes #11195
|
|
|
|
| |
This version actually exists, unlike 20191130
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The -libs subpackage depended on ncurses-terminfo when it shouldn't
because when moving $pkgdir/usr/lib also moved /usr/lib/terminfo which
is a symlink to /usr/share/terminfo which is part of ncurses-terminfo
and thus a dependency would be automatically added by the
prepare_symlink() function from APKBUILD.
So make the libs() function grab only actual libraries by matching
/usr/lib/*.so.* (this does not match libraries meant for -dev which
would be *.so) so /usr/lib/terminfo isn't caught up.
Also make the terminfo() function move /usr/lib/terminfo to it.
In the meantime also do other cleanup like removing unnecessary 'cd
"$builddir"' declarations and make libs() depend on the same
$pkgver-r$pkgrel of the ncurses-terminfo-base.
|
| |
|
| |
|
|
|
|
| |
I don't know CVE number yet.
|
|
|
|
| |
fixes CVE-2020-8597
|
| |
|