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
143eba76
Commit
143eba76
authored
3 years ago
by
J0WI
Committed by
Leo
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/libmicrohttpd: upgrade to 0.9.73
parent
617f6ff0
Loading
Loading
1 merge request
!20849
community/libmicrohttpd: upgrade to 0.9.73
Pipeline
#84955
passed
3 years ago
Stage: lint
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/libmicrohttpd/APKBUILD
+3
-6
3 additions, 6 deletions
community/libmicrohttpd/APKBUILD
community/libmicrohttpd/disable-test_options.patch
+0
-25
0 additions, 25 deletions
community/libmicrohttpd/disable-test_options.patch
with
3 additions
and
31 deletions
community/libmicrohttpd/APKBUILD
+
3
−
6
View file @
143eba76
...
...
@@ -3,7 +3,7 @@
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libmicrohttpd
pkgver
=
0.9.7
2
pkgver
=
0.9.7
3
pkgrel
=
0
pkgdesc
=
"small C library that is supposed to make it easy to run an HTTP server as part of another application"
url
=
"https://www.gnu.org/software/libmicrohttpd/"
...
...
@@ -11,9 +11,7 @@ arch="all"
license
=
"LGPL-2.1-or-later"
makedepends
=
"autoconf automake curl-dev gettext-dev gnutls-dev libgcrypt-dev libtool"
subpackages
=
"
$pkgname
-static
$pkgname
-dev
$pkgname
-doc"
source
=
"https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-
$pkgver
.tar.gz
disable-test_options.patch
"
source
=
"https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-
$pkgver
.tar.gz"
prepare
()
{
default_prepare
...
...
@@ -45,5 +43,4 @@ package() {
"
$pkgdir
"
/usr/include/platform.h
}
sha512sums
=
"9695e2fb08785e4b60342226ef3a0af22da4d80f127e7db9ec80ce844f70d0d781b30af207d58d8eb691b85a5fe4691cb9ecf887ca86f5e059a05259ae041316 libmicrohttpd-0.9.72.tar.gz
c064757b8d0c88aaaa9104463bbcdabf1055e3c8054f98091699b39a094c50146e994c0fb24d6c619ea0ad559245560cd3460b6b9085f7d4249877e88ffb32e7 disable-test_options.patch"
sha512sums
=
"473996b087ac6734ab577a1c7681c6c0b0136e04e34e13c3b50fd758358c1516017ad79097e0c57792786f6dd0208834374c09238113efed13bb4be11ef649d3 libmicrohttpd-0.9.73.tar.gz"
This diff is collapsed.
Click to expand it.
community/libmicrohttpd/disable-test_options.patch
deleted
100644 → 0
+
0
−
25
View file @
617f6ff0
Works on live machine, fails on CI
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 1f4ffca..5464a0b 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -161,8 +161,7 @@
test_md5 \
test_sha256 \
test_start_stop \
test_daemon \
- test_postprocessor_md \
- test_options
+ test_postprocessor_md
if HAVE_POSIX_THREADS
if ENABLE_UPGRADE
@@ -358,7 +358,3 @@
test_sha256_SOURCES = \
test_sha256.c test_helpers.h \
sha256.c sha256.h mhd_bithelpers.h
-test_options_SOURCES = \
- test_options.c
-test_options_LDADD = \
- $(top_builddir)/src/microhttpd/libmicrohttpd.la
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