Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-13 22:03:09 +00:00

nfqws2: join fragments in quic CRYPTO reconstruction. allow intersections

This commit is contained in:
bol-van
2026-03-05 18:38:44 +03:00
parent 60ac3693fc
commit d41151ef6f
2 changed files with 3 additions and 1 deletions

View File

@@ -250,6 +250,7 @@ jobs:
arm64-v8a) arm64-v8a)
# not safe without GC64 # not safe without GC64
SYSMALLOC= SYSMALLOC=
PAGESIZE="-Wl,-z,max-page-size=16384"
;; ;;
esac esac
@@ -290,7 +291,7 @@ jobs:
# zapret2 # zapret2
CFLAGS="-DZAPRET_GH_VER=${{ github.ref_name }} -DZAPRET_GH_HASH=${{ github.sha }} -I$DEPS_DIR/include $CPU" \ CFLAGS="-DZAPRET_GH_VER=${{ github.ref_name }} -DZAPRET_GH_HASH=${{ github.sha }} -I$DEPS_DIR/include $CPU" \
LDFLAGS="-L$DEPS_DIR/lib" \ LDFLAGS="-L$DEPS_DIR/lib $PAGESIZE" \
make -C zapret2 LUA_JIT=$LJIT LUA_CFLAGS="$LCFLAGS" LUA_LIB="$LLIB" -j$(nproc) android make -C zapret2 LUA_JIT=$LJIT LUA_CFLAGS="$LCFLAGS" LUA_LIB="$LLIB" -j$(nproc) android
# strip unwanted ELF sections to prevent warnings on old Android versions # strip unwanted ELF sections to prevent warnings on old Android versions

View File

@@ -270,5 +270,6 @@ v0.9.4.3
0.9.4.5 0.9.4.5
* github: rollback to lj_alloc in luajit for arm64 and mips64 * github: rollback to lj_alloc in luajit for arm64 and mips64
* github: use 16K page size for android arm64 build
* nfqws2: join fragments in quic CRYPTO reconstruction. allow intersections. * nfqws2: join fragments in quic CRYPTO reconstruction. allow intersections.