From 927e86636207020a4a6c1aa7bb6dfbd037d1579d Mon Sep 17 00:00:00 2001 From: Sodface <sod@sodface.com> Date: Thu, 17 Jun 2021 23:12:25 -0400 Subject: [PATCH] community/althttpd: upgrade to 202106091026 --- community/althttpd/10-allow-filename-plus-sign.patch | 2 +- community/althttpd/APKBUILD | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/community/althttpd/10-allow-filename-plus-sign.patch b/community/althttpd/10-allow-filename-plus-sign.patch index ff9cf6c91247..f794699fe842 100644 --- a/community/althttpd/10-allow-filename-plus-sign.patch +++ b/community/althttpd/10-allow-filename-plus-sign.patch @@ -4,7 +4,7 @@ adds the plus sign (0x2b) to the list of characters allowed by upstream which are 0-9a-zA-Z,-./:_~ --- src/althttpd.c.orig +++ src/althttpd.c -@@ -1215,7 +1215,7 @@ +@@ -1212,7 +1212,7 @@ /* x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 xa xb xc xd xe xf */ /* 0x */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 1x */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, diff --git a/community/althttpd/APKBUILD b/community/althttpd/APKBUILD index b6cfe5886ee8..3fcfa31c0962 100644 --- a/community/althttpd/APKBUILD +++ b/community/althttpd/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sodface <sod@sodface.com> # Maintainer: Sodface <sod@sodface.com> pkgname=althttpd -pkgver=202105141141 +pkgver=202106091026 pkgrel=0 pkgdesc="Small, simple, stand-alone HTTP server" url="https://sqlite.org/althttpd/doc/trunk/althttpd.md" @@ -27,7 +27,7 @@ package() { install -D althttpd "$pkgdir"/usr/bin/althttpd } -sha512sums="556442ae6bab1ad614d99c350e67aa1ab502c4eb8d306b73c2be5df99b9e63464108d62b3ededb45bd730eebff24234b9706fd7b9f68df7fca77376908f3567b althttpd-202105141141.zip -36c3e1edf3b12525c42594fb8e5923ac8752eb0c594b38007e3d198782605551ff9dcbe7c1c54289346c890378cd8640b69db8ba663ff6a142046c845deabccf 10-allow-filename-plus-sign.patch +sha512sums="d7c01f7e800761a26b442e6925860aa1a44b283275d327b04816f3a0d1c22edd8f21244d2e2a197b2fb361fde290b7ae75c51f0ef681811d9f46445c50cb2cbf althttpd-202106091026.zip +6eabeac2b889a9027e58a69dca8f345150d309ccd93608982dc8f007cd4596e754dffbe7dec22b9536286ee63f33a0fe950d6555818900e40e633fc1095b387c 10-allow-filename-plus-sign.patch aeb1252915176d11cddb1ff5f1c13f532bb3df8f52760f71ae087fde90a4d4422cc65570a59adac12232dacc5aed67a673790a019a3d53203899b7909ca8503b althttpd.confd f21867430470b836d97d60215d9dda835125140cced3bb9c856349228572f2c73ac0574d3f705d72938879fc2b5a37855768a5f7de5c29943e3aa6ead5d72d9c althttpd.initd" -- GitLab