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
650
Issues
650
List
Boards
Labels
Service Desk
Milestones
Merge Requests
214
Merge Requests
214
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
2f10cbf0
Commit
2f10cbf0
authored
Sep 11, 2016
by
Daniel Sabogal
Committed by
Natanael Copa
Sep 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/gnutls: security upgrade to 3.4.15 (GNUTLS-SA-2016-3)
Remove unused patches
parent
42dfc526
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3202 deletions
+11
-3202
main/gnutls/APKBUILD
main/gnutls/APKBUILD
+11
-21
main/gnutls/avoid-using-error_h.patch
main/gnutls/avoid-using-error_h.patch
+0
-3170
main/gnutls/libgmp.patch
main/gnutls/libgmp.patch
+0
-11
No files found.
main/gnutls/APKBUILD
View file @
2f10cbf0
...
...
@@ -2,16 +2,15 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
gnutls
pkgver
=
3.4.1
4
pkgrel
=
1
pkgver
=
3.4.1
5
pkgrel
=
0
pkgdesc
=
"A TLS protocol implementation"
url
=
"http://www.gnutls.org/"
arch
=
"all"
license
=
"GPL"
depends
=
depends
=
""
depends_dev
=
"nettle-dev zlib-dev libtasn1-dev p11-kit-dev"
makedepends
=
"
$depends_dev
texinfo"
install
=
subpackages
=
"
$pkgname
-dbg
$pkgname
-doc
$pkgname
-dev
$pkgname
-utils
$pkgname
-c++:xx"
_v
=
${
pkgver
%.*
}
case
$pkgver
in
...
...
@@ -20,19 +19,10 @@ esac
source
=
"ftp://ftp.gnutls.org/gcrypt/gnutls/v
${
_v
}
/
$pkgname
-
$pkgver
.tar.xz
"
_builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
prepare
()
{
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
LIBS
=
"-lgmp"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -46,12 +36,12 @@ build() {
--disable-guile
\
--disable-valgrind-tests
\
||
return
1
make
make
||
return
1
}
package
()
{
cd
"
$_builddir
"
make
-j1
DESTDIR
=
"
$pkg
dir
"
install
make
-j1
DESTDIR
=
"
$pkgdir
"
\
-C
"
$build
dir
"
install
}
utils
()
{
...
...
@@ -66,6 +56,6 @@ xx() {
mv
"
$pkgdir
"
/usr/lib/lib
*
xx.so.
*
"
$subpkgdir
"
/usr/lib/
}
md5sums
=
"
ad3e269a6793424d5d21c9626e1c9ef1 gnutls-3.4.14
.tar.xz"
sha256sums
=
"
35deddf2779b76ac11057de38bf380b8066c05de21b94263ad5b6dfa75dfbb23 gnutls-3.4.14
.tar.xz"
sha512sums
=
"
d75f6b4dea2dc742cd7f60ee0ee540d41b69991aaa937ca0138cfdf4a1e0dfaaa3863464303bfa5799e14ee02de252f71c59a7a9e57b96ff8af653e419edfd4e gnutls-3.4.14
.tar.xz"
md5sums
=
"
4ea5b239bd8bf1b734dda02997b36459 gnutls-3.4.15
.tar.xz"
sha256sums
=
"
eb2a013905f5f2a0cbf7bcc1d20c85a50065063ee87bd33b496c4e19815e3498 gnutls-3.4.15
.tar.xz"
sha512sums
=
"
03157f2da22890ecd080ad58144a9aabe933382c0b7e969b7b194a0248bb5e6e25207078c0a92755650d0004970eb1c0cf0140dbdbf2e615808f9978e965a5e5 gnutls-3.4.15
.tar.xz"
main/gnutls/avoid-using-error_h.patch
deleted
100644 → 0
View file @
42dfc526
This diff is collapsed.
Click to expand it.
main/gnutls/libgmp.patch
deleted
100644 → 0
View file @
42dfc526
--- ./lib/nettle/Makefile.in.orig 2013-06-10 17:39:26.019517541 +0000
+++ ./lib/nettle/Makefile.in 2013-06-10 17:39:38.629643690 +0000
@@ -214,7 +214,7 @@
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
LTLIBRARIES = $(noinst_LTLIBRARIES)
-libcrypto_la_LIBADD =
+libcrypto_la_LIBADD = -lgmp
am_libcrypto_la_OBJECTS = pk.lo mpi.lo mac.lo cipher.lo rnd.lo init.lo \
egd.lo
libcrypto_la_OBJECTS = $(am_libcrypto_la_OBJECTS)
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