]> git.99rst.org Git - openwrt-packages.git/commitdiff
bsbf-resources: update to GIT HEAD of 2026-08-29
authorChester A. Unal <redacted>
Sat, 29 Aug 2026 18:05:25 +0000 (19:05 +0100)
committerChester A. Unal <redacted>
Sat, 29 Aug 2026 18:47:17 +0000 (20:47 +0200)
Update bsbf-resources to the GIT HEAD of 2026-08-29.

- files/usr/sbin/bsbf-bonding:
  - Adjust to new xray configuration.

Signed-off-by: Chester A. Unal <redacted>
net/bsbf-resources/Makefile
net/bsbf-resources/files/usr/sbin/bsbf-bonding

index 162193b4980ff94ffa2c0da6b3bbdbe6d78b064c..3725a6de35a3462aae8b98f27aba85ae13056c64 100644 (file)
@@ -4,16 +4,16 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bsbf-resources
-PKG_RELEASE:=2
+PKG_RELEASE:=1
 
 PKG_LICENSE:=AGPL-3.0-or-later
 PKG_MAINTAINER:=Chester A. Unal <chester.a.unal@arinc9.com>
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/bondingshouldbefree/bsbf-resources.git
-PKG_SOURCE_DATE:=2026-06-24
-PKG_SOURCE_VERSION:=8d0b6ee9b4a0f99c50e63a005c41fc7ddaa46045
-PKG_MIRROR_HASH:=e91a54270cf7e4fd0ef3f4ba3dd2c31f15854b7fc05fcaaa1b68d1627ef20ae2
+PKG_SOURCE_DATE:=2026-08-29
+PKG_SOURCE_VERSION:=60f0d20f2f36059519abbc0881836e44a0cb8930
+PKG_MIRROR_HASH:=a8c57684c0ec2bc752dcfae52ac4b64f59b41cc93be4081e33c20b6a567ade3a
 
 include $(INCLUDE_DIR)/package.mk
 
index 75aa518886a1e38f827cff7bc7a641c892b26225..b5c6dbf7374cff2be048fb032708a7c595606a31 100644 (file)
@@ -35,9 +35,8 @@ case "$1" in
              -D id="$uuid" \
              -e '
          let j = json(fs.readfile(infile));
-         j.outbounds[0].settings.address = addr;
-         j.outbounds[0].settings.port = port;
          j.outbounds[0].settings.id = id;
+         j.outbounds[1].settings.redirect = `${addr}:${port}`;
          fs.writefile(outfile, sprintf("%.2J\n", j));'
 
        # Flush the MPTCP endpoint table.
git clone https://git.99rst.org/PROJECT