aboutsummaryrefslogtreecommitdiff
path: root/net/restic-rest-server
Commit message (Collapse)AuthorAge
* restic-rest-server: update to 0.11.0Tom Stöveken2022-07-03
| | | | | | | | | | | | Maintainer: Tom Stöveken <tom@naaa.de>, Markus Weippert handed over, see: https://github.com/openwrt/packages/pull/18715#issuecomment-1153567619 Compile tested: SDK for OpenWrt 21.02.3 Run tested: x86/64, J&W Technologies I1171D001 Intel(R) Celeron(R) CPU N3160 @ 1.60GHz, OpenWrt 21.02.3 Description: Updated to version 0.11.0 Added new configuration parameters Signed-off-by: Tom Stöveken <tom@naaa.de>
* treewide: Remove GO_PKG_LDFLAGS for stripping binariesJeffery To2021-09-02
| | | | | | | | | | | | | | The "-s -w" flags in GO_PKG_LDFLAGS tells the Go compiler to strip the binaries it produces. Since the default Go package build process will strip binaries when CONFIG_USE_STRIP or CONFIG_USE_SSTRIP are selected, these flags are unnecessary. When CONFIG_NO_STRIP is selected, these flags override the user's intention of building unstripped packages. This removes these flags for all relevant packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* restic-rest-server: fix configuration option namesAnton Ryzhov2021-04-03
| | | | Signed-off-by: Anton Ryzhov <anton@ryzhov.me>
* restic-rest-server: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* treewide: add conffilesHuangbin Zhan2020-07-07
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* restic-rest-server: add packageMarkus Weippert2019-12-19
Signed-off-by: Markus Weippert <markus@gekmihesg.de>