aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* main/opensmtpd: conflicts with postfix due to usr/bin/sendmailLeonardo Arena2017-06-021-2/+2
|
* main/opensmtpd: fix mail spool path, other fixesValery Kartel2017-06-024-14/+13
| | | | | | | | | | | | | | | | | /var/mail is used from /usr/include/paths.h if not set, So set --with-path-mbox=/var/spool/mail to fix spoll path from /var/mail to /var/spool/mail. change libexec prefix --libexecdir=/usr/lib. So now full path is /usr/lib/opensmtpd, not /usr/lib/opensmtpd/opensmtpd remove post-install script. There is no need to run 'newaliases' because in default config aliases table use file: driver, not db: driver remove empty /usr/bin directory in init-script explictly set 'name' and 'command' variables to not be dependent on script name.
* main/openntpd: fix checksumsLeonardo Arena2017-06-021-11/+3
|
* main/openntpd: remove legacy stuff, cleanupsValery Kartel2017-06-026-81/+20
| | | | | | | cleanups in APKBUILD remove legacy rc-scripts renaming remove legacy ntp-user checks and creation. make init-script like in opensmtpd
* testing/nut: fix user creation in post-installValery Kartel2017-06-025-38/+33
| | | | | | | | | -- add nut home dir /var/lib/nut used for scheduler fix libexec and driver dirs (libexec -> lib) add using dns in init-scripts remove conf.d files from package because it have no sence for now cleanups in APKBUILD and init-scripts
* main/powerpc-utils: add missing dependenciesRoberto Oliveira2017-06-011-2/+3
| | | | | powerpc-utils needs bash and bc to work. I am adding both as depedency and also assing me as this package maintainer.
* main/libwebsockets: upgrade to 2.2.1Fabian Affolter2017-06-012-110/+4
|
* main/postgresql: security upgrade to 9.6.3 (CVE-2017-7484, CVE-2017-7485)Natanael Copa2017-06-011-3/+3
|
* main/grub: add powerpc-utils as dependency for grub-ieee1275Roberto Oliveira2017-06-012-3/+4
| | | | | | grub-ieee1275 for ppc64le requires some commands that are provided by powerpc-utils. Said that, I am moving powerpc-utils to main packages and addig it as dependency for grub-ieee1275.
* testing/recoll: upload missing patchLeonardo Arena2017-06-012-1/+26
|
* testing/recoll: new aportLeonardo Arena2017-06-011-0/+47
| | | | Full-text desktop search engine
* testing/cups-pdf: new aportLeonardo Arena2017-06-011-0/+29
|
* main/mosquitto: upgrade to 1.4.12Natanael Copa2017-06-012-24/+11
|
* main/openldap: sec fix for CVE-2017-9287Natanael Copa2017-06-012-18/+36
|
* main/sudo: upgrade to 1.8.20_p2Natanael Copa2017-06-011-2/+2
|
* main/musl: add armel compat ld.so nameTimo Teräs2017-06-011-1/+2
|
* main/gcc: add armv5-*-*eabi tripletTimo Teräs2017-06-011-0/+1
|
* main/musl: cherry-pick upstream fixes, add strftime gnu extensionsTimo Teräs2017-06-0111-1/+550
| | | | ref #5907
* main/lxc: wget should go to makedepends tooFrancesco Colista2017-06-011-1/+1
|
* main/lxc: add wget as dependency of lxc-downloads. Fixes #7338Francesco Colista2017-06-011-2/+2
|
* main/cmake: upgrade to 3.8.2Natanael Copa2017-06-011-4/+2
|
* community/php5: fix php-fpm init.d scriptNatanael Copa2017-06-012-13/+3
| | | | ref #7353
* main/asterisk: upgrade to 14.5.0Timo Teräs2017-06-012-89/+322
| | | | rebase iostream patch
* testing/x2goserver: added initd and xsession support for alpineFrancesco Colista2017-06-013-5/+52
|
* main/nghttp2: upgrade to 1.23.1Francesco Colista2017-06-011-2/+2
|
* community/youtube-dl: upgrade to 2017.05.29Timo Teräs2017-06-011-2/+2
|
* testing/wireguard-*: bump to 0.0.20170531Shiz2017-06-013-9/+9
|
* main/v4l-utils: fix segfault due to undefined behavior in getsuboptNatanael Copa2017-05-312-3/+42
| | | | ref #7047
* main/oniguruma: upgrade to 6.3.0Francesco Colista2017-05-311-2/+2
|
* community/py3-multidict: upgrade to 2.1.6Francesco Colista2017-05-311-2/+2
|
* community/certbot: upgrade to 0.14.2Francesco Colista2017-05-311-2/+2
|
* community/py-raven: upgrade to 6.1.0Francesco Colista2017-05-311-2/+2
|
* community/perl-mojolicious: upgrade to 7.32Francesco Colista2017-05-311-2/+2
|
* main/perl-module-build: upgrade to 0.4224Francesco Colista2017-05-311-2/+2
|
* testing/lxd: upgrade to 2.14Francesco Colista2017-05-311-2/+2
|
* main/man-pages: fix conflict with libbsd-docNatanael Copa2017-05-311-3/+6
|
* testing/cntlm: modernizeNatanael Copa2017-05-311-20/+7
|
* testing/cntlm: ressurect from unmaintainedNatanael Copa2017-05-312-0/+0
| | | | ref #7351
* main/libxcmcp: build against libbsd (CVE-2017-2625)Natanael Copa2017-05-311-10/+7
| | | | | | Use arc4random_buf from libbsd ref #6968
* main/sudo: security upgrade to 1.8.20_p1 (CVE-2017-1000367)Natanael Copa2017-05-311-10/+2
|
* community/libplist: upgrade to 2.0.0Natanael Copa2017-05-301-4/+2
|
* community/openjdk8: increase buffer size for getmntent_rNatanael Copa2017-05-302-1/+92
| | | | | | | | | | | | Java will only use 1024 byte buffer for parsing mounts. Unlike glibc will musl return error when this is not big enough instead of truncating it. We solve it by allocating a much bigger buffer. ref #9073 We also build without precompiled headers, which does not work eith PIE.
* community/gns3-gui: upgrade to 2.0.2Francesco Colista2017-05-301-2/+2
|
* community/gns3-server: upgrade to 2.0.2Francesco Colista2017-05-301-2/+2
|
* main/strongswan: upgrade to 5.5.3Natanael Copa2017-05-301-3/+3
|
* main/ghostscript: security fixes (fix CVE-2017-5951, CVE-2017-7207). Fixes #7309Francesco Colista2017-05-303-2/+81
|
* scripts/mkimg.arm: update rpi bootloader, remove unneeded initrd load addressTimo Teräs2017-05-301-5/+5
|
* scripts/mkimage: set title and desc in yamlNatanael Copa2017-05-301-0/+2
|
* scripts/mkimg.*: add title and descriptionNatanael Copa2017-05-304-0/+32
|
* scripts/mkimage-yaml.sh: add options for title and descriptionNatanael Copa2017-05-301-0/+6
|