aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/abuild: upgrade to 3.6.0_rc1Natanael Copa2020-04-151-3/+4
|
* main/mksh: upgrade to 59Leo2020-04-151-11/+5
|
* main/py3-jinja2: upgrade to 2.11.2Keith Maxwell2020-04-151-2/+2
|
* main/git: security upgrade to 2.26.1J0WI2020-04-151-2/+4
|
* main/perl-libwww: upgrade to 6.44Leo2020-04-151-2/+2
|
* main/xfsprogs: upgrade to 5.6.0Leo2020-04-151-2/+2
|
* main/libsecret: upgrade to 0.20.3Rasmus Thomsen2020-04-141-2/+2
|
* main/strongswan: fix buildSören Tempel2020-04-141-1/+1
|
* main/strongswan: fix log file ownerKaarle Ritvanen2020-04-142-19/+68
|
* main/abuild: modernizeLeo2020-04-141-11/+9
| | | | | - Depend only on scanelf to avoid python3 dependency - Fix license
* main/gawk: upgrade to 5.1.0Leo2020-04-141-4/+3
|
* main/http-parser: disable tests on 32bit arm archesLeo2020-04-141-1/+8
|
* main/abuild: add GOFLAGS to /etc/abuild.confSören Tempel2020-04-142-3/+41
|
* main/zfs-lts: rebuild against kernel 5.4.32-r0Natanael Copa2020-04-141-1/+1
|
* main/xtables-addons-lts: rebuild against kernel 5.4.32-r0Natanael Copa2020-04-141-1/+1
|
* main/drbd-lts: rebuild against kernel 5.4.32-r0Natanael Copa2020-04-141-1/+1
|
* main/dahdi-linux-lts: rebuild against kernel 5.4.32-r0Natanael Copa2020-04-141-1/+1
|
* main/linux-lts: upgrade to 5.4.32Natanael Copa2020-04-141-2/+2
|
* main/linux-rpi: upgrade to 5.4.32Natanael Copa2020-04-141-3/+3
|
* remove stale patchesLeo2020-04-142-2710/+0
|
* main/ncftp: add missing -dev subpackageLeo2020-04-141-8/+5
|
* main/iperf3: add missing -dev subpackageLeo2020-04-141-10/+5
|
* main/haveged: add missing -dev subpackageLeo2020-04-141-7/+2
|
* main/czmq: fix location of cmake modules, add -static subpackageLeo2020-04-141-13/+17
|
* main/nodejs: build with _LARGEFILE_SOURCE and _FILE_OFFSET_BITSJakub Jirutka2020-04-141-0/+4
| | | | | | | | From libuv's Readme: > Note for UNIX users: compile your project with `-D_LARGEFILE_SOURCE` and > `-D_FILE_OFFSET_BITS=64`. GYP builds take care of that automatically. Fedora spec contains these defines too.
* main/nodejs: build with system-provided brotliJakub Jirutka2020-04-141-1/+3
|
* main/nodejs: sort makedeps alphabeticallyJakub Jirutka2020-04-141-2/+9
|
* main/nodejs: build with system-provided libuv againJakub Jirutka2020-04-142-1/+13
|
* main/nodejs: upgrade to 12.16.2Tim Brust2020-04-141-4/+4
| | | | | | It fails to build without deps/uv. Resolves !4029
* main/nodejs: remove paxmarkJakub Jirutka2020-04-141-12/+3
| | | | We don't ship kernel with PaX anymore.
* main/perl-test-simple: upgrade to 1.302175Leo2020-04-131-2/+2
|
* main/py3-gobject3: rebuildAriadne Conill2020-04-131-1/+1
|
* main/font-bh-ttf: fix wrong fonts directory and modernizeLuca Weiss2020-04-131-13/+7
| | | | | | fontutil.m4 from font-util-dev queries pkg-config (fontconfig.pc) for the correct font path, this failed before and an incorrect fallback was used. Fix this by including fontconfig-dev as makedepends.
* main/http-parser: upgrade to 2.9.4Jakub Jirutka2020-04-131-5/+3
|
* main/doxygen: upgrade to 1.8.18Leo2020-04-132-94/+9
|
* main/pax-utils: add missing dependencies on py3-elftools and python3Leo2020-04-131-4/+4
|
* main/p11-kit: rebuild again against libffi.so.7Rasmus Thomsen2020-04-131-1/+1
| | | | | Apparently some packages weren't rebuilt correclty against libffi.so.7 on some arches and still need libffi.so.6
* main/wayland: rebuild again against libffi.so.7Rasmus Thomsen2020-04-131-1/+1
| | | | | Apparently some packages weren't rebuilt correclty against libffi.so.7 on some arches and still need libffi.so.6
* main/llvm9: rebuild again against libffi.so.7Rasmus Thomsen2020-04-131-1/+1
| | | | | Apparently some packages weren't rebuilt correclty against libffi.so.7 on some arches and still need libffi.so.6
* main/glib: rebuild again against libffi.so.7Rasmus Thomsen2020-04-131-1/+1
| | | | | Apparently some packages weren't rebuilt correclty against libffi.so.7 on some arches and still need libffi.so.6
* main/mozjs60: rebuild again against libffi.so.7Rasmus Thomsen2020-04-131-1/+1
| | | | | Apparently some packages weren't rebuilt correclty against libffi.so.7 on some arches and still need libffi.so.6
* main/python2: rebuild again against libffi.so.7Rasmus Thomsen2020-04-131-1/+1
| | | | | Apparently some packages weren't rebuilt correclty against libffi.so.7 on some arches and still need libffi.so.6
* main/python3: rebuild again against libffi.so.7Rasmus Thomsen2020-04-131-1/+1
| | | | | Apparently some packages weren't rebuilt correclty against libffi.so.7 on some arches and still need libffi.so.6
* main/py3-babel: add missing dependencyKeith Maxwell2020-04-131-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change: $ dabuild sh $ sudo apk add py3-babel >/dev/null && pybabel --version Traceback (most recent call last): File "/usr/bin/pybabel", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' This change adds py3-setuptools as a runtime dependency because pkg_resources is imported by a file installed into /usr/bin/: $ grep pkg_resources /usr/bin/pybabel from pkg_resources import load_entry_point pkg_resources is part of py3-setuptools: $ apk info -L py3-setuptools | grep pkg_resources/__init__.py usr/lib/python3.8/site-packages/pkg_resources/__init__.py After this change: $ dabuild sh $ sudo apk add py3-babel >/dev/null && pybabel --version pybabel 2.8.0
* main/py3-mako: enable check()Keith Maxwell2020-04-131-1/+6
|
* main/py3-mako: add missing dependencyKeith Maxwell2020-04-131-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change: $ dabuild sh $ sudo apk add py3-mako >/dev/null && mako-render --help | head -n 1 Traceback (most recent call last): File "/usr/bin/virtualenv", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' This change adds py3-setuptools as a runtime dependency because pkg_resources is imported by a file installed into /usr/bin/: $ grep pkg_resources /usr/bin/mako-render from pkg_resources import load_entry_point pkg_resources is part of py3-setuptools: $ apk info -L py3-setuptools | grep pkg_resources/__init__.py usr/lib/python3.8/site-packages/pkg_resources/__init__.py After this change: $ dabuild sh $ sudo apk add py3-mako >/dev/null && mako-render --help | head -n 1 usage: mako-render [-h] [--var VAR] [--template-dir TEMPLATE_DIR]
* main/ethtool: add bash-completion subpackageLeo2020-04-131-2/+11
|
* main/bluez: move zsh completion from mainpkg instead of copying itLeo2020-04-131-3/+3
|
* main/libinput: add zsh-completion subpackageLeo2020-04-131-2/+16
|
* main/grub: modernizeLeo2020-04-131-18/+30
|