Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/compat-pvgrub: include updated checksums | Kevin Daudt | 2019-10-28 | 1 | -3/+1 |
| | |||||
* | main/compat-pvgrub: bump pkgrel | Kevin Daudt | 2019-10-28 | 1 | -1/+1 |
| | |||||
* | main/compat-pvgrub: prevent output to wrong conf-file | JailBox | 2019-10-28 | 1 | -1/+2 |
| | | | | | | | | | | | if "$myconf" defines/redefines "$conf" the generated output would go to the wrong file I.e. >echo "conf=/boot/mybootdir/extlinux.conf" >> /etc/update-extliunx.conf /sbin/update-extlinux will honor this, while update-pvgrub would write to the wrong config file. So postpone presetting "$conf" until "$myconf" has been source'd | ||||
* | add real timeout to grub config file | Bastien Durel | 2019-10-28 | 1 | -1/+1 |
| | | | | | | as $rtimeout is undefined, config file ends with timeout line, which makes pvgrub fail on int parsing | ||||
* | main/seabios: upgrade to 1.12.0 | Leo | 2019-10-28 | 1 | -7/+5 |
| | | | | Closes !586 | ||||
* | main/ruby: remove bundled CA certificates | Jakub Jirutka | 2019-10-27 | 1 | -0/+4 |
| | |||||
* | main/ruby: add support for .include directive used by OpenSSL config files | Jakub Jirutka | 2019-10-27 | 2 | -1/+187 |
| | |||||
* | main/ruby: move all irb files to its subpkg | Jakub Jirutka | 2019-10-27 | 1 | -3/+3 |
| | |||||
* | main/ruby: remove gems/*/cache | Jakub Jirutka | 2019-10-27 | 1 | -0/+2 |
| | |||||
* | main/ruby: remove duplicated package ruby-bundler | Jakub Jirutka | 2019-10-27 | 1 | -17/+10 |
| | | | | | | It's already provided by a separate aport/package ruby-bundler. Bundler is a standalone Ruby gem with its own release cycle and version. The version bundled in Ruby is outdated. | ||||
* | main/perl-term-table: upgrade to 0.014 | Leo | 2019-10-27 | 1 | -2/+2 |
| | | | Closes !574 | ||||
* | main/py3-meld3: upgrade to 2.0.0 | Nathan Owens | 2019-10-27 | 1 | -0/+27 |
| | | | | | | Set to python3 due to upcoming python2 EOL Closes !776 | ||||
* | main/py-meld3: rename to py3-meld3 | Nathan Owens | 2019-10-27 | 1 | -41/+0 |
| | | | Closes !776 | ||||
* | libedit: update to 20191025.3.1 | Drew DeVault | 2019-10-27 | 1 | -6/+3 |
| | | | | Also normalizes the APKBUILD and adds -static | ||||
* | main/dhcp: remove outdated {pre,post}-upgrade scripts | Jakub Jirutka | 2019-10-27 | 3 | -28/+1 |
| | | | | They are for backward compatibility with >10 years old Alpine releases. | ||||
* | main/dhcp: simplify openrc split function, remove unneeded workaround | Jakub Jirutka | 2019-10-27 | 1 | -21/+5 |
| | |||||
* | main/dhcp: remove commented out depends_dhclient_optional | Jakub Jirutka | 2019-10-27 | 1 | -4/+2 |
| | |||||
* | main/dhcp: remove depends_dev and depends_dbg workarounds | Jakub Jirutka | 2019-10-27 | 1 | -13/+2 |
| | | | | This is already fixed in abuild. | ||||
* | main/dhcp: remove unused split function libs() | Jakub Jirutka | 2019-10-27 | 1 | -6/+0 |
| | | | | | | It was probably a workaround for some bug in abuild that has been already fixed. Removing of this function doesn't have any effect on the generated metadata. | ||||
* | main/dhcp: don't remove build dirs to allow re-running package phase | Jakub Jirutka | 2019-10-27 | 1 | -2/+0 |
| | |||||
* | main/dhcp: remove x bit from dhcpd.initd file in aports | Jakub Jirutka | 2019-10-27 | 1 | -0/+0 |
| | |||||
* | main/dhcp: change deprecated /var/run to /run | Jakub Jirutka | 2019-10-27 | 3 | -17/+17 |
| | |||||
* | main/dhcp: fix codestyle - unnecessary braces around variables | Jakub Jirutka | 2019-10-27 | 1 | -9/+9 |
| | |||||
* | main/dhcp: take maintainership | Jakub Jirutka | 2019-10-27 | 1 | -1/+1 |
| | |||||
* | main/docbook-xsl: upgrade to 1.79.2 | Milan P. Stanić | 2019-10-27 | 2 | -18/+6 |
| | | | | | | | update url and source new upstream url's fix 765567_non-recursive_string_subst.patch to new upstream version Closes !565 | ||||
* | main/pspg: upgrade to 2.1.8 | Jakub Jirutka | 2019-10-27 | 1 | -2/+2 |
| | |||||
* | main/nginx: fix support for more so libs per module | aptalca | 2019-10-26 | 1 | -1/+1 |
| | | | | | | | | | | When there is more than one so defined for a module, the line echo "load_module \"modules/$soname\";" > ./etc/nginx/modules/$name.conf only writes the last so listed into the conf file. Related to GH-9234 | ||||
* | main/nginx: fix broken subpkg -mod-http-geoip2 | Jakub Jirutka | 2019-10-26 | 1 | -8/+12 |
| | | | | | | Fixes #10679 Closes GH-9234 | ||||
* | main/nginx: move perl5 lib to -mod-http-perl subpkg where it belongs | Jakub Jirutka | 2019-10-26 | 1 | -0/+4 |
| | |||||
* | main/nginx: add subpkg with debug build of nginx | Jakub Jirutka | 2019-10-26 | 3 | -8/+36 |
| | | | | Resolves #9594 | ||||
* | main/busybox: fix behavior of ln -T | Kaarle Ritvanen | 2019-10-26 | 2 | -1/+69 |
| | |||||
* | main/mupdf: rebuild against jbig2dec | Sören Tempel | 2019-10-26 | 1 | -1/+1 |
| | | | | | | Current mupdf version in edge fails to start with: Error relocating /usr/lib/libmupdf.so.0: jbig2_ctx_new: symbol not found | ||||
* | main/btrfs-progs: upgrade to 5.3.1 | Sören Tempel | 2019-10-26 | 1 | -2/+2 |
| | |||||
* | main/glib: upgrade to 2.62.2 | Leo | 2019-10-26 | 1 | -2/+2 |
| | |||||
* | main/freetds: upgrade to 1.1.20 | Andy Postnikov | 2019-10-26 | 1 | -2/+2 |
| | |||||
* | main/varnish: upgrade to 6.3.1 | Andy Postnikov | 2019-10-26 | 1 | -2/+2 |
| | |||||
* | community/py3-flask-assets: move from main | Leo | 2019-10-25 | 1 | -29/+0 |
| | | | Closes !172 | ||||
* | main/py3-flask-assets: drop py2 | Leo | 2019-10-25 | 1 | -22/+12 |
| | | | Closes !172 | ||||
* | main/py3-flask-assets: rename from py-flask-assets | Leo | 2019-10-25 | 1 | -0/+0 |
| | | | Closes !172 | ||||
* | community/py3-webassets: move from main | Leo | 2019-10-25 | 1 | -30/+0 |
| | | | Closes !172 | ||||
* | main/py3-webassets: drop py2 | Leo | 2019-10-25 | 1 | -23/+13 |
| | | | Closes !172 | ||||
* | main/py3-webassets: rename from py-webassets | Leo | 2019-10-25 | 1 | -0/+0 |
| | | | Closes !172 | ||||
* | main/pssh: switch to python3 | Leo | 2019-10-25 | 2 | -27/+73 |
| | | | Closes !156 | ||||
* | main/hylafaxplus: rebuild against ghostscript 9.50 | J0WI | 2019-10-25 | 1 | -1/+1 |
| | | | Closes GH-11934 | ||||
* | main/hylafax: rebuild against ghostscript 9.50 | J0WI | 2019-10-25 | 1 | -1/+1 |
| | | | Closes GH-11934 | ||||
* | main/cups: rebuild against ghostscript 9.50 | J0WI | 2019-10-25 | 1 | -1/+1 |
| | | | Closes GH-11934 | ||||
* | main/ghostscript: upgrade to 9.50 | J0WI | 2019-10-25 | 5 | -622/+4 |
| | | | Closes GH-11934 | ||||
* | main/jbig2dec: upgrade to 0.17 | J0WI | 2019-10-25 | 1 | -4/+4 |
| | | | Closes GH-11934 | ||||
* | main/perl-test-mockmodule: upgrade to 0.171.0 | Leo | 2019-10-25 | 1 | -2/+2 |
| | |||||
* | main/nmap: install additional documentation files | Sören Tempel | 2019-10-25 | 1 | -2/+7 |
| | | | | | While at it also fix variable quoting in the installation of the license file. |