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
642
Issues
642
List
Boards
Labels
Service Desk
Milestones
Merge Requests
194
Merge Requests
194
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
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
470b2002
Commit
470b2002
authored
Nov 11, 2009
by
Ted Trask
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.9' of
git://dev.alpinelinux.org/aports
into 1.9
parents
782e36d9
927b8e57
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
18 deletions
+16
-18
main/imap/APKBUILD
main/imap/APKBUILD
+3
-2
main/openldap/APKBUILD
main/openldap/APKBUILD
+3
-3
main/openldap/openldap.pre-install
main/openldap/openldap.pre-install
+3
-1
main/openssl/APKBUILD
main/openssl/APKBUILD
+3
-3
main/php/APKBUILD
main/php/APKBUILD
+4
-9
No files found.
main/imap/APKBUILD
View file @
470b2002
...
...
@@ -5,7 +5,7 @@
# build it shared
pkgname
=
imap
pkgver
=
2007e
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"An IMAP/POP server"
url
=
"http://www.washington.edu/imap"
license
=
"APACHE"
...
...
@@ -24,7 +24,8 @@ build ()
-i
src/osdep/unix/Makefile
||
return
1
export
GCCCFLAGS
=
"
$CFLAGS
"
make slx
SPECIALAUTHENTICATORS
=
ssl
||
return
1
make slx
SPECIALAUTHENTICATORS
=
ssl
EXTRACFLAGS
=
"
$CFLAGS
-fPIC"
\
||
return
1
mkdir
-p
$pkgdir
/usr/sbin
install
-D
-m755
imapd/imapd
$pkgdir
/usr/sbin/imapd
...
...
main/openldap/APKBUILD
View file @
470b2002
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
openldap
pkgver
=
2.4.1
8
pkgrel
=
0
pkgver
=
2.4.1
9
pkgrel
=
1
pkgdesc
=
"LDAP Server"
url
=
"http://www.openldap.org/"
license
=
"custom"
...
...
@@ -69,7 +69,7 @@ libldap() {
mv
"
$pkgdir
"
/etc/openldap/ldap.conf
"
$subpkgdir
"
/etc/openldap/
}
md5sums
=
"
fecd7a64b6d9a0eb79b817d2562956ed openldap-2.4.18
.tgz
md5sums
=
"
4a6dab2711fcf141f19bb680bc335887 openldap-2.4.19
.tgz
2524e490ba334a760fa57057c16da7a9 openldap-2.4-ppolicy.patch
d19d0502f046078ecd737e29e7552fa8 openldap-2.4.11-libldap_r.patch
a729bf553d12b4a9fbda0ff5202a0443 slapd.initd
...
...
main/openldap/openldap.pre-install
View file @
470b2002
#!/bin/sh
adduser
-h
/usr/lib/openldap
-s
/bin/false
-S
-D
ldap 2>/dev/null
||
true
adduser
-h
/usr/lib/openldap
-s
/bin/false
-S
-D
ldap 2>/dev/null
addgroup ldap
exit
0
main/openssl/APKBUILD
View file @
470b2002
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
openssl
pkgver
=
0.9.8
k
pkgrel
=
7
pkgver
=
0.9.8
l
pkgrel
=
0
pkgdesc
=
"Toolkit for SSL v2/v3 and TLS v1"
url
=
http://openssl.org
depends
=
...
...
@@ -41,7 +41,7 @@ libcrypto() {
mv
"
$pkgdir
"
/usr/lib/engines
"
$subpkgdir
"
/usr/lib/
}
md5sums
=
"
e555c6d58d276aec7fdc53363e338ab3 openssl-0.9.8k
.tar.gz
md5sums
=
"
05a0ece1372392a2cf310ebb96333025 openssl-0.9.8l
.tar.gz
04a6a88c2ee4badd4f8649792b73eaf3 openssl-0.9.8g-fix_manpages-1.patch
c6a9857a5dbd30cead0404aa7dd73977 openssl-bb-basename.patch
c838eb8488896cfeb7de957a0cbe04ae openssl-0.9.8k-quote-cc.patch
...
...
main/php/APKBUILD
View file @
470b2002
# Contributor: Carlo Landmeter <clandmeter at gmail>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
php
pkgver
=
5.2.1
0
pkgver
=
5.2.1
1
_suhosinver
=
${
pkgver
}
-0
.9.7
pkgrel
=
4
pkgrel
=
0
pkgdesc
=
"The PHP language runtime engine"
url
=
"http://www.php.net/"
license
=
"PHP-3"
...
...
@@ -61,7 +61,6 @@ subpackages="$pkgname-dev $pkgname-doc
source
=
"http://www.php.net/distributions/
${
pkgname
}
-
${
pkgver
}
.tar.bz2
http://download.suhosin.org/suhosin-patch-
${
_suhosinver
}
.patch.gz
curl-flush.patch
"
build
()
{
...
...
@@ -71,9 +70,6 @@ build() {
gunzip
-c
${
srcdir
}
/suhosin-patch-
${
_suhosinver
}
.patch.gz
\
| patch
-p1
||
return
1
# fix curl regression; should be fixed upstream with PHP >= 5.2.11
patch
-p3
-i
${
srcdir
}
/curl-flush.patch
||
return
1
phpextensions
=
"--enable-bcmath=shared
\
--enable-calendar=shared
\
--enable-dba=shared
\
...
...
@@ -234,6 +230,5 @@ dev() {
mv
"
$pkgdir
"
/usr/bin/phpize
"
$subpkgdir
"
/usr/bin/
}
md5sums
=
"15c7b5a87f57332d6fc683528e28247b php-5.2.10.tar.bz2
41b475a469eef0eb0e7aa10a820f12b2 suhosin-patch-5.2.10-0.9.7.patch.gz
648c83c991a187cd0f2be435cb022947 curl-flush.patch"
md5sums
=
"286bf34630f5643c25ebcedfec5e0a09 php-5.2.11.tar.bz2
8f9de4d97fae6eba163cf3699509a260 suhosin-patch-5.2.11-0.9.7.patch.gz"
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