projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b265f4
)
ucode: update to Git HEAD (2025-03-17)
author
Felix Fietkau
<
[email protected]
>
Mon, 17 Mar 2025 09:25:04 +0000
(10:25 +0100)
committer
Felix Fietkau
<
[email protected]
>
Thu, 12 Jun 2025 12:33:54 +0000
(14:33 +0200)
9d94d54ed1a3
uci: implement cursor.list_append() and cursor.list_remove()
a5a299075f37
zlib: rework code logic
ee6a6c3ca579
zlib: deduplicate code
d20f7bb87d47
zlib: add stream-oriented deflate operations
0255af462be3
zlib: add stream-oriented inflate operations
9260bd5354bf
WIP: lib: support map() over objects
60f05ac60bfe
docs: cover switch statement in syntax article
338aa2ebf00e
docs: add article with array specific information
df5a79a04b17
uci: link save() and commit() functions in cursor class description
03fb60d0e4b3
docs: add detailed documentation article for dictionaries
8e122f16327c
ubus: add support for calling system objects
21a615c84367
socket: add reuseaddr argument for socket.listen()
e04908ef57e7
uci: add support for altering the override config directory
9dbace122d7e
socket: add missing documentation for socket.listen() reuseaddr
312b25482b30
ubus: add errval_return() helper macro
1af4a6bbc206
ubus: add channel defer() method
0002684b9772
ubus: support sending multiple reply messages on a request
fb1da7157d13
ubus: remove broken implied await when calling defer() outside of uloop.run()
67a4ad20f172
ubus: fix uninitialized variable warning
Fixes: https://github.com/jow-/ucode/issues/279
Signed-off-by: Felix Fietkau <
[email protected]
>
(cherry picked from commit
960e1c4c247abc264124b8eeabde2424eef476f7
)
package/utils/ucode/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/ucode/Makefile
b/package/utils/ucode/Makefile
index ef253f897edd58aba5c56cdac63908beb8b262d3..dfee0c19a19196bc68b08c79619620696ea7ba11 100644
(file)
--- a/
package/utils/ucode/Makefile
+++ b/
package/utils/ucode/Makefile
@@
-12,9
+12,9
@@
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=https://github.com/jow-/ucode.git
-PKG_SOURCE_DATE:=2025-0
2-10
-PKG_SOURCE_VERSION:=
a8a11aea0c093d669bb3c45f604dab3c291c8d25
-PKG_MIRROR_HASH:=
e08c36818a72eb2953b56300207d1fb7a852ada33df36f63a495ad35ca21b88e
+PKG_SOURCE_DATE:=2025-0
3-17
+PKG_SOURCE_VERSION:=
c4d7f9164c4a692f96a58cb05a118a1410ebcf62
+PKG_MIRROR_HASH:=
4bdce7c5349d221066b44e3d37fcffd59a3dd4a6bce656ef52184bd90a48bde6
PKG_MAINTAINER:=Jo-Philipp Wich <
[email protected]
>
PKG_LICENSE:=ISC