adelcast / opkg_old

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

Add comman line option to skip package signature check #161

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to install a signed package in a system that doesn't have the key

What is the expected output? What do you see instead?
Opkg correctly prevents the installation. However, there are no ways to 
override the behavior from the command line (it's possible to change 
check_signature on the conf file)

What version of the product are you using? On what operating system?
3.0, NI Linux RT

Please provide any additional information below.
It would be beneficial to add an option to the command line to skip signature 
verification.

--allow-unauthenticated  (apt-get) 
--force-bad-verify    (dpkg)

Original issue reported on code.google.com by alejandr...@gmail.com on 24 Jun 2015 at 8:34