Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
646
Issues
646
List
Boards
Labels
Service Desk
Milestones
Merge Requests
173
Merge Requests
173
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
cf9a935d
Commit
cf9a935d
authored
Nov 09, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/lighttpd: upgrade to 1.4.24
(cherry picked from commit
823bbd3f
)
parent
775a474d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
main/lighttpd/APKBUILD
main/lighttpd/APKBUILD
+9
-5
No files found.
main/lighttpd/APKBUILD
View file @
cf9a935d
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
lighttpd
pkgver
=
1.4.2
3
pkgrel
=
2
pkgver
=
1.4.2
4
pkgrel
=
0
pkgdesc
=
"a secure, fast, compliant and very flexible web-server"
url
=
"http://www.lighttpd.net/"
license
=
"custom"
...
...
@@ -23,7 +23,7 @@ subpackages="$pkgname-dev $pkgname-doc"
build
()
{
local
i
cd
$srcdir
/
$pkgname
-
$pkgver
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
./configure
--prefix
=
/usr
\
--enable-lfs
\
--libdir
=
/usr/lib/lighttpd
\
...
...
@@ -40,7 +40,11 @@ build() {
--with-openssl
\
--with-lua
||
return
1
make
||
return
1
make
}
package
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
# create dirs
...
...
@@ -66,7 +70,7 @@ build() {
install
-m644
"
$srcdir
"
/
$i
"
$pkgdir
"
/etc/lighttpd/
$i
done
}
md5sums
=
"
0ab6bb7b17bf0f515ce7dce68e5e215a lighttpd-1.4.23
.tar.bz2
md5sums
=
"
e2324a24e4a5bce74663c21c58ddd200 lighttpd-1.4.24
.tar.bz2
36c4ddbc266017dc193fcb0cdd1d84e1 lighttpd.initd
0dede109282bfe685bdec6b35f0e4b6b lighttpd.confd
ad091c9157134890499f26d170352c9f lighttpd.logrotate
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment