aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* testing/py-pathtools: new aportCarlo Landmeter2015-10-011-0/+40
|
* main/py-sphinx: fix depsCarlo Landmeter2015-10-011-2/+3
|
* main/py-sphinx_rtd_theme: new aportCarlo Landmeter2015-10-011-0/+40
|
* main/py-snowballstemmer: new aportCarlo Landmeter2015-10-011-0/+40
|
* main/py-alabaster: new aportCarlo Landmeter2015-10-011-0/+40
|
* main/py-babel: upgrade to 2.1.1Carlo Landmeter2015-10-011-4/+4
|
* main/py-sphinx: upgrade to 1.3.1Carlo Landmeter2015-10-013-80/+16
|
* main/pixman: upgrade to 0.32.8Natanael Copa2015-10-011-6/+5
|
* main/chrony: fix syntax error in logrotate scriptSören Tempel2015-10-012-11/+13
|
* main/s6-linux-utils: moved from testingChristian Kampka2015-10-011-0/+0
|
* main/s6-portable-utils: move from testing and upgrade to 2.0.5.2Christian Kampka2015-10-011-4/+4
|
* main/elixir: fix syntax error in APKBUILDEivind Uggedal2015-10-011-1/+1
|
* main/elixir: added -doc subpackageFrancesco Colista2015-10-011-1/+2
|
* main/elixir: Update to 1.1.1Marlus Saraiva2015-10-011-4/+4
|
* main/elixir: Update to 1.1.0Marlus Saraiva2015-10-011-6/+6
|
* main/erlang: Update to 18.1Marlus Saraiva2015-10-012-175/+382
|
* testing/fish-irssi: new aportCarlo Landmeter2015-10-011-0/+44
|
* main/libjpeg-turbo: upgrade to 1.4.2Eivind Uggedal2015-10-011-5/+4
|
* main/xz: upgrade to 5.2.2Natanael Copa2015-10-011-4/+4
|
* testing/mkdocs: bump pkgrelCarlo Landmeter2015-10-011-1/+1
|
* main/lua-aports: add lua-optarg dependencyNatanael Copa2015-10-011-2/+2
|
* main/lua-optarg: move from testingNatanael Copa2015-10-011-0/+0
|
* testing/mkdocs: fix depsCarlo Landmeter2015-10-011-2/+3
|
* testing/py-click: upgrade to 5.1Carlo Landmeter2015-10-011-4/+4
|
* main/py-mkdocs-bootswatch: new aportCarlo Landmeter2015-10-011-0/+40
|
* testing/py-mkdocs-bootstrap: new aportCarlo Landmeter2015-10-011-0/+40
|
* testing/py-livereload: new aportCarlo Landmeter2015-10-011-0/+40
|
* main/lua-aports: upgrade to 0.5Natanael Copa2015-10-014-263/+5
|
* testing/mkdocs: new aportCarlo Landmeter2015-10-011-0/+40
|
* testing/s6-networking: rebuild against skalibs-2.3.7.0-r0 and s6-2.2.1.0-r0Eivind Uggedal2015-10-011-1/+1
|
* testing/s6-dns: rebuild against skalibs 2.3.7.0-r0Eivind Uggedal2015-10-011-1/+1
|
* community/dia: moved from testingNatanael Copa2015-10-013-1/+1
|
* testing/dia: upgrade to 0.97.3Natanael Copa2015-10-013-186/+9
|
* Fixed prosody user creation and changed config to use /var/run/prosody dir ↵Nicols de la Torre2015-10-013-5/+6
| | | | for pidfile
* main/phpmyadmin: upgrade to 4.5.0.2Natanael Copa2015-10-011-4/+4
|
* main/screen: security fix for CVE-2015-6806Eivind Uggedal2015-09-302-5/+61
|
* community/go: install all tools in $PATHSören Tempel2015-09-301-7/+13
| | | | | | | | | Previously you could only access them using `go tool <toolname>` however, some software expects to find vet, godoc, et cetera in your $PATH. Regarding godoc we manually make it accessible via `go tool <toolname>` as well, which isn't the default and might be dropped in the future.
* main/git: bump pkgrelNatanael Copa2015-09-301-1/+1
|
* main/git: unbreak send-email syntax errorsMuh Muhten2015-09-303-11/+10
| | | | | | | something seems to have gone wrong in the process of copy-pasting in a18cf0d. I haven't tested this version to make sure it works, either, but at least it syntax-checks and by inspection it seems like it ought to work. 11:30 < nmeum> a18cf0d3343c487f4a6a262f0038f21d95c35b66 just broke git-send-email http://sprunge.us/TQMW could somebody with access to main/ please revert it?
* testing/outils: don't depend on mcppSören Tempel2015-09-301-2/+2
| | | | | | | | cpp(1) is only used by calendar(1) furthermore the required command line flags are incompatible with mcpp(1) therefore gcc needs to be installed optionally since it ships cpp(1). So if you want to use calendar(1) just install gcc.
* main/rpcbind: security fix for CVE-2015-7236Eivind Uggedal2015-09-302-5/+87
|
* main/lxc: security fix for CVE-2015-1335Eivind Uggedal2015-09-302-1/+641
|
* testing/py-pygit2: fix depsNatanael Copa2015-09-301-2/+2
|
* testing/py-pygit2: new aportPierre-Gildas MILLON2015-09-301-0/+37
| | | | | https://github.com/libgit2/pygit2 Python bindings for libgit2
* testing/libssh2: claim maintainership, fix -dev depsNatanael Copa2015-09-301-4/+4
|
* testing/libgit2: new aportPierre-Gildas MILLON2015-09-302-0/+74
| | | | | https://libgit2.github.com/ The Library http://libgit2.github.com
* main/git Allow send-email to send patches greater than 16K in size.Nathan Angelacos2015-09-302-1/+26
| | | | | Source: http://git.661346.n2.nabble.com/git-send-email-Connection-Closed-td7635648.html
* community/syncthing: upgrade to 0.11.25Natanael Copa2015-09-301-13/+13
| | | | | Also symlink source to GOPATH instead of moving it and built from tarballs instead of git. Furthermore update the dependencies.
* community/chromium: move from mainNatanael Copa2015-09-3013-0/+0
|
* community/firefox: moved from mainNatanael Copa2015-09-3021-0/+0
|