From 5a757bea23932207b12646a700fae15fc6000372 Mon Sep 17 00:00:00 2001 From: Kayos Date: Tue, 26 May 2026 22:04:50 -0700 Subject: [PATCH] vc=71: embed strawcore-core cleanup + DoS fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up two strawcore-core commits with no wrapper-side code change: * 7d2e4c5 — drop unused Phase-1 scaffolding (page, metainfo, service) * bfd06d1 — cap attribution_link recursion + Downloader body size Both are surfaced in the .so embedded in this APK; vc bump is the mechanism to get them to fdroid clients already on vc=70. --- buildSrc/src/main/kotlin/ProjectConfig.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/ProjectConfig.kt b/buildSrc/src/main/kotlin/ProjectConfig.kt index c09cbd2e2..5a4d5debc 100644 --- a/buildSrc/src/main/kotlin/ProjectConfig.kt +++ b/buildSrc/src/main/kotlin/ProjectConfig.kt @@ -55,6 +55,6 @@ const val NEWPIPE_APPLICATION_ID_NEW = "net.newpipe.app" // vc=19 / 0.1.0-AE — rust pipeline cutover. Extraction via // strawcore-core (Sulkta-Coop/strawcore) via the UniFFI wrapper; no // NewPipeExtractor in the runtime path. -const val STRAW_VERSION_CODE = 70 -const val STRAW_VERSION_NAME = "0.1.0-CD" +const val STRAW_VERSION_CODE = 71 +const val STRAW_VERSION_NAME = "0.1.0-CE" const val STRAW_APPLICATION_ID = "com.sulkta.straw"