<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/restic-rest-server/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2024-11-11T05:35:17Z</updated>
<entry>
<title>restic-rest-server: update to 0.13.0</title>
<updated>2024-11-11T05:35:17Z</updated>
<author>
<name>Tom Stöveken</name>
</author>
<published>2024-11-10T20:56:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a1e318dec3cbc5e6e4539792d8c93c9825896d0f'/>
<id>urn:sha1:a1e318dec3cbc5e6e4539792d8c93c9825896d0f</id>
<content type='text'>
Maintainer: Tom Stöveken &lt;tom@naaa.de&gt;
Compile tested: SDK for OpenWrt 23.05.5
Run tested: x86/64 @ Intel(R) Celeron(R) CPU N3160 @ 1.60GHz, OpenWrt 23.05.5

Description:
Updated to version 0.13.0

Signed-off-by: Tom Stöveken &lt;tom@naaa.de&gt;
</content>
</entry>
<entry>
<title>restic-rest-server: update to 0.12.1</title>
<updated>2023-10-29T08:34:32Z</updated>
<author>
<name>Fabian Lipken</name>
</author>
<published>2023-10-25T08:18:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=55c9cf609f010940a244bec9643d50026f729ee5'/>
<id>urn:sha1:55c9cf609f010940a244bec9643d50026f729ee5</id>
<content type='text'>
Signed-off-by: Fabian Lipken &lt;dynasticorpheus@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T07:39:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=565866a47210c9711c29173052063779b6d3bcfc'/>
<id>urn:sha1:565866a47210c9711c29173052063779b6d3bcfc</id>
<content type='text'>
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>restic-rest-server: update to 0.11.0</title>
<updated>2022-07-03T10:01:18Z</updated>
<author>
<name>Tom Stöveken</name>
</author>
<published>2022-07-03T10:01:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=eecb90faaccb01cadddb6db1759817027878d83c'/>
<id>urn:sha1:eecb90faaccb01cadddb6db1759817027878d83c</id>
<content type='text'>
Maintainer: Tom Stöveken &lt;tom@naaa.de&gt;, 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&amp;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 &lt;tom@naaa.de&gt;
</content>
</entry>
<entry>
<title>treewide: Remove GO_PKG_LDFLAGS for stripping binaries</title>
<updated>2021-09-01T21:31:15Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2021-09-01T21:31:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8a6def501a90cbe4af9ecda867c4872b02470515'/>
<id>urn:sha1:8a6def501a90cbe4af9ecda867c4872b02470515</id>
<content type='text'>
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 &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>restic-rest-server: fix configuration option names</title>
<updated>2021-04-04T01:39:36Z</updated>
<author>
<name>Anton Ryzhov</name>
</author>
<published>2021-03-17T23:09:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c61ed3e93fe60f23b2fccb6d62222fc09f6e555e'/>
<id>urn:sha1:c61ed3e93fe60f23b2fccb6d62222fc09f6e555e</id>
<content type='text'>
Signed-off-by: Anton Ryzhov &lt;anton@ryzhov.me&gt;
</content>
</entry>
<entry>
<title>restic-rest-server: fix build with golang 1.16</title>
<updated>2021-02-24T19:12:55Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2021-02-24T18:37:12Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b732157dec0be4d90aad5cec48056bd69939bb45'/>
<id>urn:sha1:b732157dec0be4d90aad5cec48056bd69939bb45</id>
<content type='text'>
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 &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: add conffiles</title>
<updated>2020-07-06T22:27:51Z</updated>
<author>
<name>Huangbin Zhan</name>
</author>
<published>2020-07-06T22:27:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e4a800f4326c5a33ce6217bd6361a099c9ac68b5'/>
<id>urn:sha1:e4a800f4326c5a33ce6217bd6361a099c9ac68b5</id>
<content type='text'>
Signed-off-by: Huangbin Zhan &lt;zhanhb88@gmail.com&gt;
</content>
</entry>
<entry>
<title>restic-rest-server: add package</title>
<updated>2019-12-19T18:28:37Z</updated>
<author>
<name>Markus Weippert</name>
</author>
<published>2019-12-18T17:42:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7f86ced1764c3e79788a2b91c5a406a727da3fc0'/>
<id>urn:sha1:7f86ced1764c3e79788a2b91c5a406a727da3fc0</id>
<content type='text'>
Signed-off-by: Markus Weippert &lt;markus@gekmihesg.de&gt;
</content>
</entry>
</feed>
