summaryrefslogtreecommitdiffstats
path: root/asterisk.gpg
AgeCommit message (Collapse)Author
2010-10-11*.gpg: minimized keyringsBor Kraljič
Same way Jaka Kranjc did 2008-06-14 with commit dfcf94d934cb72d5e77e057594d810de91422cb6 command used: find -iname "*.gpg" | while read a; do gpg --no-default-keyring --keyring ./$a \ --export-options export-minimal --output ${a}2 --export; du -sh ${a} ${a}2; mv ${a}2 ${a}; done
2010-04-29asterisk.gpg: imported key id 8D0CAA72, 8B3D4806 and D730A262Elisamuel Resto
2010-04-29telephony/asterisk.gpg: merged with top-level asterisk.gpg; deleted.Elisamuel Resto
2008-06-14*.gpg: minimized keyrings and saved 385KJaka Kranjc
important since part of that is always reproduced in the tablet used: find -iname "*.gpg" | while read a; do gpg --no-default-keyring --keyring ./$a \ --export-options export-minimal --output ${a}2 --export; du -sh ${a} ${a}2; mv ${a}2 ${a}; done
2008-03-01asterisk.gpg: Added key 0x135DDDDA to the keyringMartin Spitzbarth
The key is needed for asterisk-addons-1.4.6 and is signed by 8 of the 10 already existing keys in the keyring.
2008-01-09asterisk.gpg: Added key 9F771EF2 to the keyring, needed for asterisk-1.4.17Martin Spitzbarth
The key is signed by 3 of the 9 already existing keys.
2007-12-23refreshed all the gpg keyrings and also ran clean on them (size matters)Jaka Kranjc
this fixes at least findutils for the new gnupg (sm-discuss) I hope everything is fine.
2007-10-06asterisk.gpg: added key 64FAEBC5 to the keyringMartin Spitzbarth
The key was signed by 5 of the 8 already existing keys of the keyring
2007-08-25asterisk.gpg: Added two upstream keys to the keyring.Martin Spitzbarth
Key 1FFB181A was signed by 2 of the 6 already existing upstream keys, key 8D0CAA72 was signed by 4 of the 6 already existing upstream keys.
2007-06-03libpri: 1.4.0 + gpgJaka Kranjc