Skip to content

Commit 6f097bb

Browse files
committed
update packages
1 parent 4f84ac5 commit 6f097bb

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

openwrt-22.03/patches/package/adguardhome/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
include $(TOPDIR)/rules.mk
77

88
PKG_NAME:=adguardhome
9-
PKG_VERSION:=0.107.21
9+
PKG_VERSION:=0.107.28
1010
PKG_RELEASE:=1
1111

1212
# WARNING : need rework for other arch
1313
PKG_SOURCE:=AdGuardHome_linux_arm64.tar.gz
1414
PKG_SOURCE_URL:=https://github.com/AdguardTeam/AdGuardHome/releases/download/v$(PKG_VERSION)/
15-
PKG_HASH:=6a386fbf1630b6d11a0905cbe16683723ce4f20d24ae121726fe551c411d7ea8
15+
PKG_HASH:=136401c00d29ac9e01f1aead123f65064027ad851396cc1e38906942c2c1a3d3
1616

1717
PKG_LICENSE:=GPL-3.0-only
1818
PKG_LICENSE_FILES:=LICENSE.txt

openwrt-22.03/patches/package/haproxy/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
include $(TOPDIR)/rules.mk
1111

1212
PKG_NAME:=haproxy
13-
PKG_VERSION:=2.6.6
14-
PKG_RELEASE:=104
13+
PKG_VERSION:=2.6.12
14+
PKG_RELEASE:=1
1515

1616
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1717
PKG_SOURCE_URL:=https://www.haproxy.org/download/2.6/src
18-
PKG_HASH:=d0c80c90c04ae79598b58b9749d53787f00f7b515175e7d8203f2796e6a6594d
18+
PKG_HASH:=58f9edb26bf3288f4b502658399281cc5d6478468bd178eafe579c8f41895854
1919

2020
PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>, \
2121
Christian Lachner <gladiac@gmail.com>

openwrt-22.03/patches/package/haproxy/get-latest-patches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
CLONEURL=https://git.haproxy.org/git/haproxy-2.6.git
4-
BASE_TAG=v2.6.6
4+
BASE_TAG=v2.6.12
55
TMP_REPODIR=tmprepo
66
PATCHESDIR=patches
77

openwrt-22.03/release-info.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## OpenWrt 22.03.3 (stable)
1+
## OpenWrt 22.03.4 (stable)
22

33
### General Info
4-
- Based of openwrt 22.03.3
4+
- Based of openwrt 22.03.4
55

66
### Configuration
77
- OpenWRT 22.03.3 Vanilla / Kernel 5.10
@@ -16,6 +16,7 @@
1616
- pbr latest version from https://github.com/stangri/source.openwrt.melmac.net
1717

1818
### Changelog
19+
- [2023-04-16] Update haproxy / adguarhome
1920
- [2023-04-10] OpenWrt 22.03.4
2021
- [2023-01-07] Bundle kmods
2122
- [2023-01-04] Freeze to OpenWrt 22.03.3 release instead of branch

0 commit comments

Comments
 (0)