Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | community/fmt: adding patch allowing kodi to build | Francesco Colista | 2020-04-21 | 2 | -3/+216 | |
| | | | | | | This patch is needed because with fmt 6.2.0 kodi fails to build. Ref: https://github.com/fmtlib/fmt/issues/1620 | |||||
* | main/linux-octeon: upgrade to 5.4.34 | Ariadne Conill | 2020-04-21 | 2 | -6/+7 | |
| | ||||||
* | community/gtk4.0: upgrade to 3.98.3 | Rasmus Thomsen | 2020-04-21 | 1 | -2/+4 | |
| | ||||||
* | testing/materia-gtk-theme: disable on mips | Ariadne Conill | 2020-04-21 | 1 | -1/+1 | |
| | ||||||
* | community/aircrack-ng: disable on mips | Ariadne Conill | 2020-04-21 | 1 | -1/+1 | |
| | ||||||
* | community/konsole: fix regression with kshortcuts 5.69 | Ariadne Conill | 2020-04-21 | 2 | -3/+120 | |
| | ||||||
* | main/perl-struct-dumb: upgrade to 0.12 | Leo | 2020-04-21 | 1 | -4/+3 | |
| | ||||||
* | testing/pmbootstrap: add missing dependancy py3-setuptools | Anjandev Momi | 2020-04-21 | 1 | -3/+2 | |
| | ||||||
* | testing/xdo: new aport | Anjandev Momi | 2020-04-20 | 1 | -0/+22 | |
| | | | | | | https://github.com/baskerville/xdo Small X utility to perform elementary actions on windows testing/ | |||||
* | community/python2-tkinter: security upgrade to 2.7.18 | J0WI | 2020-04-21 | 1 | -23/+20 | |
| | ||||||
* | main/python2: security upgrade to 2.7.18 | J0WI | 2020-04-21 | 1 | -3/+5 | |
| | ||||||
* | testing/materia-kde: new aport | Leo | 2020-04-21 | 1 | -0/+134 | |
| | | | | | https://github.com/PapirusDevelopmentTeam/materia-kde Materia theme from GNOME for KDE Plasma 5 | |||||
* | testing/materia-gtk-theme: new aport | Leo | 2020-04-21 | 1 | -0/+151 | |
| | | | | | https://github.com/nana-4/materia-theme Material Design theme for GNOME/GTK desktops | |||||
* | testing/py3-autopep8: upgrade to 1.5.2 | Leo | 2020-04-21 | 1 | -2/+2 | |
| | ||||||
* | testing/libuninameslist: upgrade to 20200413 | Leo | 2020-04-20 | 1 | -2/+2 | |
| | ||||||
* | main/git: upgrade to 2.26.2 | Leo | 2020-04-20 | 1 | -3/+6 | |
| | ||||||
* | community/openblas: revert LAPACK changes | Arda Aytekin | 2020-04-20 | 1 | -5/+3 | |
| | | | | | | | Reverted back the changes in `community/openblas` introduced in bea9248f and 7fd6f743 to let `openblas` install the optimized version of LAPACK. See the discussion under #10739. | |||||
* | community/py3-apache-libcloud: upgrade to 3.0.0 | Francesco Colista | 2020-04-20 | 1 | -2/+2 | |
| | ||||||
* | community/aircrack-ng: ugprade to 1.6 | Francesco Colista | 2020-04-20 | 2 | -24/+17 | |
| | ||||||
* | testing/obs-studio: upgrade to 25.0.7 | Francesco Colista | 2020-04-20 | 1 | -2/+2 | |
| | ||||||
* | testing/qownnotes: upgrade to 20.4.11 | Francesco Colista | 2020-04-20 | 1 | -2/+2 | |
| | ||||||
* | community/jenkins: upgrade to 2.233 | Francesco Colista | 2020-04-20 | 1 | -2/+2 | |
| | ||||||
* | testing/vimix-theme: new aport | Leo | 2020-04-20 | 1 | -0/+83 | |
| | | | | | https://github.com/vinceliuice/vimix-gtk-themes Flat Material Design Theme | |||||
* | main/py3-virtualenv: add missing dependencies | msrd0 | 2020-04-20 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this involves moving py3-distlib from community to main respective error messages: Traceback (most recent call last): File "/usr/bin/virtualenv", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3259, in <module> def _initialize_master_working_set(): File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3242, in _call_aside f(*args, **kwargs) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3271, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 584, in _build_master ws.require(__requires__) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 901, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 787, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'filelock<4,>=3.0.0' distribution was not found and is required by virtualenv Traceback (most recent call last): File "/usr/bin/virtualenv", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3259, in <module> def _initialize_master_working_set(): File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3242, in _call_aside f(*args, **kwargs) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3271, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 584, in _build_master ws.require(__requires__) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 901, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 787, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'distlib<1,>=0.3.0' distribution was not found and is required by virtualenv | |||||
* | testing/subtitleeditor: build against enchant2 | TBK | 2020-04-20 | 2 | -4/+48 | |
| | ||||||
* | community/cage: upgrade to 2020-04-17 | Antoine Fontaine | 2020-04-20 | 2 | -34/+6 | |
| | | | | | it adds support for latest wlroots version and fix https://gitlab.alpinelinux.org/alpine/aports/issues/11418. | |||||
* | community/gnome-software-plugin-apk: upgrade to 0.2.1 | Rasmus Thomsen | 2020-04-20 | 1 | -2/+2 | |
| | ||||||
* | community/apk-polkit: upgrade to 0.2.1 | Rasmus Thomsen | 2020-04-20 | 2 | -50/+4 | |
| | ||||||
* | community/webkit2gtk: add secfixes info | Leo | 2020-04-20 | 1 | -0/+2 | |
| | | | | See #11415 | |||||
* | testing/chez-scheme: new aport | Will sinatra | 2020-04-20 | 2 | -0/+57 | |
| | | | | New aport for Cisco's Chez Scheme/Petite Chez Scheme | |||||
* | community/grantlee: add qt5-qtdeclarative dependency | Ariadne Conill | 2020-04-20 | 1 | -2/+2 | |
| | | | | this is needed for making scriptabletags plugin available, needed by kmail | |||||
* | community/php7: switch to enchant-2 | Leo | 2020-04-20 | 2 | -3/+70 | |
| | ||||||
* | community/archivemount: upgrade to 0.9.1 | Leo | 2020-04-20 | 1 | -4/+4 | |
| | ||||||
* | community/py3-itypes: upgrade to 1.2.0 | Leo | 2020-04-20 | 1 | -3/+3 | |
| | ||||||
* | main/openvpn: security upgrade to 2.4.9 | J0WI | 2020-04-20 | 1 | -3/+9 | |
| | ||||||
* | unmaintained/sdfat: move from testing | Leo | 2020-04-20 | 2 | -0/+0 | |
| | ||||||
* | unmaintained/zendframework: move from community | Andy Postnikov | 2020-04-20 | 1 | -2/+1 | |
| | | | | https://framework.zend.com/blog/2020-01-24-laminas-launch | |||||
* | community/tini: upgrade to 0.19.0 | Leo | 2020-04-20 | 1 | -3/+3 | |
| | ||||||
* | community/influxdb: upgrade to 1.8.0 | Konstantin Kulikov | 2020-04-20 | 1 | -19/+12 | |
| | ||||||
* | community/wireguard-rpi: rebuild against kernel 5.4.33-r0 | Natanael Copa | 2020-04-20 | 1 | -1/+1 | |
| | ||||||
* | community/jool-modules-rpi: rebuild against kernel 5.4.33-r0 | Natanael Copa | 2020-04-20 | 1 | -1/+1 | |
| | ||||||
* | main/linux-rpi: upgrade to 5.4.33 | Natanael Copa | 2020-04-20 | 1 | -3/+3 | |
| | ||||||
* | community/chromium: upgrade to 81.0.4044.113 | Natanael Copa | 2020-04-20 | 12 | -809/+175 | |
| | ||||||
* | community/chromium: install swiftshader | Yonggang Luo | 2020-04-20 | 1 | -2/+9 | |
| | | | | | | | Package chromium align with binaries from other distribution This also fixes the issue that the soft OpenGL not working when there are no GPU available. This can happen in docker containers. | |||||
* | main/zfs-lts: rebuild against kernel 5.4.33-r0 | Natanael Copa | 2020-04-20 | 1 | -1/+1 | |
| | ||||||
* | main/xtables-addons-lts: rebuild against kernel 5.4.33-r0 | Natanael Copa | 2020-04-20 | 1 | -1/+1 | |
| | ||||||
* | main/drbd-lts: rebuild against kernel 5.4.33-r0 | Natanael Copa | 2020-04-20 | 1 | -1/+1 | |
| | ||||||
* | main/dahdi-linux-lts: rebuild against kernel 5.4.33-r0 | Natanael Copa | 2020-04-20 | 1 | -1/+1 | |
| | ||||||
* | community/wireguard-lts: rebuild against kernel 5.4.33-r0 | Natanael Copa | 2020-04-20 | 1 | -1/+1 | |
| | ||||||
* | community/virtualbox-guest-modules-lts: rebuild against kernel 5.4.33-r0 | Natanael Copa | 2020-04-20 | 1 | -1/+1 | |
| |