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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Peter Shkenev
aports
Commits
b4573a1d
Commit
b4573a1d
authored
10 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
testing/miniupnpd: upgrade to 1.8.20140523
ref #2220
parent
65d663e7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/miniupnpd/APKBUILD
+14
-9
14 additions, 9 deletions
testing/miniupnpd/APKBUILD
testing/miniupnpd/musl.patch
+11
-0
11 additions, 0 deletions
testing/miniupnpd/musl.patch
with
25 additions
and
9 deletions
testing/miniupnpd/APKBUILD
+
14
−
9
View file @
b4573a1d
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
# Maintainer:
Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
miniupnpd
pkgver
=
1.8.201
30730
pkgver
=
1.8.201
40523
pkgrel
=
0
pkgdesc
=
"Lightweight UPnP IGD daemon"
url
=
"http://miniupnp.free.fr"
...
...
@@ -14,7 +14,9 @@ install=""
subpackages
=
"
$pkgname
-doc"
source
=
"http://miniupnp.free.fr/files/miniupnpd-
$pkgver
.tar.gz
$pkgname
.initd
$pkgname
.confd"
$pkgname
.confd
musl.patch
"
_builddir
=
"
$srcdir
"
/miniupnpd-
$pkgver
prepare
()
{
...
...
@@ -61,12 +63,15 @@ package() {
}
md5sums
=
"
5d0789e920a1b1160b04738c13e84e6a
miniupnpd-1.8.201
30730
.tar.gz
md5sums
=
"
fcac89e11da091b1cc61f43d83c9e4f5
miniupnpd-1.8.201
40523
.tar.gz
df8b62fd39a040d0bc10d9d4f8492578 miniupnpd.initd
5f461c988dc4b11b036771d56864087c miniupnpd.confd"
sha256sums
=
"919ab6ec719959fff9bdae3f1d83f6a39c43fa4a6d3f2c48077f43729d3d7d43 miniupnpd-1.8.20130730.tar.gz
5f461c988dc4b11b036771d56864087c miniupnpd.confd
4d158e2c261855b5a1874b3c519c4cc1 musl.patch"
sha256sums
=
"e72cd1e515aa9e6281e519e1814fe74e7689f5da71ce463a996a17e787ffe490 miniupnpd-1.8.20140523.tar.gz
2a11cab5615550c1263448f943a62ed3fe4dd647888675588e59146a691f3643 miniupnpd.initd
8c6dae8588e21208a2f0a17965548e0b0708ceeea1157e2506f745e28913f9b3 miniupnpd.confd"
sha512sums
=
"a602fb1c058db407197b945e383aae155ef096f6cb5865f6965913738c5e211c27c93d822f15cb1eec372a289c4f8b72176e3430c0fdbb7945d67e75213dfa51 miniupnpd-1.8.20130730.tar.gz
8c6dae8588e21208a2f0a17965548e0b0708ceeea1157e2506f745e28913f9b3 miniupnpd.confd
d2d6787587bbb79610f65f8bdb47e369714882a31027be5190cb1ee6840999f7 musl.patch"
sha512sums
=
"4045dc1fb80143cda6914d837aabcd19aa35fc8c63fe5190f3a161efd29a652320c79a898230e26b8429760ea5b383a96b91d18853e7dcb2ddc2ebcf242f7feb miniupnpd-1.8.20140523.tar.gz
a25b2a444cde623fbdbe6fb26c544614cceb2cc1262a0409f40286f4c69b70ba1c05e55815552a12b0624b16ddd48d3e424dad18b278ff9da04bac335feb1d45 miniupnpd.initd
81aa2dac0643bbd1331549427c438900319adce91928b6bad6f7d470492f6f48e04e4d1af89f961db53fc132a7ff89ea52625441f051afd5a1b48680917f4ff7 miniupnpd.confd"
81aa2dac0643bbd1331549427c438900319adce91928b6bad6f7d470492f6f48e04e4d1af89f961db53fc132a7ff89ea52625441f051afd5a1b48680917f4ff7 miniupnpd.confd
84f1e8bbae16b531cb0d2bd4216e0bdd2708b2b48d3baa69e06aec7fa006b947fbe37dc8b8e640c8307815cec63f067f2107b91e1bfb5c3f0985d185de100073 musl.patch"
This diff is collapsed.
Click to expand it.
testing/miniupnpd/musl.patch
0 → 100644
+
11
−
0
View file @
b4573a1d
--- ./miniupnpd.c.orig
+++ ./miniupnpd.c
@@ -39,7 +39,7 @@
#include <sys/param.h>
#if defined(sun)
#include <kstat.h>
-#else
+#elif defined(__BSD__)
/* for BSD's sysctl */
#include <sys/sysctl.h>
#endif
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