Skip to content

Commit

Permalink
sys-libs/tdb: use HTTPS for links to samba.org (bug #636916)
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Turco authored and floppym committed Nov 9, 2017
1 parent 328afdd commit 3c7501d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sys-libs/tdb/tdb-1.3.13.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ PYTHON_REQ_USE="threads"
inherit waf-utils multilib-minimal python-single-r1

DESCRIPTION="A simple database API"
HOMEPAGE="http://tdb.samba.org/"
SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
HOMEPAGE="https://tdb.samba.org/"
SRC_URI="https://www.samba.org/ftp/tdb/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
Expand Down
4 changes: 2 additions & 2 deletions sys-libs/tdb/tdb-1.3.14.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ PYTHON_REQ_USE="threads"
inherit waf-utils multilib-minimal python-single-r1

DESCRIPTION="A simple database API"
HOMEPAGE="http://tdb.samba.org/"
SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
HOMEPAGE="https://tdb.samba.org/"
SRC_URI="https://www.samba.org/ftp/tdb/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
Expand Down
6 changes: 3 additions & 3 deletions sys-libs/tdb/tdb-1.3.8.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -9,8 +9,8 @@ PYTHON_REQ_USE="threads"
inherit waf-utils multilib-minimal python-single-r1 eutils

DESCRIPTION="A simple database API"
HOMEPAGE="http://tdb.samba.org/"
SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
HOMEPAGE="https://tdb.samba.org/"
SRC_URI="https://www.samba.org/ftp/tdb/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
Expand Down

0 comments on commit 3c7501d

Please sign in to comment.