Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/py3-chardet: add check() & missing dependency | Keith Maxwell | 2020-04-11 | 2 | -7/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a patch so that the tests work with pytest>=4.0. Upstream have merged the patch but have not released a new version. Before this change: $ sudo apk add py3-chardet ✂ $ chardetect --version Traceback (most recent call last): File "/usr/bin/chardetect", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' After this change: $ sudo apk add py3-chardet ✂ $ chardetect --version chardetect 3.0.4 The above commands were run inside docker-abuild with `dabuild sh`. The change is required because `/usr/bin/chardetect` includes the line: from pkg_resources import load_entry_point That means that py3-setuptools is required at runtime: $ python3 -c 'import pkg_resources; print(pkg_resources.__file__)' /usr/lib/python3.8/site-packages/pkg_resources/__init__.py $ apk info -q -W /usr/lib/python3.8/site-packages/pkg_resources/__init__.py py3-setuptools | |||||
* | main/parallel: upgrade to 20200322 | Leo | 2020-04-11 | 1 | -2/+2 | |
| | ||||||
* | main/awall: upgrade to 1.7.2 | Kaarle Ritvanen | 2020-04-11 | 2 | -4/+5 | |
| | ||||||
* | main/openrc: networking: wait for udev events | Kaarle Ritvanen | 2020-04-11 | 2 | -2/+3 | |
| | ||||||
* | main/udev-init-scripts: fix dependencies | Kaarle Ritvanen | 2020-04-11 | 6 | -17/+244 | |
| | | | | | | | Allow depending on udev-settle when udev is not desired. Remove virtual service definition from udev: dev is already provided by udev-trigger. | |||||
* | main/freetds: upgrade to 1.1.30 | Leo | 2020-04-11 | 1 | -5/+2 | |
| | ||||||
* | main/macifrename: upgrade to 0.1.1 | Ariadne Conill | 2020-04-10 | 1 | -2/+2 | |
| | ||||||
* | main/libffi: add -dbg subpackage | Rasmus Thomsen | 2020-04-10 | 1 | -2/+2 | |
| | ||||||
* | main/dmvpn: file list for in-sync | Kaarle Ritvanen | 2020-04-10 | 2 | -3/+8 | |
| | ||||||
* | main/in-sync: moved from testing | Kaarle Ritvanen | 2020-04-10 | 4 | -0/+67 | |
| | ||||||
* | main/fetchmail: upgrade to 6.4.3 | Sören Tempel | 2020-04-10 | 1 | -2/+2 | |
| | ||||||
* | main/libvirt: fix crash on start of libvirtd | Francesco Colista | 2020-04-10 | 2 | -2/+44 | |
| | | | | Fixes: https://gitlab.alpinelinux.org/alpine/aports/issues/11361 | |||||
* | main/strongswan: subpackage for logfile config | Kaarle Ritvanen | 2020-04-10 | 3 | -3/+33 | |
| | ||||||
* | main/mpfr4: rename subpackage to mpfr4-dev | Leo | 2020-04-10 | 1 | -3/+3 | |
| | ||||||
* | main/ortp: set CMake build type to None | Sören Tempel | 2020-04-10 | 1 | -1/+2 | |
| | ||||||
* | main/mozjs60: fix rebuild against libffi.so.7 | Natanael Copa | 2020-04-10 | 1 | -2/+2 | |
| | | | | | | during previous rebuild (commit d95e2bc8267a) python2 was not yet rebuilt against libffi.so.7 (python2 was rebuilt later, in commit cb2baf840cab) so old libffi.so.6 was pulled in. Make sure we rebuild it with the updated libffi. | |||||
* | main/gtk+3.0: upgrade to 3.24.18 | Rasmus Thomsen | 2020-04-10 | 1 | -6/+4 | |
| | ||||||
* | main/libvdpau: upgrade to 1.4 | Leo | 2020-04-10 | 1 | -7/+5 | |
| | ||||||
* | main/freetds: upgrade to 1.1.29 | Andy Postnikov | 2020-04-10 | 1 | -2/+2 | |
| | ||||||
* | main/guile: rebuild | Ariadne Conill | 2020-04-10 | 1 | -1/+1 | |
| | ||||||
* | main/userspace-rcu: upgrade to 0.12.0 | Leo | 2020-04-10 | 1 | -6/+3 | |
| | ||||||
* | main/tig: upgrade to 2.5.1 | Leo | 2020-04-10 | 1 | -2/+2 | |
| | ||||||
* | main/libtirpc: upgrade to 1.2.6 | Leo | 2020-04-10 | 1 | -3/+3 | |
| | ||||||
* | main/llvm10: rebuild | Ariadne Conill | 2020-04-10 | 1 | -1/+1 | |
| | ||||||
* | main/ruby: rebuild | Ariadne Conill | 2020-04-10 | 1 | -1/+1 | |
| | ||||||
* | main/p11-kit: rebuild | Ariadne Conill | 2020-04-10 | 1 | -1/+1 | |
| | ||||||
* | main/wayland: rebuild | Ariadne Conill | 2020-04-10 | 1 | -1/+1 | |
| | ||||||
* | main/gobject-introspection: rebuild | Ariadne Conill | 2020-04-10 | 1 | -1/+1 | |
| | ||||||
* | main/cryptsetup1: remove | Leo | 2020-04-09 | 3 | -85/+0 | |
| | | | | superseeded by cryptsetup 2.x | |||||
* | main/cmake: upgrade to 3.17.1 | Leo | 2020-04-10 | 1 | -2/+2 | |
| | ||||||
* | main/glib: rebuild | Ariadne Conill | 2020-04-10 | 1 | -1/+1 | |
| | ||||||
* | main/python3: rebuild, some builders built it before libffi | Ariadne Conill | 2020-04-09 | 1 | -1/+1 | |
| | ||||||
* | main/python2: rebuild against libffi.so.7 | Leo | 2020-04-09 | 1 | -1/+1 | |
| | ||||||
* | {main,community,testing}/*: rebuild against libffi.so.7 | Leo | 2020-04-09 | 12 | -12/+12 | |
| | ||||||
* | main/libffi: upgrade to 3.3 | Leo | 2020-04-09 | 4 | -212/+7 | |
| | ||||||
* | main/zsh: don't attempt to add ~/bin to PATH by default | Sören Tempel | 2020-04-09 | 2 | -5/+2 | |
| | | | | | | | | | Does not work correctly as /etc/profile (sourced by zprofile) overwrites PATH again. Besides, I believe that locations such as ~/bin should be explicitly enabled by the user. Other shells (e.g. bash, mksh, …) do not add ~/bin to PATH by default either. Fixes #11371 | |||||
* | main/glib: upgrade to 2.64.2 | Rasmus Thomsen | 2020-04-09 | 1 | -2/+2 | |
| | ||||||
* | main/xmlrpc-c: upgrade to 1.51.06 | Leo | 2020-04-09 | 1 | -6/+6 | |
| | ||||||
* | main/libva: set buildtype to plain | Sören Tempel | 2020-04-09 | 1 | -1/+2 | |
| | ||||||
* | community/ncurses5: move from main | Leo | 2020-04-08 | 2 | -128/+0 | |
| | ||||||
* | community/antiword: move from main | Leo | 2020-04-08 | 2 | -69/+0 | |
| | ||||||
* | main/nss: upgrade to 3.51.1 | Leo | 2020-04-08 | 1 | -2/+2 | |
| | ||||||
* | community/desktop-file-utils: move from main | Leo | 2020-04-08 | 2 | -33/+0 | |
| | ||||||
* | main/desktop-file-utils: modernize | Leo | 2020-04-08 | 1 | -5/+1 | |
| | ||||||
* | community/figlet: move from main | Leo | 2020-04-08 | 2 | -64/+0 | |
| | ||||||
* | community/cogl: move from main | Leo | 2020-04-08 | 2 | -128/+0 | |
| | ||||||
* | main/mpfr4: modernize | Leo | 2020-04-08 | 1 | -4/+8 | |
| | ||||||
* | community/lucene++: move from main | Leo | 2020-04-08 | 1 | -33/+0 | |
| | ||||||
* | main/lxc: upgrade to 4.0.1 | Milan P. Stanić | 2020-04-08 | 1 | -2/+2 | |
| | ||||||
* | main/lxc: upgrade to 4.0.0 | Milan P. Stanić | 2020-04-08 | 3 | -130/+2 | |
| | | | | remove patches, they are not needed with upgraded version |