Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/various: security rebuild (CVE-2020-7919) | Kevin Daudt | 2020-05-01 | 1 | -1/+1 |
| | |||||
* | community/fzf: upgrade to 0.21.1 | Kevin Daudt | 2020-04-04 | 1 | -2/+2 |
| | |||||
* | community/fzf: fix pkgver scheme | Kevin Daudt | 2020-03-16 | 1 | -3/+3 |
| | |||||
* | community/fzf: fix builddir | Kevin Daudt | 2020-03-13 | 1 | -2/+3 |
| | |||||
* | community/fzf: upgrade to 0.21.0-1 | Kevin Daudt | 2020-03-13 | 1 | -3/+3 |
| | |||||
* | community/fzf: upgrade to 0.21.0 | Kevin Daudt | 2020-03-13 | 2 | -9/+9 |
| | |||||
* | Remove unused patches in community/ | Leo | 2020-01-28 | 1 | -11/+0 |
| | | | | These patches are no longer used | ||||
* | community/fzf: install additional documentation files | Sören Tempel | 2019-12-19 | 1 | -0/+4 |
| | |||||
* | community/fzf: fix build with `abuild rootbld` | Sören Tempel | 2019-12-19 | 1 | -0/+1 |
| | |||||
* | community/fzf: upgrade to 0.20.0 | Sören Tempel | 2019-12-19 | 1 | -3/+3 |
| | |||||
* | community/fzf: fix buzybox find incompattibility | Kevin Daudt | 2019-12-07 | 2 | -4/+59 |
| | | | | | | | | fzf uses `-fstype` for find commands, but buzybox find does not support that. Remove those as they just exclude things like `/proc/`, which mainly causes issues when running `fzf` from `/`. Fixes #11022 | ||||
* | community/fzf: upgrade to 0.19.0 | Leo | 2019-11-17 | 1 | -3/+3 |
| | |||||
* | community/fzf: fix style issues | Kevin Daudt | 2019-10-31 | 1 | -4/+1 |
| | |||||
* | community/fzf: build using go instead of make | Robert White | 2019-10-31 | 1 | -6/+16 |
| | | | | This way all architectures are supported. | ||||
* | community/[various]: rebuild against go 1.12.8-r0 | Sören Tempel | 2019-08-18 | 1 | -1/+1 |
| | | | | | | | go recently received a security upgrade to 1.12.8 (f4894bf9) this upgrade fixes various CVEs in go standard libraries, for instance in HTTP/2 functionality. Since go is statically linked packages using this functionality need to be rebuild. | ||||
* | community/fzf: add vim help files and create tags | Keith Maxwell | 2019-05-22 | 2 | -5/+8 |
| | | | | | | | install -D creates the directories so removed mkdir: $ install --help 2>&1 | grep -- -D -D Create leading target directories | ||||
* | community/fzf: add -doc subpackage | Keith Maxwell | 2019-04-12 | 1 | -1/+5 |
| | |||||
* | community/fzf: Add vim/neovim subpackage | Matt Hill | 2019-04-05 | 1 | -1/+19 |
| | | | | | https://github.com/junegunn/fzf/blob/master/README-VIM.md Basic integration for Vim/Neovim | ||||
* | community/fzf: update to 0.18.0 | Kevin Daudt | 2019-04-02 | 3 | -8/+91 |
| | | | | fzf no longer provides a glide file itself, so we now need to supply our own. | ||||
* | community/fzf: change maintainer e-mail | Kevin Daudt | 2019-04-02 | 1 | -2/+2 |
| | |||||
* | community/fzf: fix build break during packaging phase | Mike Sullivan | 2018-12-28 | 1 | -2/+1 |
| | |||||
* | community/fzf: disable on armv7 | Milan P. Stanić | 2018-12-28 | 1 | -2/+2 |
| | | | | it is already disabled on aarch64 and armhf | ||||
* | community/fzf: disable on armhf. fails to build. | Carlo Landmeter | 2018-12-08 | 1 | -1/+2 |
| | |||||
* | community/fzf: disable on aarch64 | Carlo Landmeter | 2018-12-07 | 1 | -1/+1 |
| | | | | Makefile:56: *** "Build on aarch64 is not supported, yet.". Stop. | ||||
* | community/fzf: disable on s390x | Natanael Copa | 2018-12-05 | 1 | -1/+1 |
| | | | | | build fails with: Makefile:56: *** "Build on s390x is not supported, yet.". Stop. | ||||
* | community/fzf: enable on all arches | raschi.alex@gmail.com | 2018-11-26 | 1 | -1/+1 |
| | | | | * fixes #9575 | ||||
* | community/fzf: upgrade to 0.17.5 | Tiago Ilieve | 2018-11-12 | 1 | -9/+7 |
| | | | | | | Upgrade and drop '*-doc' package, moving keybindings to their respective shell completions package. This will make them consistent with their descriptions. | ||||
* | community/fzf: enable vetting in tests | Kevin Daudt | 2018-09-19 | 2 | -17/+2 |
| | | | | | | | | d5cfcd38e disabled vetting while running the test suite due to failures because of an update in Go. This has now been fixed upstream, so enable vetting again by removing the relevant patch. | ||||
* | community/fzf: upgrade to 0.17.4 | Kevin Daudt | 2018-09-19 | 1 | -3/+3 |
| | |||||
* | community/fzf: properly split shell scripts | Kevin Daudt | 2018-03-11 | 1 | -12/+30 |
| | | | | | | | All the shell scripts are now bundled in a single 'extras' subpackage but standard is to create per shell subpackage. Make it so. | ||||
* | community/fzf: disable vetting in tests | Kevin Daudt | 2018-03-11 | 2 | -3/+18 |
| | | | | | | | | | | | Since Go 1.10, they enabled vetting by default when running tests. This reveals issues in the thests which should be fixed upstream, but for now, disable vetting to let the tests pass again. An upstream issue[0] has been created. Untill then, apply a patch to the Makefile to disable vetting. [0]: https://github.com/junegunn/fzf/issues/1236 | ||||
* | community/fzf: fix whitespace inconsitencies | Kevin Daudt | 2018-03-11 | 1 | -4/+4 |
| | |||||
* | community/fzf: add shell scripts as a subpackage | Kevin Daudt | 2018-02-20 | 1 | -1/+9 |
| | |||||
* | testing/fzf: move to community | Kevin Daudt | 2018-02-20 | 2 | -0/+62 |