Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 279174 - media-tv/xbmc-9999 should not fetch over https://
Summary: media-tv/xbmc-9999 should not fetch over https://
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-26 12:54 UTC by Xake
Modified: 2009-07-27 01:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xake 2009-07-26 12:54:07 UTC
Currently xbmc-9999 fetches it shources over https:// which fails with emerge -q/--jobs since it needs a confimation.
Changeing the URL to use http:// works just as well, but requires no confirmation. 

Reproducible: Always

Steps to Reproduce:
1. echo =media-tv/xbmc-9999 \*\* >> /etc/portage/package.keywords
2. emerge xbmc -q
Actual Results:  
 *      new repository: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC
Error validating server certificate for 'https://xbmc.svn.sourceforge.net:443':
 - The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
Certificate information:
 - Hostname: *.svn.sourceforge.net
 - Valid: from Tue, 11 Nov 2008 20:25:27 GMT until Mon, 11 Jan 2010 20:25:27 GMT
 - Issuer: Equifax Secure Certificate Authority, Equifax, US
 - Fingerprint: 04:b2:70:e9:ba:cf:70:fc:e8:8a:22:86:14:13:51:97:1b:6a:de:38
(R)eject, accept (t)emporarily or accept (p)ermanently? svn: OPTIONS of 'https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC': Server certificate verification failed: issuer is not trusted (https://xbmc.svn.sourceforge.net)
 * 
 * ERROR: media-tv/xbmc-9999 failed.


Expected Results:  
It should merge.
Comment 1 Wormo (RETIRED) gentoo-dev 2009-07-27 01:52:40 UTC
Good suggestion. Same change in xbmc-9.04 as well.

ChangeLog:

xbmc-9.04.ebuild, xbmc-9999.ebuild:
Use http instead of https for source download (thanks to Xake, bug #279174)