91b922f
%global _hardened_build 1
f5b96f7
%global _version        2022-02-R1
77c40ea
1ac0a1f
## {Local macros...
2eaa6cd
%global cfgdir          %_sysconfdir/%name
2eaa6cd
%global _rpmversion     0.0.%(echo %_version | tr - .)
1ac0a1f
## ...local macros}
1ac0a1f
1a86676
%{!?apply:%global  apply(p:n:b:) %patch%%{-n:%%{-n*}} %%{-p:-p%%{-p*}} %%{-b:-b%%{-b*}} \
1a86676
%nil}
1ac0a1f
2eaa6cd
Summary:        WLAN detector, sniffer and IDS
2eaa6cd
Name:           kismet
2eaa6cd
Version:        %_rpmversion
166c2ec
Release:        1%{?dist}
2eaa6cd
License:        GPLv2+
2eaa6cd
URL:            http://www.kismetwireless.net/
36e3deb
Source0:        http://www.kismetwireless.net/code/%{name}-%_version.tar.xz
4aa6d5e
2eaa6cd
Patch0:         kismet-include.patch
2eaa6cd
Patch1:         kismet-install.patch
4aa6d5e
Igor Gnatenko ab7ca09
BuildRequires:  gcc
b47cf53
BuildRequires:  gcc-c++
2eaa6cd
BuildRequires:  ncurses-devel diffutils
2eaa6cd
BuildRequires:  libpcap-devel pcre-devel
2eaa6cd
BuildRequires:  openssl-devel libcap-devel libnl3-devel
2eaa6cd
BuildRequires:  bluez-libs-devel
2eaa6cd
BuildRequires:  libmicrohttpd-devel protobuf-devel protobuf-c-devel
2eaa6cd
BuildRequires:  NetworkManager-libnm-devel libusb-devel
c255bf6
BuildRequires:  sqlite-devel libwebsockets-devel
4d4a5ee
BuildRequires: make
1ac0a1f
1ac0a1f
%description
1ac0a1f
Kismet is an 802.11 layer2 wireless network detector, sniffer, and
1ac0a1f
intrusion detection system. Kismet will work with any wireless card
1ac0a1f
which supports raw monitoring (rfmon) mode, and can sniff 802.11b,
1ac0a1f
802.11a, and 802.11g traffic.
1ac0a1f
1ac0a1f
Kismet identifies networks by passively collecting packets and detecting
1ac0a1f
standard named networks, detecting (and given time, decloaking) hidden
1ac0a1f
networks, and infering the presence of nonbeaconing networks via data
1ac0a1f
traffic.
1ac0a1f
1ac0a1f
%prep
36e3deb
%setup -qn %{name}-%{_version}
3685990
2eaa6cd
%patch0 -p0
2eaa6cd
%patch1 -p0
1ac0a1f
d812e76
sed -i 's!\$(prefix)/lib/!%{_libdir}/!g' plugin-*/Makefile
a896300
a896300
d812e76
# set our 'kismet' user, disable GPS and log into %%logdir by
1ac0a1f
# default
4aa6d5e
sed -i \
f0fe207
    -e '\!^ouifile=/etc/manuf!d' \
f0fe207
    -e '\!^ouifile=/usr/share/wireshark/wireshark/manuf!d' \
2eaa6cd
    conf/kismet.conf
1ac0a1f
1ac0a1f
%build
3685990
2eaa6cd
export ac_cv_lib_uClibcpp_main=no # we do not want to build against uClibc++, even when available
7ca63d1
export LDFLAGS='-Wl,--as-needed'
1a86676
%configure \
2eaa6cd
           --sysconfdir=%cfgdir \
2eaa6cd
           CXXFLAGS="$RPM_OPT_FLAGS -D__STDC_FORMAT_MACROS" \
2eaa6cd
           --disable-python-tools
4aa6d5e
2eaa6cd
%make_build
1ac0a1f
0466559
sed -i s/2019-08-GIT/%{version}-%{release}%{?dist}/g packaging/kismet.pc
0466559
1ac0a1f
%install
91b922f
BIN=$RPM_BUILD_ROOT/bin ETC=$RPM_BUILD_ROOT/etc %{__make} suidinstall DESTDIR=%{?buildroot} INSTALL="%{__install} -p"
91b922f
91b922f
%pre
91b922f
getent group kismet >/dev/null || groupadd -f -r kismet
1ac0a1f
1ac0a1f
%files
377444e
%doc CHANGELOG README*
4aa6d5e
%dir %attr(0755,root,root) %cfgdir
1ac0a1f
%config(noreplace) %cfgdir/*
91b922f
%{_bindir}/kismet
91b922f
%{_bindir}/kismet_cap_kismetdb
91b922f
%{_bindir}/kismet_cap_pcapfile
91b922f
%{_bindir}/kismet_discovery
91b922f
%{_bindir}/kismet_server
91b922f
%{_bindir}/kismetdb_clean
91b922f
%{_bindir}/kismetdb_dump_devices
91b922f
%{_bindir}/kismetdb_statistics
91b922f
%{_bindir}/kismetdb_strip_packets
91b922f
%{_bindir}/kismetdb_to_gpx
91b922f
%{_bindir}/kismetdb_to_kml
91b922f
%{_bindir}/kismetdb_to_pcap
91b922f
%{_bindir}/kismetdb_to_wiglecsv
91b922f
%attr(4755,root,root) %{_bindir}/kismet_cap_linux_bluetooth
91b922f
%attr(4755,root,root) %{_bindir}/kismet_cap_linux_wifi
91b922f
%attr(4755,root,root) %{_bindir}/kismet_cap_nrf_51822
91b922f
%attr(4755,root,root) %{_bindir}/kismet_cap_nrf_52840
91b922f
%attr(4755,root,root) %{_bindir}/kismet_cap_nrf_mousejack
91b922f
%attr(4755,root,root) %{_bindir}/kismet_cap_nxp_kw41z
91b922f
%attr(4755,root,root) %{_bindir}/kismet_cap_rz_killerbee
91b922f
%attr(4755,root,root) %{_bindir}/kismet_cap_ti_cc_2531
91b922f
%attr(4755,root,root) %{_bindir}/kismet_cap_ti_cc_2540
d812e76
%{_datadir}/kismet
2eaa6cd
%{_libdir}/pkgconfig/kismet.pc
1ac0a1f
1ac0a1f
%changelog
f5b96f7
* Fri Feb 11 2022 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2022.02.R1-1
f5b96f7
- 2022-02-R1
f5b96f7
ab8a7bc
* Thu Jan 27 2022 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2022.01.R3-1
ab8a7bc
- 2022-01-R3
ab8a7bc
377444e
* Thu Jan 20 2022 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2022.01.R2-1
377444e
- 2022-01-R2
377444e
166c2ec
* Wed Jan 19 2022 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2022.01.R1-1
166c2ec
- 2022-01-R1
166c2ec
19bafa5
* Sat Nov 06 2021 Adrian Reber <adrian@lisas.de> - 0.0.2021.08.R1-4
19bafa5
- Rebuilt for protobuf 3.19.0
19bafa5
00d116b
* Mon Oct 25 2021 Adrian Reber <adrian@lisas.de> - 0.0.2021.08.R1-3
00d116b
- Rebuilt for protobuf 3.18.1
00d116b
91dbd4d
* Thu Aug 26 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2021.08.R1-2
91dbd4d
- libwebsockets rebuild.
91dbd4d
25c0998
* Tue Aug 17 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2021.08.R1-1
25c0998
- 2021-08-R1
25c0998
d741984
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2021.06.R1-2
d741984
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
d741984
49e8e41
* Tue Jun 01 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2021.06.R1-1
49e8e41
- 2021-06-R1
49e8e41
91b922f
* Tue May 25 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2021.05.R1-2
91b922f
- Harden build, setguid.
91b922f
abcfbb2
* Thu May 20 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2021.05.R1-1
abcfbb2
- 2021-05-R1
abcfbb2
3fd2357
* Mon May 10 2021 Jonathan Wakely <jwakely@redhat.com> - 0.0.2020.12.R3-5
3fd2357
- Rebuilt for removed libstdc++ symbols (#1937698)
3fd2357
c9ea755
* Tue Mar 30 2021 Jonathan Wakely <jwakely@redhat.com> - 0.0.2020.12.R3-4
c9ea755
- Rebuilt for removed libstdc++ symbol (#1937698)
c9ea755
1fbc164
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2020.12.R3-3
1fbc164
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
1fbc164
99f1269
* Thu Jan 14 08:46:06 CET 2021 Adrian Reber <adrian@lisas.de> - 0.0.2020.12.R3-2
99f1269
- Rebuilt for protobuf 3.14
99f1269
8089084
* Mon Dec 07 2020 Gwyn Ciesla <gwync@protonmail.com>- 0.0.2020.12.R3-1
8089084
- 2020-12-R3
8089084
c255bf6
* Fri Dec 04 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2020.12.R1-1
c255bf6
- 2020-12-R1
c255bf6
d2111a6
* Fri Sep 25 2020 Adrian Reber <adrian@lisas.de> - 0.0.2020.09.R4-2
d2111a6
- Rebuilt(2) for protobuf 3.13
d2111a6
1dad764
* Fri Sep 25 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2020.09.R4-1
1dad764
- 2020-09-R4
1dad764
e0cca7b
* Thu Sep 24 2020 Adrian Reber <adrian@lisas.de> - 0.0.2020.09.R3-2
e0cca7b
- Rebuilt for protobuf 3.13
e0cca7b
a84ef32
* Mon Sep 21 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2020.09.R3-1
a84ef32
- 2020-09-R3
a84ef32
a84ef32
* Fri Sep 11 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2020.09.R2-1
8a2c72b
- 2020-09-R2
8a2c72b
36e3deb
* Wed Sep 02 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2020.09.R1-1
36e3deb
- 2020-09-R1
36e3deb
b498f45
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2020.04.R3-4
b498f45
- Second attempt - Rebuilt for
b498f45
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b498f45
11a341b
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2020.04.R3-3
11a341b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
11a341b
196adc5
* Sun Jun 14 2020 Adrian Reber <adrian@lisas.de> - 0.0.2020.04.R3-2
196adc5
- Rebuilt for protobuf 3.12
196adc5
ea7b12b
* Sun May 03 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2020.04.R3-1
ea7b12b
- Latest upstream.
ea7b12b
b2c4ef4
* Tue Apr 21 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2020.04.R2-1
b2c4ef4
- Latest upstream.
b2c4ef4
0cca742
* Tue Apr 21 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2020.04.R1-1
0cca742
- Latest upstream.
0cca742
c618a60
* Mon Mar 09 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2020.03.R1-1
c618a60
- Latest upstream.
c618a60
540f9da
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2019.12.R2-2
540f9da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
540f9da
e8d2fb8
* Mon Jan 06 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2019.12.R2-1
e8d2fb8
- Latest upstream.
e8d2fb8
0466559
* Mon Dec 30 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2019.12.R1-1
0466559
- Latest upstream.
0466559
25c6dec
* Thu Dec 19 2019 Orion Poplawski <orion@nwra.com> - 0.0.2019.09.R1-2
25c6dec
- Rebuild for protobuf 3.11
25c6dec
04a86dc
* Tue Sep 03 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2019.09.R1-1
04a86dc
- Latest upstream.
04a86dc
056def2
* Thu Aug 22 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2019.08.R2-1
056def2
- latest upstream.
056def2
41301a2
* Wed Jul 31 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2019.08.R1-1
41301a2
- Latest upstream.
41301a2
5799536
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2019.07.R1-2
5799536
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
5799536
6462f8c
* Mon Jul 08 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2019.07.R1-1
6462f8c
- Latet upstream.
6462f8c
7a1e240
* Thu May 30 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2019.05.R2-1
7a1e240
- Latest upstream.
7a1e240
61492d9
* Thu May 30 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2019.05.R1-1
61492d9
- Latest upstream.
61492d9
2eaa6cd
* Mon Apr 15 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.0.2019.04.R1-1
2eaa6cd
- Latest upstream.
2eaa6cd
014c9af
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2016.07.R1-9
014c9af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
014c9af
fb9b2a6
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 0.0.2016.07.R1-8
fb9b2a6
- Rebuild with fixed binutils
fb9b2a6
5723e95
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2016.07.R1-7
5723e95
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5723e95
66d300b
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2016.07.R1-6
66d300b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
66d300b
f26b53e
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2016.07.R1-5
f26b53e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f26b53e
758bfec
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2016.07.R1-4
758bfec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
758bfec
ac1f87c
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2016.07.R1-3
ac1f87c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
ac1f87c
4f54c81
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2016.07.R1-2
4f54c81
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4f54c81
3685990
* Wed Nov 16 2016 Jon Ciesla <limburgher@gmail.com> - 0.0.2016.07.R1-1
3685990
- Latest stable upstream.
3685990
dc44c17
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2013.03.R1-7
dc44c17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
dc44c17
4eb6cef
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2013.03.R1-6
4eb6cef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4eb6cef
0fd666c
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.0.2013.03.R1-5
0fd666c
- Rebuilt for GCC 5 C++11 ABI change
0fd666c
3264fdf
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2013.03.R1-4
3264fdf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
3264fdf
8b081be
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2013.03.R1-3
8b081be
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8b081be
d353926
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2013.03.R1-2
d353926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d353926
0269c86
* Wed Mar 27 2013 Jon Ciesla <limburgher@gmail.com> - 0.0.2013.03.R1-1
0269c86
- Latest stable upstream.
0269c86
- Changed to libnl3
0269c86
32d8718
* Tue Mar 12 2013 Jon Ciesla <limburgher@gmail.com> - 0.0.2011.03.R2-1607.20120307git6b8b77
32d8718
- Revert pthread link flag change.
32d8718
cdc6bb5
* Thu Mar 07 2013 Jon Ciesla <limburgher@gmail.com> - 0.0.2011.03.R2-1606.20120307git6b8b77
cdc6bb5
- Upgrade to latest git snapshot, BZ 917276.
cdc6bb5
d812e76
* Fri Mar 01 2013 Jon Ciesla <limburgher@gmail.com> - 0.0.2011.03.R2-1605
d812e76
- Spec cleanup.
d812e76
- Switch from dietlibc to glibc.
d812e76
5bca4fc
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2011.03.R2-1604
5bca4fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
5bca4fc
9820ab3
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2011.03.R2-1603
9820ab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9820ab3
4b4f909
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 0.0.2011.03.R2-1602
4b4f909
- Rebuild against PCRE 8.30
08de8a9
- Fix %%files section for plugins
4b4f909
a52a201
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2011.03.R2-1601
a52a201
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a52a201
Enrico Scholz 06d6609
* Sat Apr 23 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2011.03.R2-1600
Enrico Scholz 06d6609
- updated to 2011-03-R2
Enrico Scholz 06d6609
Enrico Scholz cee9c3e
* Sat Apr  2 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2011.03.R1-1600
Enrico Scholz cee9c3e
- updated to 2011-03-R1 (#692715)
Enrico Scholz cee9c3e
77bebff
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2010.07.R1-1501
77bebff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
77bebff
Enrico Scholz 2fd798e
* Mon Aug 16 2010 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2010.07.R1-1500
Enrico Scholz 2fd798e
- updated to 2010-07-R1; rediffed patches
Enrico Scholz 2fd798e
e9087d7
* Sun Feb 21 2010 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2010.01.R1-1400
60d3e1b
- added patch to honor listen configuration (#553275)
60d3e1b
1a86676
* Sat Jan 16 2010 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2010.01.R1-1300
1a86676
- updated to 2010-01-R1
1a86676
- rediffed patches
1a86676
a896300
* Sun Dec  6 2009 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2009.11.R1-1300
a896300
- updated to 2009-11-R1
a896300
b5dd270
* Sun Aug  9 2009 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
b5dd270
- enhanced kismet_capture's pam configuration file
b5dd270
24776c7
* Sun Aug  9 2009 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2009.06.R1-1
24776c7
- added Obsoletes: entry for old -extras subpackage
24776c7
4aa6d5e
* Sun Aug  9 2009 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2009.06.R1-0
4aa6d5e
- updated to 2009-06-R1
4aa6d5e
- reworked large parts of the package due to major upstream changes:
4aa6d5e
  * there is no separate user anymore but a kismet_capture consolehelper wrapper
4aa6d5e
  * a lot of the old filesystem layout has been changed/removed
4aa6d5e
  * removed -extras subpackage; added -plugins one
4aa6d5e
1bcc682
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2008.05.R1-6
1bcc682
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1bcc682
694f255
* Wed Mar 18 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.0.2008.05.R1-5
694f255
- Add patch to fix build against GCC 4.4 (#490811)
694f255
b5fd187
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2008.05.R1-4
b5fd187
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b5fd187
5825008
* Tue Aug  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.0.2008.05.R1-3
5825008
- fix license tag
5825008
2c1f7a0
* Sat Jun 21 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2008.05.R1-2
2c1f7a0
- applied forgotten patch
3272597
- honor $NO_TMPWATCH instead of $NO_LOGROTATE in the tmpwatch script (#427262)
2c1f7a0
73623bc
* Sat Jun 21 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2008.05.R1-1
73623bc
- updated to 2008-05-R1
73623bc
- removed some patches and added new ones
73623bc
Caolan McNamara 49e85cd
* Fri Jun 06 2008 Caolán McNamara <caolanm@redhat.com> - 0.0.2007.10.R1-4
Caolan McNamara 49e85cd
- tweak configure to use -lMagickCore not -lMagick to rebuild for dependancies
Caolan McNamara 49e85cd
67fedbe
* Fri Feb 22 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2007.10.R1-3
67fedbe
- fixed build with gcc43 (#434084, thx to Erik van Pienbroek)
67fedbe
67fedbe
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org>
ccfb0fb
- Autorebuild for GCC 4.3
ccfb0fb
40043b5
* Sat Nov 10 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2007.10.R1-2
40043b5
- rebuilt for new libexpat
40043b5
034ff37
* Mon Oct  8 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2007.10.R1-1
034ff37
- updated to 2007-10-R1
034ff37
- dropped/rediffed patches
034ff37
- added BR on dbus-devel
034ff37
af8fc07
* Sun Feb  4 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2007.01.R1b-7
af8fc07
- further x86_64 fixes for printf() format-string modifiers
af8fc07
dd81128
* Sat Feb  3 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2007.01.R1b-6
7ca63d1
- updated to 2007-01-R1b
dd81128
- removed most patches which were applied upstream; rediffed remaining
dd81128
  ones
7ca63d1
- added -setgroups patch
7ca63d1
- added libpcap-devel BR; removed the glib-devel + bzip2-devel one
7ca63d1
- build with '-Wl,--as-needed'
7ca63d1
c62b079
* Fri Sep 15 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2006.04.R1-4
c62b079
- rebuilt
c62b079
77c40ea
* Sun Jul  9 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2006.04.R1-3
77c40ea
- use new fedora-usermgmt code
77c40ea
1ac0a1f
* Sat Apr 29 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2006.04.R1-2
1ac0a1f
- fixed compilation problems on AMD64 introduced by my -alias patch
1ac0a1f
  (reported by Hans de Goede)
1ac0a1f
- fixed ssize_t vs. int problem on AMD64 (found and reported by Hans
1ac0a1f
  de Goede)
1ac0a1f
- initial import into Fedora Extra (review #165314)
b91a7b8
- added 'freetype-devel' BR which is required for -devel branch
1ac0a1f
1ac0a1f
* Sat Apr 22 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2006.04.R1-1
1ac0a1f
- updated to 2006-04-R1
1ac0a1f
- fixed/improved some ./configure checks
1ac0a1f
- removed the starting 'A' from the summary
1ac0a1f
- added a bunch of patches fixing compiler warnings
1ac0a1f
1ac0a1f
* Fri Mar 17 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2005.08.R1-3
1ac0a1f
- fixed the usermgmt in the %%postun script: test for uninstallation
1ac0a1f
  and swap order of user- and groupdel operations
1ac0a1f
- moved logs to /var/log/kismet
1ac0a1f
- placed status information directly under /var/lib/kismet instead of
1ac0a1f
  /var/lib/kismet/.kismet
1ac0a1f
- added /etc/cron.dail/tmpwatch.kismet to cleanup the generated
1ac0a1f
  logfiles; used tmpwatch because kismet creates new, differently
1ac0a1f
  named logfiles.
1ac0a1f
- added -jobcontrol patch
1ac0a1f
1ac0a1f
* Thu Mar 16 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2005.08.R1-2
1ac0a1f
- set *USR and *GRP variables to avoid problems with certain 'install'
1ac0a1f
  versions
1ac0a1f
1ac0a1f
* Thu Aug 18 2005 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2005.08.R1-1
1ac0a1f
- updated to 2005-08-R1 (SECURITY)
1ac0a1f
- do not use 'subst()' in %%prep anymore; the files *will* be touched
1ac0a1f
  so we do not need to care about the timestamp
1ac0a1f
- fixed copy&paste error in the gecos entry of the 'kismet' user
1ac0a1f
1ac0a1f
* Sun Aug  7 2005 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2005.07.R1a-1
1ac0a1f
- updated to 2005-07-R1a
1ac0a1f
1ac0a1f
* Sat Jul  9 2005 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.0.2005.06.R1-1
1ac0a1f
- Initial build.
1ac0a1f
1ac0a1f
1ac0a1f
## Local Variables:
1ac0a1f
## outline-regexp: "##\\s-*{.*\\.\\.\\."
1ac0a1f
## outline-heading-end-regexp: "##\\s-*\\.\\.\\..*}"
1ac0a1f
## End: