Bug#751339: RFP: ath9k-htc-firmware -- free firmware for Atheros AR7010/AR9271 wireless adapters

2017-02-01 Thread Paul Fertser
Hello, On Wed, Feb 01, 2017 at 10:29:11PM +0100, Francesco Poli wrote: > Is there any progress in properly packaging these two DFSG-free > firmware files for inclusion in Debian main? It's sitting in the NEW queue for 2 months already. https://ftp-master.debian.org/new/open-ath9k-htc-firmware_1.

Bug#536502: [PATCH] Implement runtime loading of RSA public keys

2010-01-23 Thread Paul Fertser
On Sat, Jan 23, 2010 at 02:54:14PM +0300, Paul Fertser wrote: > + if (!ok && (pubkey_dir = opendir(PUBKEY_DIR))) { > + while (!ok && (nextfile = readdir(pubkey_dir))) { > + if ((keyfile = fopen(nextfile->d_name, "rb"))) { D

Bug#536502: [PATCH] Implement runtime loading of RSA public keys

2010-01-23 Thread Paul Fertser
recompile crda. Implemented for USE_OPENSSL=1 case only because libgcrypt lacks PEM parser. Default location for public keys in PEM format is /etc/wireless-regdb/pubkeys and can be changed by specifying RUNTIME_PUBKEY_DIR at the make command line. Signed-off-by: Paul Fertser --- Makefile |3