diff options
-rw-r--r-- | conf/checksums.ini | 9 | ||||
-rw-r--r-- | packages/dhcdbd/dhcdbd_1.14.bb | 2 | ||||
-rw-r--r-- | packages/dhcdbd/dhcdbd_1.16.bb | 2 | ||||
-rw-r--r-- | packages/dhcdbd/dhcdbd_2.0.bb | 2 | ||||
-rw-r--r-- | packages/dhcdbd/dhcdbd_3.0.bb | 2 |
5 files changed, 8 insertions, 9 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index eb199cde9d..d0cd1fab5c 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -4218,19 +4218,19 @@ sha256=ec382c90af3ef2f49695ff14a4d6521e58ac482c4e29d6c9ebca8768f699c191 md5=b1896c1b21ddb152626aec2e8a157a3a sha256=44396b3b324433187cf7082d1059cd9f519f02accddd667e627a57ff8514d436 -[http://people.redhat.com/jvdias/dhcdbd/dhcdbd-1.14.tar.gz] +[https://fedorahosted.org/releases/d/h/dhcdbd/dhcdbd-1.14.tar.gz] md5=1180dee7a51a4384d55768650634cf93 sha256=e5facfcab28377d32fd4c70aa1fe0820d3dba4abdfc48bd15eda712c8815e505 -[http://people.redhat.com/dcantrel/dhcdbd/dhcdbd-1.16.tar.gz] +[https://fedorahosted.org/releases/d/h/dhcdbd/dhcdbd-1.16.tar.gz] md5=002e9d7d85a2f0e6261b6bf501c53a3e sha256=f399428e0e191233b4dcead88afbe78a26cc16bd9a47e305f6dd3299e011ef18 -[http://dcantrel.fedorapeople.org/dhcdbd/dhcdbd-2.0.tar.bz2] +[https://fedorahosted.org/releases/d/h/dhcdbd/dhcdbd-2.0.tar.bz2] md5=d71de5c2f8aea4c8a18659bfa8387414 sha256=51d36747b8386e18631e5b2a278cf9ef077441cb116a66b72edddecb939724c4 -[http://dcantrel.fedorapeople.org/dhcdbd/dhcdbd-3.0.tar.bz2] +[https://fedorahosted.org/releases/d/h/dhcdbd/dhcdbd-3.0.tar.bz2] md5=5316b1a0b3a3d53e972374627546d0bf sha256=c62d5916dbd4d3148bd4deff355c3dfcb8092c2d9918d62dd24030e01c28361a @@ -25633,4 +25633,3 @@ sha256=f57c4e33eb2cdd87a6c2f01bfa4794340fbe61ea1a1cfc7dac3b6671e1dd22af [http://heanet.dl.sourceforge.net/zziplib/zziplib-0.13.49.tar.bz2] md5=5f7b88ebb2bcd7e8044328482d079661 sha256=f57c4e33eb2cdd87a6c2f01bfa4794340fbe61ea1a1cfc7dac3b6671e1dd22af - diff --git a/packages/dhcdbd/dhcdbd_1.14.bb b/packages/dhcdbd/dhcdbd_1.14.bb index 2da37f4466..55d3c72899 100644 --- a/packages/dhcdbd/dhcdbd_1.14.bb +++ b/packages/dhcdbd/dhcdbd_1.14.bb @@ -6,7 +6,7 @@ DEPENDS = "dbus" PR = "r1" -SRC_URI = "http://people.redhat.com/jvdias/dhcdbd/dhcdbd-${PV}.tar.gz \ +SRC_URI = "https://fedorahosted.org/releases/d/h/dhcdbd/dhcdbd-${PV}.tar.bz2 \ file://dhcdbd-1.14-pkgconfig_dbus.patch;patch=1 \ file://dbus-api-fix.patch;patch=1 \ file://dhcdbd" diff --git a/packages/dhcdbd/dhcdbd_1.16.bb b/packages/dhcdbd/dhcdbd_1.16.bb index d2ef7288c8..24572fb259 100644 --- a/packages/dhcdbd/dhcdbd_1.16.bb +++ b/packages/dhcdbd/dhcdbd_1.16.bb @@ -4,7 +4,7 @@ SECTION = "net" LICENSE = "GPL" DEPENDS = "dbus" -SRC_URI = "http://people.redhat.com/dcantrel/dhcdbd/dhcdbd-${PV}.tar.gz \ +SRC_URI = "https://fedorahosted.org/releases/d/h/dhcdbd/dhcdbd-${PV}.tar.bz2 \ file://dhcdbd-1.14-pkgconfig_dbus.patch;patch=1 \ file://dhcdbd" diff --git a/packages/dhcdbd/dhcdbd_2.0.bb b/packages/dhcdbd/dhcdbd_2.0.bb index 8b5bf3bb83..eedfe51d9a 100644 --- a/packages/dhcdbd/dhcdbd_2.0.bb +++ b/packages/dhcdbd/dhcdbd_2.0.bb @@ -5,7 +5,7 @@ DEPENDS = "dbus" RDEPENDS = "dhcp-client" PR = "r1" -SRC_URI = "http://dcantrel.fedorapeople.org/dhcdbd/dhcdbd-${PV}.tar.bz2 \ +SRC_URI = "https://fedorahosted.org/releases/d/h/dhcdbd/dhcdbd-${PV}.tar.bz2 \ file://dbus_connection_unref.patch;patch=1 \ file://paths.patch;patch=1 \ file://no-ext-options.patch;patch=1 \ diff --git a/packages/dhcdbd/dhcdbd_3.0.bb b/packages/dhcdbd/dhcdbd_3.0.bb index a2467ee921..f30e5920ea 100644 --- a/packages/dhcdbd/dhcdbd_3.0.bb +++ b/packages/dhcdbd/dhcdbd_3.0.bb @@ -5,7 +5,7 @@ DEPENDS = "dbus" RDEPENDS = "dhcp-client" PR = "r1" -SRC_URI = "http://dcantrel.fedorapeople.org/dhcdbd/dhcdbd-${PV}.tar.bz2 \ +SRC_URI = "https://fedorahosted.org/releases/d/h/dhcdbd/dhcdbd-${PV}.tar.bz2 \ file://dbus_connection_unref.patch;patch=1 \ file://paths.patch;patch=1 \ file://dhcdbd" |