Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
7875220e
Commit
7875220e
authored
4 years ago
by
Sodface
Committed by
Leo
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/althttpd: upgrade to 202012011402
parent
e2c9e268
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!15163
testing/althttpd: upgrade to 202012011402
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/althttpd/10-allow-filename-plus-sign.patch
+2
-2
2 additions, 2 deletions
testing/althttpd/10-allow-filename-plus-sign.patch
testing/althttpd/APKBUILD
+6
-6
6 additions, 6 deletions
testing/althttpd/APKBUILD
with
8 additions
and
8 deletions
testing/althttpd/10-allow-filename-plus-sign.patch
+
2
−
2
View file @
7875220e
...
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
testing/althttpd/APKBUILD
+
6
−
6
View file @
7875220e
# Contributor: Sodface <sod@sodface.com>
# Maintainer: Sodface <sod@sodface.com>
pkgname
=
althttpd
pkgver
=
20201
1151316
pkgver
=
20201
2011402
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-20201
1151316
.zip
ecd0a8be69d0c96c93bb8827972ddfdf444c3ccf6b85e095a178e4589379fda1584e302575cd9b7ef5a1a79f6456095ec535311fc609b8f12333d2ad24cbf7e6
10-allow-filename-plus-sign.patch
sha512sums
=
"
bb522eaaffdd72bd8ab680f3e5e73d6325d6fcea85fb80727b226f2af4f491dd02525c124be74e0ab30df6f0b1ce6460c2bc53fc079d42001f31e13a3651c5ef
althttpd-20201
2011402
.zip
d31628a3b6617cc49156fe3680c3d4f964a0b2ed7570edc23b9d52ed6fe7693022067a051b60d2fcb5f695be5a3daa8589fa9ba3c1ac12bd03306925e8a10015
10-allow-filename-plus-sign.patch
68c32a29824bce41be38c8fb3ba9ced666b741aad0f28f4eba719595b0ef887be5dbc7e93e5c74f5897797b676b70097448ecffe59710f4583226c6c36775f70 althttpd.confd
f21867430470b836d97d60215d9dda835125140cced3bb9c856349228572f2c73ac0574d3f705d72938879fc2b5a37855768a5f7de5c29943e3aa6ead5d72d9c althttpd.initd"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment