Skip to content
Snippets Groups Projects
Commit 7875220e authored by Sodface's avatar Sodface Committed by Leo
Browse files

testing/althttpd: upgrade to 202012011402

parent e2c9e268
No related branches found
No related tags found
1 merge request!15163testing/althttpd: upgrade to 202012011402
......@@ -2,8 +2,8 @@ The following table contains 1 for all characters that are permitted in
the part of the URL before the query parameters and fragment. This patch
adds the plus sign (0x2b) to the list of characters allowed by upstream
which are 0-9a-zA-Z,-./:_~
--- src/misc/althttpd.c.orig
+++ src/misc/althttpd.c
--- src/althttpd.c.orig
+++ src/althttpd.c
@@ -1213,7 +1213,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,
......
# Contributor: Sodface <sod@sodface.com>
# Maintainer: Sodface <sod@sodface.com>
pkgname=althttpd
pkgver=202011151316
pkgver=202012011402
pkgrel=0
pkgdesc="Small, simple HTTP server"
pkgdesc="Small, simple, stand-alone HTTP server"
url="https://sqlite.org/docsrc/doc/trunk/misc/althttpd.md"
arch="all"
license="Public-Domain"
options="!check" # no test suite
subpackages="$pkgname-openrc"
source="$pkgname-$pkgver.zip::https://sqlite.org/docsrc/zip?in=misc/althttpd.c&r=$pkgver
source="$pkgname-$pkgver.zip::https://sqlite.org/althttpd/zip?in=althttpd.c&r=$pkgver
10-allow-filename-plus-sign.patch
$pkgname.confd
$pkgname.initd"
builddir="$srcdir/"
build() {
gcc $CFLAGS misc/althttpd.c $LDFLAGS -o althttpd
gcc $CFLAGS althttpd.c $LDFLAGS -o althttpd
}
package() {
......@@ -27,7 +27,7 @@ package() {
install -D althttpd "$pkgdir"/usr/bin/althttpd
}
sha512sums="33f2bad3b3d791e9403682dc0d5881e2edc29a9bf1477b625b7e92b5a33035c8acea5acde339e0c95e7b4b8ee74f6fe4008ce516fa7b19c551308ab8ea1628cc althttpd-202011151316.zip
ecd0a8be69d0c96c93bb8827972ddfdf444c3ccf6b85e095a178e4589379fda1584e302575cd9b7ef5a1a79f6456095ec535311fc609b8f12333d2ad24cbf7e6 10-allow-filename-plus-sign.patch
sha512sums="bb522eaaffdd72bd8ab680f3e5e73d6325d6fcea85fb80727b226f2af4f491dd02525c124be74e0ab30df6f0b1ce6460c2bc53fc079d42001f31e13a3651c5ef althttpd-202012011402.zip
d31628a3b6617cc49156fe3680c3d4f964a0b2ed7570edc23b9d52ed6fe7693022067a051b60d2fcb5f695be5a3daa8589fa9ba3c1ac12bd03306925e8a10015 10-allow-filename-plus-sign.patch
68c32a29824bce41be38c8fb3ba9ced666b741aad0f28f4eba719595b0ef887be5dbc7e93e5c74f5897797b676b70097448ecffe59710f4583226c6c36775f70 althttpd.confd
f21867430470b836d97d60215d9dda835125140cced3bb9c856349228572f2c73ac0574d3f705d72938879fc2b5a37855768a5f7de5c29943e3aa6ead5d72d9c althttpd.initd"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment