aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/lftp: upgrade to 4.6.1Natanael Copa2015-01-021-4/+4
|
* main/phpmyadmin: upgrade to 4.3.4Natanael Copa2015-01-021-4/+4
|
* main/doxygen: upgrade to 1.8.9Natanael Copa2015-01-021-4/+4
|
* main/omxplayer: enable -dbg, add sleep time to conf.dTimo Teräs2015-01-013-9/+10
|
* main/freeradius: use threadsafe getgrnam in rlm_linelog and rlm_detailNatanael Copa2015-01-012-1/+44
| | | | should fix potensial craches in freeradius
* main/freeradius: linux-headers build fixNatanael Copa2015-01-011-1/+1
|
* main/strongswan: enable EAP TLSNatanael Copa2015-01-011-1/+2
|
* main/strongswan: linux-headers build fixNatanael Copa2015-01-011-1/+1
|
* main/lighttpd: add .svg, .svgz and .dmg to mime typesNatanael Copa2014-12-312-5/+8
|
* main/rtmpdump: linux-headers build fix and reset pkgrelNatanael Copa2014-12-311-2/+2
|
* main/ffmpeg: rebuild against new rtmpdumpNatanael Copa2014-12-311-1/+1
|
* main/rtmpdump: upgrade snapshot to 2.4_git20141231Natanael Copa2014-12-313-69/+5
| | | | fixes #3608
* main/youtube-dl: upgrade to 2014.12.17.2Natanael Copa2014-12-311-4/+4
|
* main/youtube-dl: move from testingNatanael Copa2014-12-311-0/+32
|
* main/syncthing: upgrade to 0.10.14Natanael Copa2014-12-311-4/+4
|
* main/freeradius3: upgrade to 3.0.6Leonardo Arena2014-12-301-5/+5
|
* main/lua-md5: pull in both lua 5.1 and 5.2 by defaultNatanael Copa2014-12-301-2/+3
|
* main/lua-subprocess: Add Lua 5.1/5.2 libs as depends of main package and ↵Ted Trask2014-12-302-5/+13
| | | | remove linking of lua core
* main/acf-mysql: upgrade to 0.1.1Ted Trask2014-12-301-5/+5
|
* main/acf-mysql: Add acf-db-lib dependency and bump releaseTed Trask2014-12-301-3/+3
|
* main/openrc: modloop: fix detection of vanilla kernel flavorNatanael Copa2014-12-302-5/+9
| | | | ref #3672
* main/openrc: bsd-compat-headers build fixNatanael Copa2014-12-301-0/+1
|
* main/minetest: various fixesNatanael Copa2014-12-309-68/+143
| | | | | | | | - fix segfault due to JIT and PaX. Use shared lua instead of luajit - clean up init.d script. rename to minitest-server - use shared irrlicht - move pre-install script to -server subpackage - start with gameid 'minimal' by default for testing
* main/minetest: upgrade to 0.4.11Francesco Colista2014-12-301-5/+5
|
* main/minetest: mv pkgdir to subpkgdir in server functionFrancesco Colista2014-12-301-16/+16
|
* main/lua-subprocess: update to 0.0.20141229Ted Trask2014-12-294-50/+50
|
* main/gtk+3.0: use gtk-update-icon-cache package from gtk+2AmatCoder2014-12-292-18/+3
|
* main/minetest: added initd and conf fileFrancesco Colista2014-12-294-4/+67
|
* main/gtk+2.0: declare trigger in global scopeNatanael Copa2014-12-291-1/+1
|
* main/gtk+2.0: split gtk-update-icon-cacheAmatCoder2014-12-292-7/+18
| | | | | | | | | Changes: - Split 'gtk-update-icon-cache' to a new package. This avoid the gtk2 dependency in gtk3 package and two triggers being fired. - Fix trigger to not exit with error on uninstall. - Update to 2.24.25
* main/mdocml: build shared, add 'man' and trigger for dbNatanael Copa2014-12-296-77/+157
|
* main/mdocml: upgrade to 1.13.2Hiltjo Posthuma2014-12-291-7/+16
|
* main/redis: upgrade to 2.8.19Francesco Colista2014-12-261-5/+5
|
* main/augeas: Shellvars: allow command-specific environmentKaarle Ritvanen2014-12-262-5/+64
|
* main/oscam: linux-headers build fixNatanael Copa2014-12-261-1/+1
|
* main/ruby-rmagick: upgrade to 2.13.4Kaarle Ritvanen2014-12-261-5/+5
|
* main/ruby-net-ldap: upgrade to 0.10.1Kaarle Ritvanen2014-12-261-4/+4
|
* main/ruby-rails: upgrade to 4.2.0Kaarle Ritvanen2014-12-2621-56/+365
|
* main/perl-namespace-clean: moved perl-b-hooks-endofscope in cpandependsFrancesco Colista2014-12-261-3/+3
|
* main/mkinitfs: bump pkgrelNatanael Copa2014-12-261-1/+1
| | | | | | | | busybox 1.23.0 before 1.23.0-r2 had a broken modprobe that caused disk controllers not be loaded from initramfs. This was fixed with busybox-1.23.0-r2 but we need regenerate initramfs images that was created with a bad modprobe so we bump pkgrel for mkinitfs to force regeneration of initramfs.
* main/busybox: fix coldplug with modprobe -aNatanael Copa2014-12-262-1/+57
| | | | | | | | | | | We call 'modprobe -a <alias> ...' from initramfs init for coldplugging. The upstream commit 4e314faa0a (modprobe,rmmod: reject module names with slashes) introduce a check for slashes in the modprobe name. This broke loading of module aliases with slashes which are often found in dmi modalias. We fix this by allowing slashes when -a option is given.
* main/orc: upgrade to 0.4.23Natanael Copa2014-12-251-4/+4
|
* main/busybox: fix ash segfaultNatanael Copa2014-12-252-1/+83
| | | | | | | | | The upstream commit e9ab07c2 (ash: make ${#var} unicode-aware, 2014-08-13) introduced a regression that makes ash segfault. revert it til upstream has fixed it. http://lists.busybox.net/pipermail/busybox/2014-December/082129.html
* main/perl-datetime-timezone: upgrade to 1.81Natanael Copa2014-12-251-4/+4
|
* main/perl-class-load: upgrade to 0.22Natanael Copa2014-12-251-11/+11
|
* main/gettext: upgrade to 0.19.4Natanael Copa2014-12-251-4/+4
|
* testing/perl-variable-magic: moved to mainFrancesco Colista2014-12-251-0/+41
|
* testing/perl-b-hooks-endofscope: moved to mainFrancesco Colista2014-12-251-0/+41
|
* testing/perl-devel-checkbin: moved to mainFrancesco Colista2014-12-251-0/+40
|
* testing/perl-sub-identify: moved to mainFrancesco Colista2014-12-251-0/+41
|