Hello community,

here is the log from the commit of package kismet for openSUSE:Factory
checked in at Sun Oct 2 10:13:41 CEST 2011.



--------
--- openSUSE:Factory/kismet/kismet.changes      2011-09-28 15:28:45.000000000 
+0200
+++ /mounts/work_src_done/STABLE/kismet/kismet.changes  2011-09-28 
17:57:12.000000000 +0200
@@ -1,0 +2,46 @@
+Wed Sep 28 15:09:43 CEST 2011 - meiss...@suse.de
+
+- Kismet-2011-03-R2 released, includes:
+- 2011-03-R2
+  New release to address a crash bug in Kismet when operating as a drone
+  (either kismet_server or kismet_drone).
+
+- 2011-03-R1
+  fixes problems with changes in ncurses 5.8 (for the few
+  distributions which picked it up already) and is REQUIRED for Kismet
+  to work with ncurses-5.8.  Also introduced is marginally more accurate
+  GPS averaging (still all the problems of weighting and averaging,
+  but eliminates the float drift), some compile time updates, other
+  minor tweaks.
+
+  Under the covers 2011-03 also contains the start of the new phy-neutral
+  common tracker layer, which will be replacing the current model of an
+  802.11-centric tracking layer.  Anyone working on capture plugins for
+  non-dot11 protocols should start taking a look at the new tracking
+  layer.  The dot11 tracking is being ported to the new layer and
+  eventually they old tracking code will be disabled.
+
+- 2011-01-R1
+  Lots of bugfixes (netxml reference, 802.11d, mac80211 on legacy cards,
+  client preferences, client display options)
+  Ruby network API and example clients
+  Wifi NIC performance shoot-out tool
+  WPA Migration Mode detection
+  GPS logging in PPI pcap files
+  Per-capture source per-network and per-client signal tracking
+  Packaging scripts
+
+- 2010-07-R1 changes:
+  Enhancements:
+   Ruby interface and examples
+   Proper TCP Async (for large numbers of drones and other situations)
+   Add hidedata= option for "safer" sniffing in public environments
+   Kluged escape handler for broken ncurses arrow handling on some systems
+   Add --no-root option for zero-priv drone-only deploys
+ 
+  Bugfixes:
+   Fix installation on Ubuntu dash
+   IPC updates and fixes for drone
+   IPC architectural fixes
+
+-------------------------------------------------------------------
@@ -14 +60 @@
-- Kismet-2010-01-R1 released, Includes
+- Kismet-2010-01-R1 released, includes

calling whatdependson for head-i586


Old:
----
  kismet-2010-01-R1-makefile.diff
  kismet-2010-01-R1.tar.bz2

New:
----
  kismet-2011-03-R2-makefile.diff
  kismet-2011-03-R2.tar.gz
  kismet-2011-03-R2.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kismet.spec ++++++
--- /var/tmp/diff_new_pack.vU2mZx/_old  2011-10-02 10:13:36.000000000 +0200
+++ /var/tmp/diff_new_pack.vU2mZx/_new  2011-10-02 10:13:36.000000000 +0200
@@ -19,14 +19,16 @@
 %define realver 2010-01-R1
 
 Name:           kismet
-Version:        2010_01_R1
+Version:        2011_03_R2
 Release:        1
+%define realver 2011-03-R2
 License:        GPLv2+
 Summary:        An 802.11 Wireless Network Sniffer
 Url:            http://www.kismetwireless.net/
 Group:          Productivity/Networking/Diagnostic
-Source:         %{name}-%{realver}.tar.bz2
-Patch0:         %{name}-2010-01-R1-makefile.diff
+Source:         %{name}-%{realver}.tar.gz
+Source1:        %{name}-%{realver}.tar.gz.asc
+Patch0:         %{name}-%{realver}-makefile.diff
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
 BuildRequires:  ImageMagick-devel

++++++ kismet-2010-01-R1-makefile.diff -> kismet-2011-03-R2-makefile.diff ++++++
--- openSUSE:Factory/kismet/kismet-2010-01-R1-makefile.diff     2011-09-23 
02:06:50.000000000 +0200
+++ /mounts/work_src_done/STABLE/kismet/kismet-2011-03-R2-makefile.diff 
2011-09-29 12:49:30.000000000 +0200
@@ -8,25 +8,19 @@
  ZAURUS                = @zaurus@
  
  PCAPLNK       = @pcaplnk@
---- Makefile.in
-+++ Makefile.in
-@@ -127,31 +123,31 @@
-       @-echo "'Makefile.in' or 'configure' are more current than this 
Makefile.  You should re-run 'configure'."
- 
- binsuidinstall:
--      $(INSTALL) -o $(INSTUSR) -g $(SUIDGROUP) -m 4550 $(CS) $(BIN)/$(CS); 
-+      $(INSTALL) -m 4550 $(CS) $(BIN)/$(CS); 
-       
- commoninstall:
-       mkdir -p $(ETC)
-       mkdir -p $(BIN)
- 
--      $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) -m 555 scripts/kismet 
$(BIN)/kismet
--      $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) -m 555 $(NC) $(BIN)/$(NC)
+--- Makefile.in.orig   2011-03-04 06:34:42.000000000 +0100
++++ Makefile.in        2011-09-29 12:48:46.000000000 +0200
+@@ -113,26 +113,26 @@
+ 
+       if test -e $(NC); then \
+               echo "Installing client"; \
+-              $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) -m 555 scripts/kismet 
$(BIN)/kismet; \
+-              $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) -m 555 $(NC) 
$(BIN)/$(NC); \
++              $(INSTALL) -m 555 scripts/kismet $(BIN)/kismet; \
++              $(INSTALL) -m 555 $(NC) $(BIN)/$(NC); \
+       fi;
 -      $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) -m 555 $(PS) $(BIN)/$(PS); 
 -      $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) -m 555 $(DRONE) $(BIN)/$(DRONE);
-+      $(INSTALL) -m 555 scripts/kismet $(BIN)/kismet
-+      $(INSTALL) -m 555 $(NC) $(BIN)/$(NC)
 +      $(INSTALL) -m 555 $(PS) $(BIN)/$(PS); 
 +      $(INSTALL) -m 555 $(DRONE) $(BIN)/$(DRONE);
  
@@ -56,29 +50,7 @@
  
  suidinstall: $(CS)
        -groupadd -f $(SUIDGROUP)
-@@ -162,8 +158,8 @@
-               echo "if there have been any changes to the base config you 
will need"; \
-               echo "to add them to your config file."; \
-     else \
--              $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) -m 644 conf/kismet.conf 
$(ETC)/kismet.conf;  \
--              echo install -o $(INSTUSR) -g $(INSTGRP) -m 644 
conf/kismet.conf $(ETC)/kismet.conf;  \
-+              $(INSTALL) -m 644 conf/kismet.conf $(ETC)/kismet.conf;  \
-+              echo install -m 644 conf/kismet.conf $(ETC)/kismet.conf;  \
-               echo "Installed config into $(ETC)/kismet.conf."; \
-       fi
-       @if test -f $(ETC)/kismet_drone.conf; then \
-@@ -171,8 +167,8 @@
-               echo "if there have been any changes to the base config you 
will need"; \
-               echo "to add them to your config file."; \
-     else \
--              $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) -m 644 
conf/kismet_drone.conf $(ETC)/kismet_drone.conf;  \
--              echo install -o $(INSTUSR) -g $(INSTGRP) -m 644 
conf/kismet_drone.conf $(ETC)/kismet_drone.conf;  \
-+              $(INSTALL) -m 644 conf/kismet_drone.conf 
$(ETC)/kismet_drone.conf;  \
-+              echo install -m 644 conf/kismet_drone.conf 
$(ETC)/kismet_drone.conf;  \
-               echo "Installed drone config into $(ETC)/kismet_drone.conf."; \
-       fi
- 
-@@ -194,8 +190,8 @@
+@@ -175,8 +175,8 @@
                echo "if there have been any changes to the base config you 
will need"; \
                echo "to add them to your config file."; \
      else \
@@ -89,7 +61,7 @@
                echo "Installed config into $(ETC)/kismet.conf."; \
        fi
        @if test -f $(ETC)/kismet_drone.conf; then \
-@@ -203,8 +199,8 @@
+@@ -184,8 +184,8 @@
                echo "if there have been any changes to the base config you 
will need"; \
                echo "to add them to your config file."; \
      else \

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to