diff options
author | root <root@rshg047.dnsready.net> | 2011-05-13 22:36:49 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-13 22:36:49 +0000 |
commit | 2c4629f613c001fd29740d0f4c0e497c771a2182 (patch) | |
tree | ddc90e9111a5137677fd53e503992fd12a661ac0 /extra/kismet/kismet.changelog | |
parent | 1982ae8d63ab142a2a16bdf1b055110d9c9f40fd (diff) |
Fri May 13 22:36:49 UTC 2011
Diffstat (limited to 'extra/kismet/kismet.changelog')
-rw-r--r-- | extra/kismet/kismet.changelog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/extra/kismet/kismet.changelog b/extra/kismet/kismet.changelog new file mode 100644 index 000000000..e66dcfda0 --- /dev/null +++ b/extra/kismet/kismet.changelog @@ -0,0 +1,26 @@ +2010-05-07 Angel Velasquez <angvp@archlinux.org> + * ChangeLog added + + * Removed old patches from SVN + + * Applied changes from FS#15746 thanks to people who worked on it. + + * Files that are no longer shipped and so should not be backed up: + backup=('etc/ap_manuf' 'etc/client_manuf' 'etc/kismet_ui.conf') + + * No longer needed; gpsmap is deprecated and being replaced with a tile-based + mapper, as of yet incomplete + optdepends=('perl-libwww: fetch maps for gpsmap') + + * Configuration has completely changed, no longer containing + references to either prism2 or wlanng + sed -i 's/prism2/wlanng/g' conf/kismet.conf + + * Ownership of man pages now defaults to "root" if the group "man" does not exist + chown root:root "$pkgdir"/usr/share/man/man{1,5}/* + + * Dependencies no longer needed + depends=('gmp' 'imagemagick' 'dbus' 'libjpeg>=7') + + * Options no longer needed + options=('!makeflags') |