Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
J0WI
aports
Commits
bc02bd3e
Commit
bc02bd3e
authored
7 years ago
by
TBK
Committed by
Leonardo Arena
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/tor: upgrade to 0.3.1.8; modernize
parent
781fcfe9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/tor/APKBUILD
+15
-10
15 additions, 10 deletions
community/tor/APKBUILD
with
15 additions
and
10 deletions
community/tor/APKBUILD
+
15
−
10
View file @
bc02bd3e
# Contributor: Christine Dodrill <me@christine.website>
# Maintainer: Christine Dodrill <me@christine.website>
pkgname
=
tor
pkgver
=
0.3.1.
7
pkgver
=
0.3.1.
8
pkgrel
=
0
pkgdesc
=
"Anonymous network connectivity"
url
=
"https://www.torproject.org"
...
...
@@ -18,7 +18,6 @@ source="https://www.torproject.org/dist/$pkgname-$pkgver.tar.gz
tor.confd
torrc.sample.patch"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
options
=
"!check"
# secfixes:
# 0.3.0.8-r0:
...
...
@@ -26,6 +25,7 @@ options="!check"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -34,27 +34,32 @@ build() {
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
\
--enable-transparent
\
||
return
1
make
||
return
1
--enable-transparent
make
}
check
()
{
cd
"
$builddir
"
make
test
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
install
-dm755
-o
$pkgusers
\
"
$pkgdir
"
/var/lib/
$pkgname
\
"
$pkgdir
"
/var/log/
$pkgname
||
return
1
"
$pkgdir
"
/var/log/
$pkgname
install
-m755
-D
"
$srcdir
"
/
$pkgname
.initd
\
"
$pkgdir
"
/etc/init.d/
$pkgname
||
return
1
"
$pkgdir
"
/etc/init.d/
$pkgname
install
-m644
-D
"
$srcdir
"
/
$pkgname
.confd
\
"
$pkgdir
"
/etc/conf.d/
$pkgname
||
return
1
"
$pkgdir
"
/etc/conf.d/
$pkgname
}
sha512sums
=
"
a835526984187fad88cffc39ea8f6a4b61d5f8d2579b5a66425612607a22ff82e0f9da96e029e134e04d25ae0f59a1b4f771e9e8c19ebb563e1a0f5b3a3849e4
tor-0.3.1.
7
.tar.gz
sha512sums
=
"
0c2d5f6e444815f0812b0f8bb2102f2013c890375cf20b62025d0704e8ee7742bbf7173764795e3e63606a47d0695a5a982c318c55a30ca50600eb6de5b94b16
tor-0.3.1.
8
.tar.gz
6de4ada16ba58264a247da70343eabd763e992d6b6683977fc1c67b7b4a9731748a7ec9751e869ad4b4ae9c72cf71b2e12dc289bb6e2aee499917f7663f4a735 tor.initd
2b0de119bfdf9eb57e13317b7392190b1b8272c8f96023c71d3fc29215d887e9a3d0ffcef37cdb50b18d34e4b2251f75a739e258e0bb72aabd3339418b22fd67 tor.confd
da386ff7e387312e647f04d360517a1f4cb1efbee36f4a3a6feb89a979bb12fa350fe6dfed49af0cb076ae30bb0c527b5d54127683eaa5aa45d6940dddd89dfb torrc.sample.patch"
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