git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
1141ee1
)
transmission: bump PKG_RELEASE
author
Daniel Golle
<redacted>
Sat, 10 Jul 2021 21:51:14 +0000
(22:51 +0100)
committer
Daniel Golle
<redacted>
Sat, 10 Jul 2021 21:53:26 +0000
(22:53 +0100)
The commit updating the seccomp filter didn't bump PKG_RELEASE.
Do that now.
Fixes: 1141ee1e5 ("transmission: add new syscalls to seccomp filter)"
Signed-off-by: Daniel Golle <redacted>
net/transmission/Makefile
patch
|
blob
|
history
diff --git
a/net/transmission/Makefile
b/net/transmission/Makefile
index 255ad8cfc012a3cff8f963880cdb5ef0cd45a35d..4fafe228b5c5294e6b5d396b484d6fd751e08c96 100644
(file)
--- a/
net/transmission/Makefile
+++ b/
net/transmission/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=transmission
PKG_VERSION:=3.00
-PKG_RELEASE:=1
1
+PKG_RELEASE:=1
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GITHUB/transmission/transmission-releases/master
git clone https://git.99rst.org/PROJECT