commit arpwatch-ethercodes for openSUSE:Factory

2020-11-10 Thread root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2020-11-10 13:46:54

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new.11331 (New)


Package is "arpwatch-ethercodes"

Tue Nov 10 13:46:54 2020 rev:765 rq:847429 version:20201026_100149

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2016-04-12 19:34:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new.11331/arpwatch-ethercodes.changes
   2020-11-10 13:53:40.538824782 +0100
@@ -1,0 +2,17 @@
+Tue Nov 10 08:42:20 UTC 2020 - Johannes Segitz 
+
+- Removed URL for source0 as this causes issues with our bots
+
+---
+Mon Oct 26 10:14:43 UTC 2020 - Hans-Peter Jansen 
+
+- Update to version 20201026_100149
+
+---
+Wed Sep 26 09:51:54 UTC 2018 - Hans-Peter Jansen 
+
+- supply a new python3 script, that fetches (in local builds) and
+  generates ethercodes.dat 
+- update to version 20180926_160344
+
+---
@@ -4,0 +22,5 @@
+
+---
+Fri Jun 19 12:54:32 UTC 2015 - lmue...@suse.com
+
+- merge oui data base from 2015-06-19

Old:

  oui.txt

New:

  fetch_ethercodes.py
  oui.csv



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.kV8Pvu/_old  2020-11-10 13:53:41.834822332 +0100
+++ /var/tmp/diff_new_pack.kV8Pvu/_new  2020-11-10 13:53:41.834822332 +0100
@@ -1,7 +1,8 @@
 #
 # spec file for package arpwatch-ethercodes
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2018 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,43 +13,45 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   arpwatch-ethercodes
-Version:2016.03.28
+Version:20201026_100149
 Release:0
 Summary:Ethercodes Data for arpwatch
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
-Url:http://standards.ieee.org/regauth/oui/
-Source0:http://standards.ieee.org/regauth/oui/oui.txt
-BuildRequires:  arpwatch-ethercodes-build
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+URL:https://standards.ieee.org/products-services/regauth/index.html
+# can't use url as it's not stable and bots will decline submission. Update it 
+# from here: http://standards-oui.ieee.org/oui/oui.csv
+Source0:oui.csv
+Source1:fetch_ethercodes.py
+BuildRequires:  python3
 BuildArch:  noarch
 
 %description
-OUI and company ID data as fetched from IEEE.org prepared for arpwatch.
+Fetch OUI and company ID data from IEEE.org prepared for arpwatch.
 
 %prep
+%setup -q -cT
+cp -p %{SOURCE0} .
+cp -p %{SOURCE1} .
 
 %build
-pushd %{_datadir}/arpwatch
-./massagevendor >${RPM_BUILD_DIR}/ethercodes.dat < %{SOURCE0}
-popd
-if [ ! -s ethercodes.dat ]; then
-   echo "File ethercodes.dat is empty!"
-   exit 1
-fi
+# update oui.csv by executing
+#  python3 fetch_ethercodes.py -vvtp arpwatch-ethercodes.spec
+# in a local build
+
+# (re)generate ethercodes.dat from oui.csv
+python3 fetch_ethercodes.py -vvkt
 
 %install
-mkdir -p \
-   %{buildroot}/%{_datadir}/arpwatch
-install -m 0444 ethercodes.dat %{buildroot}/%{_datadir}/arpwatch
+install -Dm0444 ethercodes.dat %{buildroot}/%{_datadir}/arpwatch/ethercodes.dat
 
 %files
-%defattr(-,root,root)
-%{_datadir}/arpwatch
+%dir %{_datadir}/arpwatch
+%{_datadir}/arpwatch/ethercodes.dat
 
 %changelog

++ fetch_ethercodes.py ++
#! /usr/bin/env python3
"""
Synopsis:
Fetch and generate ethercodes data for arpwatch

Usage: {appname} [-hVvfkt][-T sec][-O ouifile][-o outfile][-p spec]
   -h, --help   this message
   -V, --versionprint version and exit
   -v, --verboseverbose mode (cumulative)
   -f, --force  force operation
   -k, --keep   keep existing {ouifile}
   -t, --timestamp  print timestamp
   -T, --deltat sec tolerance in timestamp comparison
(default: {deltat} sec.)
   -O, --ouifile file   IEEE.org host

commit arpwatch-ethercodes for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2016-04-12 19:34:26

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2013-03-08 11:20:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2016-04-12 19:34:28.0 +0200
@@ -1,0 +2,10 @@
+Sun Mar 27 22:12:59 UTC 2016 - mplus...@suse.com
+
+- Update to 2016-03-28
+
+---
+Wed Jul  2 12:51:38 UTC 2014 - co...@suse.com
+
+- manual update on 2014-07-02
+
+---

Old:

  get_version_number.sh



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.dd89Z6/_old  2016-04-12 19:34:29.0 +0200
+++ /var/tmp/diff_new_pack.dd89Z6/_new  2016-04-12 19:34:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package arpwatch-ethercodes
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   arpwatch-ethercodes
-BuildRequires:  arpwatch-ethercodes-build
-Url:http://standards.ieee.org/regauth/oui/
+Version:2016.03.28
+Release:0
 Summary:Ethercodes Data for arpwatch
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
-Version:2013.2.20
-Release:0
+Url:http://standards.ieee.org/regauth/oui/
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
+BuildRequires:  arpwatch-ethercodes-build
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -34,7 +34,7 @@
 %prep
 
 %build
-pushd /usr/share/arpwatch
+pushd %{_datadir}/arpwatch
 ./massagevendor >${RPM_BUILD_DIR}/ethercodes.dat < %{SOURCE0}
 popd
 if [ ! -s ethercodes.dat ]; then
@@ -44,8 +44,8 @@
 
 %install
 mkdir -p \
-   $RPM_BUILD_ROOT/%{_datadir}/arpwatch
-install -m 0444 ethercodes.dat $RPM_BUILD_ROOT/%{_datadir}/arpwatch
+   %{buildroot}/%{_datadir}/arpwatch
+install -m 0444 ethercodes.dat %{buildroot}/%{_datadir}/arpwatch
 
 %files
 %defattr(-,root,root)

++ oui.txt ++
 241419 lines (skipped)
 between /work/SRC/openSUSE:Factory/arpwatch-ethercodes/oui.txt
 and /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/oui.txt




commit arpwatch-ethercodes for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2013-03-08 10:48:14

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-09-14 12:21:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2013-03-08 10:48:17.0 +0100
@@ -2 +2 @@
-Wed Aug 29 11:24:11 CEST 2012 - r...@suse.de
+Sun Feb 10 11:43:02 CET 2013 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-08-29 
+- automated update on 2013-02-10



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.XLjzo6/_old  2013-03-08 10:48:22.0 +0100
+++ /var/tmp/diff_new_pack.XLjzo6/_new  2013-03-08 10:48:22.0 +0100
@@ -22,7 +22,7 @@
 Summary:Ethercodes Data for arpwatch
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
-Version:2012.7.20
+Version:2013.2.20
 Release:0
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
 42452 lines (skipped)
 between /work/SRC/openSUSE:Factory/arpwatch-ethercodes/oui.txt
 and /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/oui.txt

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-09-14 12:21:37

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-08-04 09:05:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-09-14 12:21:38.0 +0200
@@ -2 +2 @@
-Fri Aug  3 10:36:46 CEST 2012 - r...@suse.de
+Wed Aug 29 11:24:11 CEST 2012 - r...@suse.de
@@ -4 +4 @@
-- automated update on 2012-08-03 
+- automated update on 2012-08-29 



Other differences:
--
++ oui.txt ++
 1554 lines (skipped)
 between /work/SRC/openSUSE:Factory/arpwatch-ethercodes/oui.txt
 and /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/oui.txt

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-08-04 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-08-04 09:05:57

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-07-22 15:06:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-08-04 09:05:59.0 +0200
@@ -2 +2 @@
-Fri Jul 20 07:40:07 CEST 2012 - autobu...@suse.de
+Fri Aug  3 10:36:46 CEST 2012 - r...@suse.de
@@ -4 +4 @@
-- automated update on 2012-07-20
+- automated update on 2012-08-03 



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.K2x9aT/_old  2012-08-04 09:06:06.0 +0200
+++ /var/tmp/diff_new_pack.K2x9aT/_new  2012-08-04 09:06:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package arpwatch-ethercodes
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   arpwatch-ethercodes
 BuildRequires:  arpwatch-ethercodes-build
 Url:http://standards.ieee.org/regauth/oui/
+Summary:Ethercodes Data for arpwatch
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
-Summary:Ethercodes Data for arpwatch
 Version:2012.7.20
-Release:1
+Release:0
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ oui.txt ++
 821 lines (skipped)
 between /work/SRC/openSUSE:Factory/arpwatch-ethercodes/oui.txt
 and /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/oui.txt

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-07-22 15:06:54

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-07-18 17:11:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-07-22 15:06:56.0 +0200
@@ -2 +2 @@
-Tue Jul 17 07:40:06 CEST 2012 - autobu...@suse.de
+Fri Jul 20 07:40:07 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-07-17
+- automated update on 2012-07-20



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.TsrMkB/_old  2012-07-22 15:06:59.0 +0200
+++ /var/tmp/diff_new_pack.TsrMkB/_new  2012-07-22 15:06:59.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.7.17
+Version:2012.7.20
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.TsrMkB/_old  2012-07-22 15:06:59.0 +0200
+++ /var/tmp/diff_new_pack.TsrMkB/_new  2012-07-22 15:06:59.0 +0200
@@ -84022,6 +84022,13 @@
Genova  IT16141
ITALY
 
+1C-94-92   (hex)   RUAG Schweiz AG
+1C9492 (base 16)   RUAG Schweiz AG
+   RUAG Defence 
+   Stauffacherstrasse 65
+   Bern 22 BE 3000
+   SWITZERLAND
+
 1C-95-5D   (hex)   I-LAX ELECTRONICS INC.
 1C955D (base 16)   I-LAX ELECTRONICS INC.
2283 ARGENTIA RD.- UNIT # 10
@@ -85138,6 +85145,13 @@
Tallahassee Florida 32310
UNITED STATES
 
+28-A1-86   (hex)   enblink
+28A186 (base 16)   enblink
+   Room 212 Building 105-1 SNU
+   Gwanak-ro 1, Gwanak-gu
+   SEOUL 151-742
+   KOREA, REPUBLIC OF
+
 28-A5-74   (hex)   Miller Electric Mfg. Co.
 28A574 (base 16)   Miller Electric Mfg. Co.
1635 W. Spencer Street
@@ -86262,6 +86276,12 @@
523930
HONG KONG
 
+34-E0-CF   (hex)   zte corporation
+34E0CF (base 16)   zte corporation
+   12/F.,R&D building,kejinan Road,
+   shenzhen guangdong 518057
+   CHINA
+
 34-E0-D7   (hex)   DONGGUAN QISHENG ELECTRONICS INDUSTRIAL CO., LTD
 34E0D7 (base 16)   DONGGUAN QISHENG ELECTRONICS INDUSTRIAL CO., LTD
XINJI INDUSTRIAL ZONE, MACHONG TOWN
@@ -88161,6 +88181,12 @@
Kanata Ontario K2K 2E6
CANADA
 
+48-F8-B3   (hex)   Cisco-Linksys, LLC
+48F8B3 (base 16)   Cisco-Linksys, LLC
+   121 Theory Drive
+   Irvine California 92612
+   UNITED STATES
+
 48-F8-E1   (hex)   Alcatel Lucent WT
 48F8E1 (base 16)   Alcatel Lucent WT
600 March Drive
@@ -90690,6 +90716,13 @@
Tel-Aviv   ISRAEL 69719
ISRAEL
 
+64-C9-44   (hex)   LARK Technologies, Inc
+64C944 (base 16)   LARK Technologies, Inc
+   2570 W El Camino Real
+   Ste 100
+   Mountain View CA 94040
+   UNITED STATES
+
 64-D0-2D   (hex)   Next Generation Integration (NGI)
 64D02D (base 16)   Next Generation Integration (NGI)
137 rue de Versailles
@@ -90801,6 +90834,12 @@
Meckenheim NRW 53340
GERMANY
 
+64-F5-0E   (hex)   Kinion Technology Company Limited
+64F50E (base 16)   Kinion Technology Company Limited
+   ng Kon107A, 1/F, Enterprise Place,
+

commit arpwatch-ethercodes for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-07-18 17:11:20

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-07-14 09:47:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-07-18 17:11:22.0 +0200
@@ -2 +2 @@
-Fri Jul 13 07:40:04 CEST 2012 - autobu...@suse.de
+Tue Jul 17 07:40:06 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-07-13
+- automated update on 2012-07-17



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.sOMH4K/_old  2012-07-18 17:11:27.0 +0200
+++ /var/tmp/diff_new_pack.sOMH4K/_new  2012-07-18 17:11:27.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.7.13
+Version:2012.7.17
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.sOMH4K/_old  2012-07-18 17:11:27.0 +0200
+++ /var/tmp/diff_new_pack.sOMH4K/_new  2012-07-18 17:11:27.0 +0200
@@ -84658,6 +84658,12 @@
Berlin  10559
GERMANY
 
+24-69-4A   (hex)   Jasmine Systems Inc.
+24694A (base 16)   Jasmine Systems Inc.
+   50 Charles Lindbergh Blvd. Suite 411
+   Uniondale NY 11553
+   UNITED STATES
+
 24-76-7D   (hex)   Cisco SPVTG
 24767D (base 16)   Cisco SPVTG
5030 Sugarloaf Parkway
@@ -89615,6 +89621,13 @@
San Jose CA 95134
UNITED STATES
 
+5C-51-4F   (hex)   Intel Corporate
+5C514F (base 16)   Intel Corporate
+   Lot 8, Jalan Hi-Tech 2/3
+   Kulim Hi-Tech Park
+   Kulim Kedah 09000
+   MALAYSIA
+
 5C-56-ED   (hex)   3pleplay Electronics Private Limited
 5C56ED (base 16)   3pleplay Electronics Private Limited
1106, 11th Floor
@@ -89974,6 +89987,12 @@
Redmond  Washington 98023
UNITED STATES
 
+60-46-16   (hex)   XIAMEN VANN INTELLIGENT CO., LTD
+604616 (base 16)   XIAMEN VANN INTELLIGENT CO., LTD
+   UNIT 101��NO.28 GUANRI RD., SOFTWARE PARK ��
+   XIAMEN FUJIAN 361009
+   CHINA
+
 60-52-D0   (hex)   FACTS Engineering 
 6052D0 (base 16)   FACTS Engineering 
8049 Photonics Drive
@@ -90839,6 +90858,12 @@
Shenzhen Guangdong 518057
CHINA
 
+68-1C-A2   (hex)   Rosewill Inc.
+681CA2 (base 16)   Rosewill Inc.
+   17708 Rowland St.,
+   City of Industry CA 91748
+   UNITED STATES
+
 68-1F-D8   (hex)   Advanced Telemetry
 681FD8 (base 16)   Advanced Telemetry
10670 Treena Street
@@ -91299,6 +91324,13 @@
Gumi Gyeongbuk 730-350
KOREA, REPUBLIC OF
 
+6C-88-14   (hex)   Intel Corporate
+6C8814 (base 16)   Intel Corporate
+   Lot 8, Jalan Hi-Tech 2/3
+   Kulim Hi-Tech Park
+   Kulim Kedah 09000
+   MALAYSIA
+
 6C-8C-DB   (hex)   Otus Technologies Ltd
 6C8CDB (base 16)   Otus Technologies Ltd
26 Braid Road
@@ -93662,6 +93694,12 @@
Incheon  403-032
KOREA, REPUBLIC OF
 
+84-2B-BC   (hex)   Modelleisenbahn GmbH
+842BBC (base 16)   Modelleisenbahn GmbH
+   Plainbachstrasse 4
+   Bergheim  5101
+   AUSTRIA
+
 84-30-E5   (hex)   SkyHawke T

commit arpwatch-ethercodes for openSUSE:Factory

2012-07-14 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-07-14 09:41:43

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-07-12 16:25:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-07-14 09:42:01.0 +0200
@@ -2 +2 @@
-Thu Jul 12 07:40:05 CEST 2012 - autobu...@suse.de
+Fri Jul 13 07:40:04 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-07-12
+- automated update on 2012-07-13



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.6PiYgt/_old  2012-07-14 09:42:15.0 +0200
+++ /var/tmp/diff_new_pack.6PiYgt/_new  2012-07-14 09:42:15.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.7.12
+Version:2012.7.13
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.6PiYgt/_old  2012-07-14 09:42:15.0 +0200
+++ /var/tmp/diff_new_pack.6PiYgt/_new  2012-07-14 09:42:15.0 +0200
@@ -90021,6 +90021,12 @@
San Jose CA 95134
UNITED STATES
 
+60-74-8D   (hex)   Atmaca Elektronik
+60748D (base 16)   Atmaca Elektronik
+   Namik Kemal Mahallesi 177, Sokak No:2
+   Istanbul Esenyurt 34510
+   TURKEY
+
 60-76-88   (hex)   Velodyne
 607688 (base 16)   Velodyne
345 Digital Drive
@@ -92759,6 +92765,12 @@
Shanghai  200336
CHINA
 
+7C-09-2B   (hex)   Bekey A/S
+7C092B (base 16)   Bekey A/S
+   Bredebjergvej 6
+   Taastrup  2630
+   DENMARK
+
 7C-11-BE   (hex)   Apple, Inc.
 7C11BE (base 16)   Apple, Inc.
1 Infinite Loop
@@ -93223,6 +93235,12 @@
Suwon Gyeonggi-Do 443742
KOREA, REPUBLIC OF
 
+80-1D-AA   (hex)   Avaya Inc
+801DAA (base 16)   Avaya Inc
+   211 Mount Airy Road 
+   Basking Ridge NJ 07920
+   UNITED STATES
+
 80-1F-02   (hex)   Edimax Technology Co. Ltd.
 801F02 (base 16)   Edimax Technology Co. Ltd.
No. 3, Wu-Chuan 3rd Road, Wu-Ku Industrial Park,
@@ -100268,6 +100286,18 @@
Hangzhou Zhejiang 310013
CHINA
 
+C8-C7-91   (hex)   Zero1.tv GmbH
+C8C791 (base 16)   Zero1.tv GmbH
+   Heinrich-Roller-Str. 16 B
+   Berlin 10405
+   GERMANY
+
+C8-CB-B8   (hex)   Hewlett Packard
+C8CBB8 (base 16)   Hewlett Packard
+   11445 Compaq Center Drive W
+   Houston Texas 77070
+   UNITED STATES
+
 C8-CD-72   (hex)   SAGEMCOM
 C8CD72 (base 16)   SAGEMCOM
250 route de l'Empereur
@@ -101550,6 +101580,12 @@
Shanghai Shanghai 201203
CHINA
 
+D8-08-F5   (hex)   Arcadia Networks Co. Ltd. 
+D808F5 (base 16)   Arcadia Networks Co. Ltd. 
+   Cheung Sha Wan 5-B FL
+   Kowloon  0633
+   HONG KONG
+
 D8-0D-E3   (hex)   FXI TECHNOLOGIES AS
 D80DE3 (base 16)   FXI TECHNOLOGIES AS
Postboks 609
@@ -103200,6 +103236,12 @@
Fremont CA 94538
UNITED STATES
 
+E8-92-A4   (hex)   LG Electronics
+E892A4 (base 16)   LG Electronics
+   60-39, Kasan-dong, Gumcheon-Gu
+   Seoul 153-801
+   KOREA, REPUBLIC OF
+
 E8-94-4C  

commit arpwatch-ethercodes for openSUSE:Factory

2012-07-12 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-07-12 16:25:48

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-07-09 07:53:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-07-12 16:25:52.0 +0200
@@ -2 +2 @@
-Sat Jul  7 07:40:06 CEST 2012 - autobu...@suse.de
+Thu Jul 12 07:40:05 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-07-07
+- automated update on 2012-07-12



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.rydR8t/_old  2012-07-12 16:25:55.0 +0200
+++ /var/tmp/diff_new_pack.rydR8t/_new  2012-07-12 16:25:55.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.7.7
+Version:2012.7.12
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.rydR8t/_old  2012-07-12 16:25:55.0 +0200
+++ /var/tmp/diff_new_pack.rydR8t/_new  2012-07-12 16:25:55.0 +0200
@@ -68432,6 +68432,12 @@
Shenzhen Guangdong 518102
CHINA
 
+00-5D-03   (hex)   Xilinx, Inc
+005D03 (base 16)   Xilinx, Inc
+   2100 Logic drive
+   San Jose CA 95124
+   UNITED STATES
+
 00-60-00   (hex)   XYCOM INC.
 006000 (base 16)   XYCOM INC.
750 N. MAPLE
@@ -80825,6 +80831,12 @@
Brno  65660
CZECH REPUBLIC
 
+04-9F-06   (hex)   Smobile Co., Ltd.
+049F06 (base 16)   Smobile Co., Ltd.
+   T-1009, Poongrim i-won Plus, 255-1
+   Seohyeon-dong, Bundang-gu Seongnam-si, 
Gyeonggi-do 463-862
+   KOREA, REPUBLIC OF
+
 04-9F-81   (hex)   Simena, LLC
 049F81 (base 16)   Simena, LLC
46030 Manekin Plaza
@@ -82815,6 +82827,12 @@
ShenZhen GuangDong 518129
CHINA
 
+10-48-B1   (hex)   Beijing Duokan Technology Limited
+1048B1 (base 16)   Beijing Duokan Technology Limited
+   Room 1105, Changxin Building, No.39 Anding Road
+   Chaoyang District Beijing 100029
+   CHINA
+
 10-56-CA   (hex)   Peplink International Ltd.
 1056CA (base 16)   Peplink International Ltd.
17/F, Park Building,
@@ -83085,6 +83103,12 @@
Zuerich ZH 8005
SWITZERLAND
 
+14-10-9F   (hex)   Apple Inc
+14109F (base 16)   Apple Inc
+   1 Infinite Loop
+   Cupertino  CA 95014
+   UNITED STATES
+
 14-14-4B   (hex)   FUJIAN STAR-NET COMMUNICATION CO.,LTD
 14144B (base 16)   FUJIAN STAR-NET COMMUNICATION CO.,LTD
19-22# Building,Star-net Science 
Plaza,Juyuanzhou, 
@@ -85096,6 +85120,12 @@
Gumi Gyeongbuk 730-350
KOREA, REPUBLIC OF
 
+28-9A-4B   (hex)   SteelSeries ApS
+289A4B (base 16)   SteelSeries ApS
+   656 West Randolph, Suite 2E
+   Chicago IL 60661
+   UNITED STATES
+
 28-9E-DF   (hex)   Danfoss Turbocor Compressors, Inc
 289EDF (base 16)   Danfoss Turbocor Compressors, Inc
1769 E. Paul Dirac Ave.
@@ -86460,6 +86490,12 @@
Waltham MA 02451
INDIA
 
+38-AA-3C   (hex)   SAMSUNG ELECTRO-MECHANICS
+38AA3C (base 16)   SAMSUNG ELECTRO-MECHANICS
+   314, Maetan3-Dong, Yeongtong-Gu
+   Suwon Gyunggi-Do 443-743
+   KOREA, REPUBLIC OF
+
 38-B1-2D   (hex)

commit arpwatch-ethercodes for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-07-09 07:53:09

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-07-03 13:45:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-07-09 07:53:12.0 +0200
@@ -2 +2 @@
-Tue Jul  3 07:40:04 CEST 2012 - autobu...@suse.de
+Sat Jul  7 07:40:06 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-07-03
+- automated update on 2012-07-07



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.i2rcZE/_old  2012-07-09 07:53:14.0 +0200
+++ /var/tmp/diff_new_pack.i2rcZE/_new  2012-07-09 07:53:14.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.7.3
+Version:2012.7.7
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.i2rcZE/_old  2012-07-09 07:53:14.0 +0200
+++ /var/tmp/diff_new_pack.i2rcZE/_new  2012-07-09 07:53:14.0 +0200
@@ -5,11 +5,12 @@
Seongnam Kyungki-do 463-816
KOREA, REPUBLIC OF
 
-00-24-FD   (hex)   Prosilient Technologies AB
-0024FD (base 16)   Prosilient Technologies AB
-   Årstaängsvägen 25 (3rd floor), (Box 47231)
-   Stockholm  SE-10074
-   SWEDEN
+00-24-FD   (hex)   Accedian Networks Inc
+0024FD (base 16)   Accedian Networks Inc
+   2351 Alfred Nobel Blvd
+   Suite N-40
+   Saint Laurent QC h4s 2A9
+   CANADA
 
 00-24-FE   (hex)   AVM GmbH
 0024FE (base 16)   AVM GmbH
@@ -82078,6 +82079,12 @@
Edegem   2650
BELGIUM
 
+08-7C-BE   (hex)   Quintic Corp.
+087CBE (base 16)   Quintic Corp.
+   301A BuildingB,SP Tower,Tsinghua Science Park
+   Beijing Beijing 100084
+   CHINA
+
 08-7D-21   (hex)   Altasec technology corporation
 087D21 (base 16)   Altasec technology corporation
9F-1, No.75, Sec.1, Xintai 5th Rd.,
@@ -82487,6 +82494,18 @@
Painesville Ohio 44077
UNITED STATES
 
+0C-C4-7E   (hex)   EUCAST Co., Ltd.
+0CC47E (base 16)   EUCAST Co., Ltd.
+   Room 303, 1018-2 Unjung-dong, Bundang-Gu
+   Seongnam-si Kyunggi-do 463-440
+   KOREA, REPUBLIC OF
+
+0C-C6-6A   (hex)   Nokia Corporation
+0CC66A (base 16)   Nokia Corporation
+   Yrttipellontie 6
+   Oulu  90230
+   FINLAND
+
 0C-C6-AC   (hex)   DAGS
 0CC6AC (base 16)   DAGS
Ace High end Tower 7th 1802
@@ -82705,6 +82724,12 @@
NSW Chiswick 2046
AUSTRALIA
 
+10-12-48   (hex)   ITG, Inc.
+101248 (base 16)   ITG, Inc.
+   YASUHARA BLDG 302, 1-42-6, ITABASHI,
+   ITABASHI-KU TOKYO 173-0004
+   JAPAN
+
 10-13-EE   (hex)   Justec International Technology INC.
 1013EE (base 16)   Justec International Technology INC.
7F-2 No 113 Zihyou Road
@@ -84820,6 +84845,12 @@
TAIPEI 23585
TAIWAN, REPUBLIC OF CHINA
 
+24-EE-3A   (hex)   Chengdu Yingji Electronic Hi-tech Co Ltd
+24EE3A (base 16)   Chengdu Yingji Electronic Hi-tech Co Ltd
+   No.3 South Herui Road Hi-tech Zone
+   Chengdu City Sichuan 611731
+   CHINA
+
 24-F0-FF   (hex)   GHT Co., Ltd.
 24F0FF (base 16)   

commit arpwatch-ethercodes for openSUSE:Factory

2012-07-03 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-07-03 13:45:27

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-07-02 10:13:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-07-03 13:45:29.0 +0200
@@ -2 +2 @@
-Sat Jun 30 07:40:04 CEST 2012 - autobu...@suse.de
+Tue Jul  3 07:40:04 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-06-30
+- automated update on 2012-07-03



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.EP7rKX/_old  2012-07-03 13:45:32.0 +0200
+++ /var/tmp/diff_new_pack.EP7rKX/_new  2012-07-03 13:45:32.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.6.30
+Version:2012.7.3
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.EP7rKX/_old  2012-07-03 13:45:32.0 +0200
+++ /var/tmp/diff_new_pack.EP7rKX/_new  2012-07-03 13:45:32.0 +0200
@@ -82835,6 +82835,12 @@
Nagoya Aichi 460-8315
JAPAN
 
+10-6F-EF   (hex)   Ad-Sol Nissin Corp
+106FEF (base 16)   Ad-Sol Nissin Corp
+   Rivage Shinagawa, 4-1-8 Kounan
+   Minato-ku Tokyo 108-0075
+   JAPAN
+
 10-71-F9   (hex)   Cloud Telecomputers, LLC
 1071F9 (base 16)   Cloud Telecomputers, LLC
1032 Elwell Court
@@ -83379,6 +83385,12 @@
Cranberry Township PA 16066
UNITED STATES
 
+18-0C-AC   (hex)   CANON INC.
+180CAC (base 16)   CANON INC.
+   30-2 Shimomaruko 3-chome,
+   Ohta-ku Tokyo 146-8501
+   JAPAN
+
 18-14-20   (hex)   TEB SAS
 181420 (base 16)   TEB SAS
RD294 - Corpeau
@@ -88566,6 +88578,12 @@
Jiangmen Guangdong 529728
CHINA
 
+50-72-4D   (hex)   BEG Brueck Electronic GmbH
+50724D (base 16)   BEG Brueck Electronic GmbH
+   Schlosserstra�e 30
+   Lindlar Nordrhein-Westfalen 51789
+   GERMANY
+
 50-76-A6   (hex)   Ecil Informatica Ind. Com. Ltda
 5076A6 (base 16)   Ecil Informatica Ind. Com. Ltda
Av. Araguacema, 388
@@ -92199,6 +92217,13 @@
Jupiter FL 33458
UNITED STATES
 
+78-3C-E3   (hex)   Kai-EE
+783CE3 (base 16)   Kai-EE
+   3F.-12, No.79, Sec. 1, Xintai 5th Rd.,
+Xizhi Dist.
+New Taipei City  22101
+   TAIWAN, PROVINCE OF CHINA
+
 78-3F-15   (hex)   EasySYNC Ltd.
 783F15 (base 16)   EasySYNC Ltd.
Unit 1, 2 Seaward Place
@@ -95878,6 +95903,12 @@
Kulim Kedah 09000
MALAYSIA
 
+A0-36-F0   (hex)   Comprehensive Power
+A036F0 (base 16)   Comprehensive Power
+   420 Northboro Road Central
+   Marlborough MA 01752
+   UNITED STATES
+
 A0-36-FA   (hex)   Ettus Research LLC
 A036FA (base 16)   Ettus Research LLC
1043 N Shoreline Blvd
@@ -97639,6 +97670,12 @@
Sunnyvale CA 94089 
UNITED STATES
 
+B0-C7-45   (hex)   Buffalo Inc.
+B0C745 (base 16)   Buffalo Inc.
+   AKAMONDORI Bldg., 30-20,Ohsu 3-chome
+   Naka-ku,Nagoya Aichi Pref. 460-8315
+   JAPAN
+
 B0-C8-3F   (hex)   Jiangsu Cynray IOT Co., Ltd.
 B0C83F (base 16)   Jiangsu Cynray IOT Co

commit arpwatch-ethercodes for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-06-30 11:43:15

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-06-29 10:38:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-07-02 10:13:57.0 +0200
@@ -2 +2 @@
-Fri Jun 29 08:40:05 CEST 2012 - autobu...@suse.de
+Sat Jun 30 07:40:04 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-06-29
+- automated update on 2012-06-30



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.L9215B/_old  2012-07-02 10:14:00.0 +0200
+++ /var/tmp/diff_new_pack.L9215B/_new  2012-07-02 10:14:00.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.6.29
+Version:2012.6.30
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.L9215B/_old  2012-07-02 10:14:00.0 +0200
+++ /var/tmp/diff_new_pack.L9215B/_new  2012-07-02 10:14:00.0 +0200
@@ -78731,6 +78731,12 @@
Lisburn Co Antrim BT28 2RE
UNITED KINGDOM
 
+00-DB-1E   (hex)   Albedo Telecom SL
+00DB1E (base 16)   Albedo Telecom SL
+   Joan d'Austria 112
+   Barcelona  08018
+   SPAIN
+
 00-DB-45   (hex)   THAMWAY CO.,LTD.
 00DB45 (base 16)   THAMWAY CO.,LTD.
3-9-2
@@ -98315,6 +98321,12 @@
 New Taipei  231
TAIWAN, REPUBLIC OF CHINA
 
+B8-98-B0   (hex)   Atlona Inc.
+B898B0 (base 16)   Atlona Inc.
+   1293 Mountain View Alviso Rd # A
+   Sunnyvale CA 94089
+   UNITED STATES
+
 B8-9A-ED   (hex)   OceanServer Technology, Inc
 B89AED (base 16)   OceanServer Technology, Inc
151 Martine St

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-06-29 10:14:02

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-06-28 15:17:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-06-29 10:38:15.0 +0200
@@ -2 +2 @@
-Thu Jun 28 07:40:06 CEST 2012 - autobu...@suse.de
+Fri Jun 29 08:40:05 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-06-28
+- automated update on 2012-06-29



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.yJDL1F/_old  2012-06-29 10:38:17.0 +0200
+++ /var/tmp/diff_new_pack.yJDL1F/_new  2012-06-29 10:38:17.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.6.28
+Version:2012.6.29
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.yJDL1F/_old  2012-06-29 10:38:17.0 +0200
+++ /var/tmp/diff_new_pack.yJDL1F/_new  2012-06-29 10:38:17.0 +0200
@@ -20831,10 +20831,10 @@
SEOUL  137-071
KOREA, REPUBLIC OF
 
-00-0C-CA   (hex)   Hitachi Global Storage Technologies
-000CCA (base 16)   Hitachi Global Storage Technologies
-   5600 Cottle Rd.
-   San Jose CA 95193
+00-0C-CA   (hex)   HGST a Western Digital Company
+000CCA (base 16)   HGST a Western Digital Company
+   3403 Yerba Buena Road
+   San Jose CA 95135
UNITED STATES
 
 00-0C-CB   (hex)   Design Combus Ltd
@@ -82040,6 +82040,12 @@
Sunnyvale California 94086
UNITED STATES
 
+08-68-EA   (hex)   EITO ELECTRONICS CO., LTD.
+0868EA (base 16)   EITO ELECTRONICS CO., LTD.
+   1-34-1 Shinmeidai
+   Hamura-shi Tokyo 205-0023
+   JAPAN
+
 08-75-72   (hex)   Obelux Oy
 087572 (base 16)   Obelux Oy
Kutomotie 6 B
@@ -83877,6 +83883,12 @@
Taipei Hsien  236
TAIWAN, PROVINCE OF CHINA
 
+1C-66-AA   (hex)   Samsung Electronics
+1C66AA (base 16)   Samsung Electronics
+   #94-1, Imsoo-Dong
+   Gumi Gyeongbuk 730-350
+   KOREA, REPUBLIC OF
+
 1C-69-A5   (hex)   Research In Motion
 1C69A5 (base 16)   Research In Motion
295 Phillip Street
@@ -85334,6 +85346,12 @@
San Jose CA 95134
UNITED STATES
 
+2C-62-5A   (hex)   Finest Security Systems Co., Ltd
+2C625A (base 16)   Finest Security Systems Co., Ltd
+   12F, No.103, Sec3, Nan King E. RD
+   Taipei  104
+   TAIWAN, PROVINCE OF CHINA
+
 2C-62-89   (hex)   Regenersis (Glenrothes) Ltd
 2C6289 (base 16)   Regenersis (Glenrothes) Ltd
1 James Watt Avenue
@@ -91892,6 +91910,13 @@
Germantown Maryland 21771
UNITED STATES
 
+74-94-3D   (hex)   Hemisphere GPS
+74943D (base 16)   Hemisphere GPS
+   8444 N. 90th St
+   Suite 130
+   Scottsdale  AZ 85258
+   UNITED STATES
+
 74-99-75   (hex)   IBM Corporation
 749975 (base 16)   IBM Corporation
4400 North First Street
@@ -98377,6 +98402,12 @@
San Jose CA 95134
UNITED STATES
 
+B8-C6-8E   (hex)   Samsung Electronics Co.,Ltd
+B8C68E (base 16)   Samsung Electronics Co.,Ltd
+   #94-1, Imsoo-Dong
+ 

commit arpwatch-ethercodes for openSUSE:Factory

2012-06-28 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-06-28 15:17:04

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-06-26 15:13:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-06-28 15:17:06.0 +0200
@@ -2 +2 @@
-Tue Jun 26 07:40:04 CEST 2012 - autobu...@suse.de
+Thu Jun 28 07:40:06 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-06-26
+- automated update on 2012-06-28



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.p9dAFS/_old  2012-06-28 15:17:08.0 +0200
+++ /var/tmp/diff_new_pack.p9dAFS/_new  2012-06-28 15:17:08.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.6.26
+Version:2012.6.28
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.p9dAFS/_old  2012-06-28 15:17:08.0 +0200
+++ /var/tmp/diff_new_pack.p9dAFS/_new  2012-06-28 15:17:08.0 +0200
@@ -81900,6 +81900,12 @@
New Berlin WI 53151
UNITED STATES
 
+08-0C-0B   (hex)   SysMik GmbH Dresden
+080C0B (base 16)   SysMik GmbH Dresden
+   Bertolt-Brecht-Allee 24
+   Dresden  01309
+   GERMANY
+
 08-0C-C9   (hex)   Mission Technology Group, dba Magma
 080CC9 (base 16)   Mission Technology Group, dba Magma
9918 Via Pasar
@@ -82535,6 +82541,12 @@
Holland MI 49424
UNITED STATES
 
+0C-DA-41   (hex)   Hangzhou H3C Technologies Co., Limited
+0CDA41 (base 16)   Hangzhou H3C Technologies Co., Limited
+   310 Liuhe Road, Zhijiang Science Park
+   Hangzhou Zhejiang, P.R.China 310053
+   CHINA
+
 0C-DC-CC   (hex)   Inala Technologies
 0CDCCC (base 16)   Inala Technologies
Inala House,  557 15th Road
@@ -84264,6 +84276,13 @@
Fremont CA 94539
UNITED STATES
 
+20-74-CF   (hex)   Shenzhen Voxtech Co.,Ltd
+2074CF (base 16)   Shenzhen Voxtech Co.,Ltd
+   4/F East, Building 4, Minqi 
Science&Technology Park, Pingshan,
+   Xili, Nanshan, Shenzhen, PR China.
+   Shenzhen Guangdong 518055
+   CHINA
+
 20-76-00   (hex)   Actiontec Electronics, Inc 
 207600 (base 16)   Actiontec Electronics, Inc 
760 North Mary Ave
@@ -86031,6 +86050,13 @@
Kaunas  LT44146
LITHUANIA
 
+34-AF-2C   (hex)   Nintendo Co., Ltd.
+34AF2C (base 16)   Nintendo Co., Ltd.
+   11-1 HOKOTATE-CHO
+   KAMITOBA, MINAMI-KU
+   KYOTO KYOTO 601-8501
+   JAPAN
+
 34-B5-71   (hex)   PLDS
 34B571 (base 16)   PLDS
Schanzenfeldstrasse 2
@@ -12,6 +100028,12 @@
San Jose CA 95134
UNITED STATES
 
+C8-FB-26   (hex)   Cisco SPVTG
+C8FB26 (base 16)   Cisco SPVTG
+   5030 Sugarloaf Parkway
+   Lawrenceville GA 30044
+   UNITED STATES
+
 C8-FE-30   (hex)   Bejing DAYO Mobile Communication Technology Ltd.
 C8FE30 (base 16)   Bejing DAYO Mobile Communication Technology Ltd.
Room 712, ULO Park Building No. 601E
@@ -101756,6 +101788,12 @@
Redmond WA 98052
UNITED STATES
 
+DC-BF-90   (hex)   HUIZHOU QIAOXING TELECOMMUNICATION INDUSTRY 
CO.,LTD.
+DCBF90 (base 16)   HUIZHOU QIAOXING TELECOMMUNICATIO

commit arpwatch-ethercodes for openSUSE:Factory

2012-06-26 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-06-26 15:13:53

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-06-25 11:43:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-06-26 15:13:59.0 +0200
@@ -2 +2 @@
-Thu Jun 21 17:11:00 CEST 2012 - autobu...@suse.de
+Tue Jun 26 07:40:04 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-06-21
+- automated update on 2012-06-26



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.4ej3v4/_old  2012-06-26 15:14:02.0 +0200
+++ /var/tmp/diff_new_pack.4ej3v4/_new  2012-06-26 15:14:02.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.6.21
+Version:2012.6.26
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.4ej3v4/_old  2012-06-26 15:14:02.0 +0200
+++ /var/tmp/diff_new_pack.4ej3v4/_new  2012-06-26 15:14:02.0 +0200
@@ -82994,6 +82994,12 @@
Chatsworth CA 91311
UNITED STATES
 
+10-F3-DB   (hex)   Gridco Systems, Inc.
+10F3DB (base 16)   Gridco Systems, Inc.
+   10-L Commerice Way
+   Woburn MA  01801
+   UNITED STATES
+
 10-F9-6F   (hex)   LG Electronics
 10F96F (base 16)   LG Electronics
60-39 , Kasan-dong, Gumcheon-gu
@@ -83999,6 +84005,12 @@
Houston Texas 77070
UNITED STATES
 
+1C-C3-16   (hex)   MileSight Technology Co., Ltd.
+1CC316 (base 16)   MileSight Technology Co., Ltd.
+   202-2,No.21 Wanghai Road, 2nd Software Park
+   Xiamen Fujian 361006
+   CHINA
+
 1C-C6-3C   (hex)   Arcadyan Technology Corporation
 1CC63C (base 16)   Arcadyan Technology Corporation
4F., No.9 , Park Avenue II
@@ -84043,12 +84055,9 @@
Deisenhofen Bavaria 82041
GERMANY
 
-1C-F4-CA   (hex)   Aviwest
-1CF4CA (base 16)   Aviwest
-   6 rue du Patis Tatelin
-   Rennes -- 35700
-   FRANCE
-
+1C-F4-CA   (hex)   PRIVATE
+1CF4CA (base 16)
+
 1C-F5-E7   (hex)   Turtle Industry Co., Ltd.
 1CF5E7 (base 16)   Turtle Industry Co., Ltd.
1-12-4 Nishineminami
@@ -85007,6 +85016,12 @@
Gumi Gyeongbuk 730-350
KOREA, REPUBLIC OF
 
+28-9E-DF   (hex)   Danfoss Turbocor Compressors, Inc
+289EDF (base 16)   Danfoss Turbocor Compressors, Inc
+   1769 E. Paul Dirac Ave.
+   Tallahassee Florida 32310
+   UNITED STATES
+
 28-A5-74   (hex)   Miller Electric Mfg. Co.
 28A574 (base 16)   Miller Electric Mfg. Co.
1635 W. Spencer Street
@@ -85405,6 +85420,13 @@
Waterloo Ontario N2L 3W8
CANADA
 
+2C-AB-25   (hex)   Shenzhen Gongjin Electronics Co.,Ltd
+2CAB25 (base 16)   Shenzhen Gongjin Electronics Co.,Ltd
+   
B116,B118,A211-A213,B201-B213,A311-A313,B411-413,BF08-09 Nanshan Medical 
Instrument Industry Park
+   ,1019# Nanhai Road,Nanshan District,
+   Shenzhen Guangdong 518067
+   CHINA
+
 2C-B0-5D   (hex)   NETGEAR
 2CB05D (base 16)   NETGEAR
350 EAST PLUMERIA DRIVE
@@ -88513,6 +88535,13 @@
Paterna Valencia 46980
SPAIN
 
+50-7E-5D   (hex)   Arcadyan Technology Corporation
+5

commit arpwatch-ethercodes for openSUSE:Factory

2012-06-25 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-06-25 11:43:39

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-04-17 21:57:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-06-25 11:43:41.0 +0200
@@ -2 +2 @@
-Tue Apr 17 07:40:04 CEST 2012 - autobu...@suse.de
+Thu Jun 21 17:11:00 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-04-17
+- automated update on 2012-06-21



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.BbOhDB/_old  2012-06-25 11:43:43.0 +0200
+++ /var/tmp/diff_new_pack.BbOhDB/_new  2012-06-25 11:43:43.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.4.17
+Version:2012.6.21
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
 3904 lines (skipped)
 between /work/SRC/openSUSE:Factory/arpwatch-ethercodes/oui.txt
 and /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/oui.txt

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-04-17 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-04-17 21:57:12

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-04-12 13:24:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-04-17 21:57:15.0 +0200
@@ -2 +2 @@
-Thu Apr 12 06:40:06 CEST 2012 - autobu...@suse.de
+Tue Apr 17 07:40:04 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-04-12
+- automated update on 2012-04-17



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.0dHsCb/_old  2012-04-17 21:57:26.0 +0200
+++ /var/tmp/diff_new_pack.0dHsCb/_new  2012-04-17 21:57:26.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.4.12
+Version:2012.4.17
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.0dHsCb/_old  2012-04-17 21:57:26.0 +0200
+++ /var/tmp/diff_new_pack.0dHsCb/_new  2012-04-17 21:57:26.0 +0200
@@ -2686,9 +2686,10 @@
Fremont CA 94538
UNITED STATES
 
-00-01-9F   (hex)   Phonex Broadband
-00019F (base 16)   Phonex Broadband
+00-01-9F   (hex)   ReadyNet
+00019F (base 16)   ReadyNet
6952 High Tech Drive
+   Suite B
Midvale UT 84047
UNITED STATES
 
@@ -32274,10 +32275,10 @@
 
 00-13-E2   (hex)   GeoVision Inc.
 0013E2 (base 16)   GeoVision Inc.
-   12F.,No.316,Sec.1,
+   9F.,No.246,Sec.1,
Neihu Rd,Neihu District
Taipei  114
-   TAIWAN, REPUBLIC OF CHINA
+   TAIWAN, PROVINCE OF CHINA
 
 00-13-E3   (hex)   CoVi Technologies, Inc.
 0013E3 (base 16)   CoVi Technologies, Inc.
@@ -41181,10 +41182,10 @@
Shinagawa-ku Tokyo 141-0031
JAPAN
 
-00-19-61   (hex)   Blaupunkt GmbH
-001961 (base 16)   Blaupunkt GmbH
-   Robert-Bosch-Strasse 200
-   Hildesheim Hessen 31139
+00-19-61   (hex)   Blaupunkt  Embedded Systems GmbH
+001961 (base 16)   Blaupunkt  Embedded Systems GmbH
+   Bahnhofsstrasse 16
+   Schlitz  36110
GERMANY
 
 00-19-62   (hex)   Commerciant, LP
@@ -71081,11 +71082,10 @@
CHIBA-KEN 272, JAPAN
JAPAN
 
-00-80-99   (hex)   KLOCKNER MOELLER IPC
-008099 (base 16)   KLOCKNER MOELLER IPC
-   FRITZ-KOTZ-STR. 8
-   P.O. BOX 13 80 D-5276 WIEHL 1-BOMIG
-   WEST GERMANY
+00-80-99   (hex)   Eaton Industries GmbH
+008099 (base 16)   Eaton Industries GmbH
+   Hein-Moeller - Strabe 7-11
+   53115 Bonn
GERMANY
 
 00-80-9A   (hex)   NOVUS NETWORKS LTD
@@ -75346,6 +75346,13 @@
Oulu  90570
FINLAND
 
+00-BF-15   (hex)   Genetec Inc.
+00BF15 (base 16)   Genetec Inc.
+   2280 boul. Alfred-Nobel
+   Suite 400
+   St,. Laurent Quebec H4S 2A4
+   CANADA
+
 00-C0-00   (hex)   LANOPTICS, LTD.
 00C000 (base 16)   LANOPTICS, LTD.
P.O. BOX 184
@@ -84603,6 +84610,12 @@
Cupertino ca 95014
UNITED STATES
 
+28-6A-BA   (hex)   Apple, Inc.
+286ABA (base 16)   Apple, Inc.
+   1 Infinite Loop
+   Cupertino  CA 95014
+ 

commit arpwatch-ethercodes for openSUSE:Factory

2012-04-12 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-04-12 13:24:44

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-04-03 17:39:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-04-12 13:24:46.0 +0200
@@ -2 +2 @@
-Tue Apr  3 06:40:07 CEST 2012 - autobu...@suse.de
+Thu Apr 12 06:40:06 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-04-03
+- automated update on 2012-04-12



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.GWEARE/_old  2012-04-12 13:24:48.0 +0200
+++ /var/tmp/diff_new_pack.GWEARE/_new  2012-04-12 13:24:48.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.4.3
+Version:2012.4.12
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.GWEARE/_old  2012-04-12 13:24:48.0 +0200
+++ /var/tmp/diff_new_pack.GWEARE/_new  2012-04-12 13:24:48.0 +0200
@@ -82206,6 +82206,12 @@
REUX  14130
FRANCE
 
+0C-57-EB   (hex)   Mueller Systems
+0C57EB (base 16)   Mueller Systems
+   48 Leona Drive, Suite C
+   Middleboro MA 02346
+   UNITED STATES
+
 0C-5A-19   (hex)   Axtion Sdn Bhd
 0C5A19 (base 16)   Axtion Sdn Bhd
A13-07, Subang Avenue Serviced Suites
@@ -83447,6 +83453,12 @@
Malmo Skane 21237
SWEDEN
 
+18-E2-C2   (hex)   Samsung Electronics
+18E2C2 (base 16)   Samsung Electronics
+   #94-1, Imsoo-Dong
+   Gumi Gyeongbuk 730-350
+   KOREA, REPUBLIC OF
+
 18-E7-F4   (hex)   Apple, Inc.
 18E7F4 (base 16)   Apple, Inc.
1 Infinite Loop
@@ -83479,6 +83491,13 @@
00
HONG KONG
 
+18-F8-7A   (hex)   i3 International Inc.
+18F87A (base 16)   i3 International Inc.
+   780 Birchmount Road
+   Unit 16
+   Scarborough Ontario M1K5H4
+   CANADA
+
 18-FC-9F   (hex)   Changhe Electronics Co., Ltd.
 18FC9F (base 16)   Changhe Electronics Co., Ltd.
6th Floor, Building B, Dajiahao Square, Yu��an 
1st Road, Bao��an, 
@@ -84093,6 +84112,13 @@
Shenzhen GuangDong 518057
CHINA
 
+20-F8-5E   (hex)   Quality Engineering Dept.
+20F85E (base 16)   Quality Engineering Dept.
+   252 Shangying Road
+   Guishan Industrial Zone
+   Taoyuan County Taiwan 33341
+   TAIWAN, REPUBLIC OF CHINA
+
 20-FA-BB   (hex)   Cambridge Executive Limited
 20FABB (base 16)   Cambridge Executive Limited
St John's Innovation Centre
@@ -84153,6 +84179,12 @@
Oslo  NO-0410
NORWAY
 
+24-1B-13   (hex)   Shanghai Nutshell Electronic Co., Ltd.
+241B13 (base 16)   Shanghai Nutshell Electronic Co., Ltd.
+   365 Guoshoujing RD.,Zhangjiang Hi-Tech Park, 
Pudong District
+   shanghai shanghai 201203
+   CHINA
+
 24-1F-2C   (hex)   Calsys, Inc.
 241F2C (base 16)   Calsys, Inc.
2700 Augustine drive, Ste145
@@ -85068,6 +85100,13 @@
Oulu Ou 90590
FINLAND
 
+2C-D4-44   (hex)   Fujitsu Limited
+2CD444 (base 16)   Fujitsu Limited
+   Musashi-kosugi Tower Place Bldg.,
+   403, Kosugi-cho 1-chome, Nak

commit arpwatch-ethercodes for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-04-03 17:39:24

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-04-02 10:28:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-04-03 17:39:27.0 +0200
@@ -2 +2 @@
-Sat Mar 31 07:40:06 CEST 2012 - autobu...@suse.de
+Tue Apr  3 06:40:07 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-03-31
+- automated update on 2012-04-03



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.gSyC6O/_old  2012-04-03 17:39:29.0 +0200
+++ /var/tmp/diff_new_pack.gSyC6O/_new  2012-04-03 17:39:29.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.3.31
+Version:2012.4.3
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.gSyC6O/_old  2012-04-03 17:39:29.0 +0200
+++ /var/tmp/diff_new_pack.gSyC6O/_new  2012-04-03 17:39:29.0 +0200
@@ -28328,11 +28328,10 @@
Taipei City  111
TAIWAN, REPUBLIC OF CHINA
 
-00-11-73   (hex)   SMART Modular Technologies
-001173 (base 16)   SMART Modular Technologies
-   4415 E Cotton Center Blvd
-   Suite 100
-   Phoenix AZ 85040
+00-11-73   (hex)   SMART Storage Systems
+001173 (base 16)   SMART Storage Systems
+   39870 Eureka Drive
+   Newark CA 94560
UNITED STATES
 
 00-11-74   (hex)   Wibhu Technologies, Inc.
@@ -38636,10 +38635,10 @@
Beijing  100016
CHINA
 
-00-17-CE   (hex)   MB International Telecom Labs srl
-0017CE (base 16)   MB International Telecom Labs srl
-   Via Milano 255
-   Baranzate di Bollate Milano 20021
+00-17-CE   (hex)   Screen Service Spa
+0017CE (base 16)   Screen Service Spa
+   Via G.Di Vittorio 17
+   Brescia 25125
ITALY
 
 00-17-CF   (hex)   iMCA-GmbH
@@ -71765,6 +71764,12 @@
Buchion Gyeonggi-do  420-864
KOREA, REPUBLIC OF
 
+00-8E-F2   (hex)   NETGEAR INC.,
+008EF2 (base 16)   NETGEAR INC.,
+   350 EAST PLUMERIA DRIVE
+   SAN JOSE CALIFORNIA 95134
+   UNITED STATES
+
 00-90-00   (hex)   DIAMOND MULTIMEDIA
 009000 (base 16)   DIAMOND MULTIMEDIA
312 SE STONEMILL DRIVE
@@ -81839,6 +81844,12 @@
MARINA DEL REY CA 90292-6695
UNITED STATES
 
+08-08-EA   (hex)   AMSC
+0808EA (base 16)   AMSC
+   15775 W Schaefer Court
+   New Berlin WI 53151
+   UNITED STATES
+
 08-0C-C9   (hex)   Mission Technology Group, dba Magma
 080CC9 (base 16)   Mission Technology Group, dba Magma
9918 Via Pasar
@@ -84070,6 +84081,12 @@
Nanjing Jiangsu 210007
CHINA
 
+20-F0-02   (hex)   MTData Developments Pty. Ltd.
+20F002 (base 16)   MTData Developments Pty. Ltd.
+   20 Miles Street
+   Mulgrave Victoria 3170
+   AUSTRALIA
+
 20-F3-A3   (hex)   Huawei Technologies Co., Ltd
 20F3A3 (base 16)   Huawei Technologies Co., Ltd
Building 17,Nangang Industrial Park, Tangtou 
3nd Industrial Estate,Shiyan Baoan District,
@@ -85426,6 +85443,12 @@
St. Louis MO 63136
UNITED STATES
 
+34-76-C5   (hex)   I-O D

commit arpwatch-ethercodes for openSUSE:Factory

2012-04-02 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-04-02 10:28:49

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-03-30 14:18:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-04-02 10:28:53.0 +0200
@@ -2 +2 @@
-Fri Mar 30 10:40:13 CEST 2012 - autobu...@suse.de
+Sat Mar 31 07:40:06 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-03-30
+- automated update on 2012-03-31



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.jWk2wJ/_old  2012-04-02 10:28:55.0 +0200
+++ /var/tmp/diff_new_pack.jWk2wJ/_new  2012-04-02 10:28:55.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.3.30
+Version:2012.3.31
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.jWk2wJ/_old  2012-04-02 10:28:55.0 +0200
+++ /var/tmp/diff_new_pack.jWk2wJ/_new  2012-04-02 10:28:55.0 +0200
@@ -86389,6 +86389,13 @@
Cupertino CA 95014
UNITED STATES
 
+40-33-6C   (hex)   Godrej & Boyce Mfg. co. ltd
+40336C (base 16)   Godrej & Boyce Mfg. co. ltd
+   PSS TECH CELL, 2ND FLOOR, PLANT 17, SECURITY 
SOLUTIONS DIVISION
+   GODREJ & BOYCE MFG. CO. LTD, VIKHROLI (EAST)
+   MUMBAI MAHARASHTRA 400079
+   INDIA
+
 40-37-AD   (hex)   Macro Image Technology, Inc.
 4037AD (base 16)   Macro Image Technology, Inc.
East Bldg., 6th Floor, IT Venture Tower,
@@ -92900,6 +92907,12 @@
Kadoma City Osaka 571-8504
JAPAN
 
+8C-C7-AA   (hex)   Radinet Communications Inc.
+8CC7AA (base 16)   Radinet Communications Inc.
+   7F-2, No.229, Fuxing 2nd Rd, Zhubei, 30271
+   Hsinchu Taiwan 30271
+   TAIWAN, PROVINCE OF CHINA
+
 8C-C8-CD   (hex)   Samsung Electronics Co., LTD
 8CC8CD (base 16)   Samsung Electronics Co., LTD
416, Maetan 3-dong, Yeongtong-gu

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-03-30 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-03-30 14:18:30

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-03-29 11:34:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-03-30 14:18:57.0 +0200
@@ -2 +2 @@
-Thu Mar 29 07:40:09 CEST 2012 - autobu...@suse.de
+Fri Mar 30 10:40:13 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-03-29
+- automated update on 2012-03-30



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.EM0R0B/_old  2012-03-30 14:19:01.0 +0200
+++ /var/tmp/diff_new_pack.EM0R0B/_new  2012-03-30 14:19:01.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.3.29
+Version:2012.3.30
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.EM0R0B/_old  2012-03-30 14:19:01.0 +0200
+++ /var/tmp/diff_new_pack.EM0R0B/_new  2012-03-30 14:19:01.0 +0200
@@ -50894,10 +50894,11 @@
Nonthaburi  0
THAILAND
 
-00-1F-58   (hex)   EMH Energiemesstechnik GmbH
-001F58 (base 16)   EMH Energiemesstechnik GmbH
-   Vor dem Hassel 2
-   Brackel Niedersachsen 21438
+00-1F-58   (hex)   EMH Energiemesstechnik GmbH & co.KG
+001F58 (base 16)   EMH Energiemesstechnik GmbH & co.KG
+   Neu-Galliner Weg 1
+   Gallin Mecklenburg - Vorpommern
+   19 258
GERMANY
 
 00-1F-59   (hex)   Kronback Tracers
@@ -83787,6 +83788,13 @@
Ramat- Hasharon  47226
ISRAEL
 
+20-01-4F   (hex)   Linea Research Ltd
+20014F (base 16)   Linea Research Ltd
+   1 Marquis Business Centre
+   Royston Road
+   Baldock Hertfordshire SG7 6XL
+   UNITED KINGDOM
+
 20-05-05   (hex)   RADMAX COMMUNICATION PRIVATE LIMITED
 200505 (base 16)   RADMAX COMMUNICATION PRIVATE LIMITED
F-24/34, IIND FLOOR, SECTOR-7
@@ -88468,6 +88476,13 @@
KYOTO  601-8501
JAPAN
 
+58-BF-EA   (hex)   Cisco Systems
+58BFEA (base 16)   Cisco Systems
+   80 West Tasman Dr.
+   SJCM1-1
+   San Jose CA 95134
+   UNITED STATES
+
 58-D0-8F   (hex)   IEEE 1904.1 Working Group
 58D08F (base 16)   IEEE 1904.1 Working Group
1351 Redwood Way, 
@@ -88806,6 +88821,12 @@
Zapopan Jalisco 44130
MEXICO
 
+5C-E2-F4   (hex)   AcSiP Technology Corp.
+5CE2F4 (base 16)   AcSiP Technology Corp.
+   3F., No.22, Dalin Rd.
+   Taoyuan Taoyuan County 33067
+   TAIWAN, PROVINCE OF CHINA
+
 5C-EB-4E   (hex)   R. STAHL HMI Systems GmbH
 5CEB4E (base 16)   R. STAHL HMI Systems GmbH
Im Gewerbegebiet Pesch 14
@@ -92063,6 +92084,12 @@
Littleton MA 01460
UNITED STATES
 
+80-D1-8B   (hex)   Hangzhou I'converge Technology Co.,Ltd
+80D18B (base 16)   Hangzhou I'converge Technology Co.,Ltd
+   No.618 Xixi Road,
+   Hangzhou Zhejiang 310012
+   CHINA
+
 80-DB-31   (hex)   Power Quotient International Co., Ltd.
 80DB31 (base 16)   Power Quotient International Co., Ltd.
8F., No. 49, Sec. 4, Jhongyang Rd., Tu Cheng 
Dist.,
@@ -94896,6 +94923,13 @@
Shenzhen Guangdong 51807

commit arpwatch-ethercodes for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-03-29 11:34:30

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-03-28 00:00:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-03-29 11:34:33.0 +0200
@@ -2 +2 @@
-Tue Mar 27 07:40:06 CEST 2012 - autobu...@suse.de
+Thu Mar 29 07:40:09 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-03-27
+- automated update on 2012-03-29



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.6bhfFN/_old  2012-03-29 11:34:34.0 +0200
+++ /var/tmp/diff_new_pack.6bhfFN/_new  2012-03-29 11:34:34.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.3.27
+Version:2012.3.29
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.6bhfFN/_old  2012-03-29 11:34:35.0 +0200
+++ /var/tmp/diff_new_pack.6bhfFN/_new  2012-03-29 11:34:35.0 +0200
@@ -82951,6 +82951,13 @@
SHANGHAI  200233
CHINA
 
+14-6A-0B   (hex)   Cypress Electronics Limited
+146A0B (base 16)   Cypress Electronics Limited
+   11/F., Block G, East Sun Industrial Centre, 16 
Shing Yip Street,
+   Kwun Tong, Kowloon
+   Hong Kong nil nil
+   HONG KONG
+
 14-6E-0A   (hex)   PRIVATE
 146E0A (base 16)
 
@@ -83762,6 +83769,12 @@
Deisenhofen Bavaria 82041
GERMANY
 
+1C-F4-CA   (hex)   Aviwest
+1CF4CA (base 16)   Aviwest
+   6 rue du Patis Tatelin
+   Rennes -- 35700
+   FRANCE
+
 1C-F5-E7   (hex)   Turtle Industry Co., Ltd.
 1CF5E7 (base 16)   Turtle Industry Co., Ltd.
1-12-4 Nishineminami
@@ -83911,6 +83924,12 @@
Shenzhen Guangdong 518057
CHINA
 
+20-64-32   (hex)   SAMSUNG ELECTRO MECHANICS CO.,LTD.
+206432 (base 16)   SAMSUNG ELECTRO MECHANICS CO.,LTD.
+   314, Maetan3-Dong, Yeongtong-Gu
+   Suwon Gyunggi-Do 443-743
+   KOREA, REPUBLIC OF
+
 20-6A-8A   (hex)   Wistron InfoComm Manufacturing(Kunshan)Co.,Ltd.
 206A8A (base 16)   Wistron InfoComm Manufacturing(Kunshan)Co.,Ltd.
168# First Avenue,Kunshan Export Processing Zone
@@ -84076,6 +84095,13 @@
Mougins   06254 
FRANCE
 
+24-09-17   (hex)   Devlin Electronics Limited
+240917 (base 16)   Devlin Electronics Limited
+   Unit D1
+   Grafton Way
+   Basingstoke Hampshire RG226HZ
+   UNITED KINGDOM
+
 24-0B-2A   (hex)   Viettel Group
 240B2A (base 16)   Viettel Group
Center for Research and Development
@@ -85845,6 +85871,12 @@
Gumi Gyeongbuk 730-350
KOREA, REPUBLIC OF
 
+38-EE-9D   (hex)   Anedo Ltd.
+38EE9D (base 16)   Anedo Ltd.
+   Huelsmeyerstr. 35
+   Eydelstedt  49406
+   GERMANY
+
 38-F8-B7   (hex)   V2COM PARTICIPACOES S.A.
 38F8B7 (base 16)   V2COM PARTICIPACOES S.A.
Rua Cunha Gago, 700
@@ -86487,6 +86519,12 @@
Ornskoldsvik  89160
SWEDEN
 
+40-88-E0   (hex)   Beijing Ereneben Information Technology Limited 
Shenzhen Branch
+4088E0 (base 16)   Beijing Ereneben Information Technology Limited 
Shenzhen Branch
+   Room 14A, Buil

commit arpwatch-ethercodes for openSUSE:Factory

2012-03-27 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-03-28 00:00:29

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-03-26 11:00:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-03-28 00:00:32.0 +0200
@@ -2 +2 @@
-Sat Mar 24 07:40:09 CET 2012 - autobu...@suse.de
+Tue Mar 27 07:40:06 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-03-24
+- automated update on 2012-03-27



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.FnOMmx/_old  2012-03-28 00:00:50.0 +0200
+++ /var/tmp/diff_new_pack.FnOMmx/_new  2012-03-28 00:00:50.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.3.24
+Version:2012.3.27
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.FnOMmx/_old  2012-03-28 00:00:50.0 +0200
+++ /var/tmp/diff_new_pack.FnOMmx/_new  2012-03-28 00:00:50.0 +0200
@@ -87808,8 +87808,8 @@
Shenzhen Guangdong 518103
CHINA
 
-50-8C-77   (hex)   DIRMEIER Systems
-508C77 (base 16)   DIRMEIER Systems
+50-8C-77   (hex)   DIRMEIER Systems GmbH
+508C77 (base 16)   DIRMEIER Systems GmbH
Siemensstra�e 2
Nabburg Bayern 92507
GERMANY
@@ -91147,6 +91147,12 @@
Huntington Beach California 92649
UNITED STATES
 
+78-BE-BD   (hex)   STULZ GmbH
+78BEBD (base 16)   STULZ GmbH
+   Holsteiner Chausse 283
+   Hamburg 22457
+   GERMANY
+
 78-C4-0E   (hex)   H&D Wireless 
 78C40E (base 16)   H&D Wireless 
Sjövägen 17
@@ -91506,6 +91512,12 @@
Augsburg Bayern 86136
GERMANY
 
+7C-B2-1B   (hex)   Cisco SPVTG
+7CB21B (base 16)   Cisco SPVTG
+   5030 Sugarloaf Parkway
+   Lawrenceville Georgia 30044
+   UNITED STATES
+
 7C-B5-42   (hex)   ACES Technology
 7CB542 (base 16)   ACES Technology
#928, Hyundai Venture Ville
@@ -96232,6 +96244,9 @@
San Jose CA 95128
UNITED STATES
 
+B4-E1-EB   (hex)   PRIVATE
+B4E1EB (base 16)
+
 B4-ED-19   (hex)   Pie Digital, Inc.
 B4ED19 (base 16)   Pie Digital, Inc.
575 Market st., 8th floor

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-03-26 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-03-26 11:00:38

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-03-23 12:04:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-03-26 11:00:40.0 +0200
@@ -2 +2 @@
-Fri Mar 23 06:40:07 CET 2012 - autobu...@suse.de
+Sat Mar 24 07:40:09 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-03-23
+- automated update on 2012-03-24



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.kLc5Y9/_old  2012-03-26 11:00:46.0 +0200
+++ /var/tmp/diff_new_pack.kLc5Y9/_new  2012-03-26 11:00:46.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.3.23
+Version:2012.3.24
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.kLc5Y9/_old  2012-03-26 11:00:46.0 +0200
+++ /var/tmp/diff_new_pack.kLc5Y9/_new  2012-03-26 11:00:46.0 +0200
@@ -82068,6 +82068,13 @@
Puteaux  92800
FRANCE
 
+08-D4-0C   (hex)   Intel Corporate
+08D40C (base 16)   Intel Corporate
+   Lot 8, Jalan Hi-Tech 2/3
+   Kulim Hi-Tech Park
+   Kulim Kedah 09000
+   MALAYSIA
+
 08-D5-C0   (hex)   Seers Technology Co., Ltd
 08D5C0 (base 16)   Seers Technology Co., Ltd
1210 Techcenter, SKnTechnopark, 190-1
@@ -84269,6 +84276,12 @@
Palo Alto CA 94301
UNITED STATES
 
+24-BE-05   (hex)   Hewlett Packard
+24BE05 (base 16)   Hewlett Packard
+   11445 Compaq Center Drive W
+   Houston Texas 77070
+   UNITED STATES
+
 24-BF-74   (hex)   PRIVATE
 24BF74 (base 16)
 
@@ -91140,6 +91153,12 @@
Solna  169 55 
SWEDEN
 
+78-C5-E5   (hex)   Texas Instruments
+78C5E5 (base 16)   Texas Instruments
+   12500 TI Boulevard
+   Dallas TX 75243
+   UNITED STATES
+
 78-C6-BB   (hex)   Innovasic, Inc.
 78C6BB (base 16)   Innovasic, Inc.
3737 Princeton Dr. NE, Suite 130
@@ -92049,6 +92068,13 @@
paju-si Gyeonggi-do 413-832
KOREA, REPUBLIC OF
 
+84-3A-4B   (hex)   Intel Corporate
+843A4B (base 16)   Intel Corporate
+   Lot 8, Jalan Hi-Tech 2/3
+   Kulim Hi-Tech Park
+   Kulim Kedah 09000
+   MALAYSIA
+
 84-3F-4E   (hex)   Tri-Tech Manufacturing, Inc.
 843F4E (base 16)   Tri-Tech Manufacturing, Inc.
333 Turbine Drive
@@ -92100,6 +92126,12 @@
shenzhen guangdong 518057
UNITED STATES
 
+84-7E-40   (hex)   Texas Instruments
+847E40 (base 16)   Texas Instruments
+   12500 TI Boulevard
+   Dallas TX 75243
+   UNITED STATES
+
 84-8D-84   (hex)   Rajant Corporation
 848D84 (base 16)   Rajant Corporation
400 East King Street
@@ -93271,6 +93303,13 @@
Oulu  90590
FINLAND
 
+94-21-97   (hex)   Stalmart Technology Limited
+942197 (base 16)   Stalmart Technology Limited
+   Rm1106-1107E, Building F, Xihaimingzhu, No.1, 
Taoyuan Road
+   Nanshan
+   Shenzhen Gunagdong 518052
+   CHINA
+
 94-23-6E   (hex)   Shenzhen Jun

commit arpwatch-ethercodes for openSUSE:Factory

2012-03-23 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-03-23 12:04:31

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-03-20 11:25:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-03-23 12:04:33.0 +0100
@@ -2 +2 @@
-Sat Mar 17 05:40:07 CET 2012 - autobu...@suse.de
+Fri Mar 23 06:40:07 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-03-17
+- automated update on 2012-03-23



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.Cq7I4a/_old  2012-03-23 12:04:35.0 +0100
+++ /var/tmp/diff_new_pack.Cq7I4a/_new  2012-03-23 12:04:35.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.3.17
+Version:2012.3.23
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.Cq7I4a/_old  2012-03-23 12:04:35.0 +0100
+++ /var/tmp/diff_new_pack.Cq7I4a/_new  2012-03-23 12:04:35.0 +0100
@@ -80750,6 +80750,13 @@
Basking Ridge NJ 07920-2311
UNITED STATES
 
+04-8B-42   (hex)   Skspruce Technology Limited
+048B42 (base 16)   Skspruce Technology Limited
+   Haidian, Anningzhuang west road #9
+   building 29, Jingtaifudi plaza
+   Beijing  100085
+   CHINA
+
 04-94-A1   (hex)   CATCH THE WIND INC
 0494A1 (base 16)   CATCH THE WIND INC
10781 JAMES PAYNE COURT
@@ -83215,6 +83222,12 @@
Kulim Kedah 09000
MALAYSIA
 
+18-3F-47   (hex)   Samsung Electronics Co.,Ltd
+183F47 (base 16)   Samsung Electronics Co.,Ltd
+   #94-1, Imsoo-Dong
+   Gumi Gyeongbuk 730-350
+   KOREA, REPUBLIC OF
+
 18-42-2F   (hex)   Alcatel Lucent
 18422F (base 16)   Alcatel Lucent
Via Trento, 30
@@ -84069,6 +84082,13 @@
Schalksmuehle North Rhine-Westphalia 58579
GERMANY
 
+24-11-25   (hex)   Hutek Co., Ltd.
+241125 (base 16)   Hutek Co., Ltd.
+   E-402 Bundang Technopark 
+   151 Yatap-dong, Bundang-gu
+   Seongnam-city Gyeonggi-do 463-760
+   KOREA, REPUBLIC OF
+
 24-1A-8C   (hex)   Squarehead Technology AS
 241A8C (base 16)   Squarehead Technology AS
PO Box 13 Nydalen
@@ -84544,6 +84564,12 @@
San Jose CA 95134
UNITED STATES
 
+28-98-7B   (hex)   Samsung Electronics Co.,Ltd
+28987B (base 16)   Samsung Electronics Co.,Ltd
+   #94-1, Imsoo-Dong
+   Gumi Gyeongbuk 730-350
+   KOREA, REPUBLIC OF
+
 28-A5-74   (hex)   Miller Electric Mfg. Co.
 28A574 (base 16)   Miller Electric Mfg. Co.
1635 W. Spencer Street
@@ -86039,6 +86065,13 @@
Hangzhou Zhejiang 310023
CHINA
 
+3C-91-74   (hex)   ALONG COMMUNICATION TECHNOLOGY
+3C9174 (base 16)   ALONG COMMUNICATION TECHNOLOGY
+   6A,B1 Buiding, Digital Tech Zone, 
+   High-Tech Park(South), Nanshan District, 
+   Shenzhen Guandong 518057
+   CHINA
+
 3C-97-0E   (hex)   Wistron InfoComm(Kunshan)Co.,Ltd.
 3C970E (base 16)   Wistron InfoComm(Kunshan)Co.,Ltd.
168# First Avence, 
@@ -87723,6 +87756,12 @@
Jiangmen Guangdong 529728
CHINA
 
+50-76-A6   (hex)   Ecil Informatica Ind. Com. Ltda
+5076A6 (base 1

commit arpwatch-ethercodes for openSUSE:Factory

2012-03-20 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-03-20 11:25:26

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-03-16 13:09:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-03-20 11:25:34.0 +0100
@@ -2 +2 @@
-Thu Mar 15 06:40:19 CET 2012 - autobu...@suse.de
+Sat Mar 17 05:40:07 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-03-15
+- automated update on 2012-03-17



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.gUnmkM/_old  2012-03-20 11:25:36.0 +0100
+++ /var/tmp/diff_new_pack.gUnmkM/_new  2012-03-20 11:25:36.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.3.15
+Version:2012.3.17
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.gUnmkM/_old  2012-03-20 11:25:36.0 +0100
+++ /var/tmp/diff_new_pack.gUnmkM/_new  2012-03-20 11:25:36.0 +0100
@@ -80756,6 +80756,12 @@
MANASSAS VA 20110
UNITED STATES
 
+04-98-F3   (hex)   ALPS Electric Co,. Ltd.
+0498F3 (base 16)   ALPS Electric Co,. Ltd.
+   6-1 NISHIDA
+   KAKUDA MIYAGI PREF 9876-8501
+   JAPAN
+
 04-9F-81   (hex)   Simena, LLC
 049F81 (base 16)   Simena, LLC
46030 Manekin Plaza
@@ -83916,6 +83922,13 @@
Hsinchu  300
TAIWAN, REPUBLIC OF CHINA
 
+20-9B-A5   (hex)   JIAXING GLEAD Electronics Co.,Ltd
+209BA5 (base 16)   JIAXING GLEAD Electronics Co.,Ltd
+   No.66 Zhengyuan Road in Tanghu Industrial 
Garden 
+   Jiaxing Economic Development Zone
+   Jiaxing Zhejiang 314003
+   CHINA
+
 20-A2-E7   (hex)   Lee-Dickens Ltd
 20A2E7 (base 16)   Lee-Dickens Ltd
Rushton Rd
@@ -86404,6 +86417,12 @@
Cupertino CA 95014
UNITED STATES
 
+40-70-4A   (hex)   Power Idea Technology Limited
+40704A (base 16)   Power Idea Technology Limited
+   1401A, Mintai Building, WenXin 5 Road, 
ShenZhen, PRC
+   Guang Dong Shen Zhen 518054
+   CHINA
+
 40-7B-1B   (hex)   Mettle Networks Inc.
 407B1B (base 16)   Mettle Networks Inc.
111 N. Market St STE 300
@@ -87737,6 +87756,12 @@
Shenzhen Guangdong 518103
CHINA
 
+50-8C-77   (hex)   DIRMEIER Systems
+508C77 (base 16)   DIRMEIER Systems
+   Siemensstra�e 2
+   Nabburg Bayern 92507
+   GERMANY
+
 50-93-4F   (hex)   Gradual Tecnologia Ltda.
 50934F (base 16)   Gradual Tecnologia Ltda.
Rod. Alkindar M. Junqueira, Km 34,2
@@ -88851,6 +88876,12 @@
Essen NRW 45149
GERMANY
 
+60-84-3B   (hex)   Soladigm, Inc.
+60843B (base 16)   Soladigm, Inc.
+   195. S Milpitas Blvd
+   Milpitas CA 95035
+   UNITED STATES
+
 60-86-45   (hex)   Avery Weigh-Tronix, LLC
 608645 (base 16)   Avery Weigh-Tronix, LLC
1000 Armstrong Drive
@@ -88924,6 +88955,12 @@
Encino CA 91436
UNITED STATES
 
+60-B9-82   (hex)   RO.VE.R. Laboratories S.p.A.
+60B982 (base 16)   RO.VE.R. Laboratories S.p.A.
+   Via Parini, 2
+   Sirmione Brescia 25019
+   ITALY
+
 60-C5-47   (hex)   

commit arpwatch-ethercodes for openSUSE:Factory

2012-03-16 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-03-16 13:09:12

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-03-13 09:32:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-03-16 13:09:14.0 +0100
@@ -2 +2 @@
-Tue Mar 13 06:40:08 CET 2012 - autobu...@suse.de
+Thu Mar 15 06:40:19 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-03-13
+- automated update on 2012-03-15



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.e61h58/_old  2012-03-16 13:09:16.0 +0100
+++ /var/tmp/diff_new_pack.e61h58/_new  2012-03-16 13:09:16.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.3.13
+Version:2012.3.15
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.e61h58/_old  2012-03-16 13:09:16.0 +0100
+++ /var/tmp/diff_new_pack.e61h58/_new  2012-03-16 13:09:16.0 +0100
@@ -63230,8 +63230,8 @@
Singapore  380118
SINGAPORE
 
-00-27-04   (hex)   Accelerated Concepts, LLC
-002704 (base 16)   Accelerated Concepts, LLC
+00-27-04   (hex)   Accelerated Concepts, Inc
+002704 (base 16)   Accelerated Concepts, Inc
4017 W Dr Martin Luther King Jr Blvd
Tampa FL 33614
UNITED STATES
@@ -65113,6 +65113,12 @@
Markdorf  88677
GERMANY
 
+00-36-FE   (hex)   SuperVision
+0036FE (base 16)   SuperVision
+   po box 3472
+   palos verdes CA 90274
+   UNITED STATES
+
 00-37-6D   (hex)   Murata Manufacturing Co., Ltd.
 00376D (base 16)   Murata Manufacturing Co., Ltd.
1-10-1,Higashikotari
@@ -74342,10 +74348,10 @@
WILMINGTON MA 01887
UNITED STATES
 
-00-A0-96   (hex)   MITUMI ELECTRIC CO., LTD.
-00A096 (base 16)   MITUMI ELECTRIC CO., LTD.
-   8-8-2,  KOKURYO-CHO
-   CHOFU-SHI TOKYO 182  
+00-A0-96   (hex)   MITSUMI ELECTRIC CO., LTD.
+00A096 (base 16)   MITSUMI ELECTRIC CO., LTD.
+   2-11-2, Tsurumaki
+   Tama-shi Tokyo 206-8567
JAPAN
 
 00-A0-97   (hex)   JC INFORMATION SYSTEMS
@@ -81775,11 +81781,11 @@
LAFAYETTE CA 94549
UNITED STATES
 
-08-00-8A   (hex)   PERFORMANCE TECHNOLOGY
-08008A (base 16)   PERFORMANCE TECHNOLOGY
-   801 LINCOLN CENTER
-   7800 1H10 WEST
-   SAN ANTONIO TX 78230
+08-00-8A   (hex)   PerfTech, Inc.
+08008A (base 16)   PerfTech, Inc.
+   613 NW Loop 410
+   Suite 520
+   SAN ANTONIO TX 78216
UNITED STATES
 
 08-00-8B   (hex)   PYRAMID TECHNOLOGY CORP.
@@ -81819,6 +81825,12 @@
MARINA DEL REY CA 90292-6695
UNITED STATES
 
+08-0C-C9   (hex)   Mission Technology Group, dba Magma
+080CC9 (base 16)   Mission Technology Group, dba Magma
+   9918 Via Pasar
+   San Diego CA 92126
+   UNITED STATES
+
 08-0D-84   (hex)   GECO, Inc.
 080D84 (base 16)   GECO, Inc.
1754 N. 48th St.
@@ -82298,6 +82310,13 @@
JAIPUR RAJASTHAN 302022
INDIA
 
+0C-B4-EF   (hex)   Digience Co.,Ltd.
+0CB4EF (base 16)   Digience Co.,Ltd.
+   204 Buildin

commit arpwatch-ethercodes for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-03-13 09:32:02

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-03-09 21:21:43.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-03-13 09:32:04.0 +0100
@@ -2 +2 @@
-Fri Mar  9 07:40:04 CET 2012 - autobu...@suse.de
+Tue Mar 13 06:40:08 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-03-09
+- automated update on 2012-03-13



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.IRKglW/_old  2012-03-13 09:32:08.0 +0100
+++ /var/tmp/diff_new_pack.IRKglW/_new  2012-03-13 09:32:08.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.3.9
+Version:2012.3.13
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.IRKglW/_old  2012-03-13 09:32:08.0 +0100
+++ /var/tmp/diff_new_pack.IRKglW/_new  2012-03-13 09:32:08.0 +0100
@@ -83284,6 +83284,12 @@
Beijing  100176
CHINA
 
+18-9E-FC   (hex)   Apple Inc
+189EFC (base 16)   Apple Inc
+   1 Infinite Loop
+   Cupertino  CA 95014
+   UNITED STATES
+
 18-A9-05   (hex)   Hewlett-Packard Company
 18A905 (base 16)   Hewlett-Packard Company
11445 Compaq Center Drive
@@ -85301,6 +85307,13 @@
Seoul  158-808
KOREA, REPUBLIC OF
 
+34-6E-8A   (hex)   Ecosense
+346E8A (base 16)   Ecosense
+   1414 Kolon science vallet-II., #811
+   Guro3-dong
+   Seoul Guro-gu 152-878
+   KOREA, REPUBLIC OF
+
 34-6F-92   (hex)   White Rodgers Division
 346F92 (base 16)   White Rodgers Division
8100 West Florissant
@@ -85320,6 +85333,12 @@
Copenhagen V  DK-1790
DENMARK
 
+34-81-37   (hex)   UNICARD SA
+348137 (base 16)   UNICARD SA
+   UL.WADOWICKA 12
+   KRAKOW woj. malopolskie 30-415
+   POLAND
+
 34-82-DE   (hex)   Kayo Technology, Inc.
 3482DE (base 16)   Kayo Technology, Inc.
3201 Syene Rd
@@ -85678,6 +85697,12 @@
Waltham MA 02451
INDIA
 
+38-B1-2D   (hex)   Sonotronic Nagel GmbH
+38B12D (base 16)   Sonotronic Nagel GmbH
+   Becker-Goering-Str. 17-25
+   Karlsbad  76307
+   GERMANY
+
 38-BB-23   (hex)   OzVision America LLC
 38BB23 (base 16)   OzVision America LLC
400 West Cummings Park
@@ -86442,6 +86467,12 @@
Cupertino CA 95014
UNITED STATES
 
+40-AC-8D   (hex)   Data Management, Inc.
+40AC8D (base 16)   Data Management, Inc.
+   3322 Loop 306
+   San Angelo Texas 76904
+   UNITED STATES
+
 40-B2-C8   (hex)   Nortel Networks
 40B2C8 (base 16)   Nortel Networks
CARRETERA BASE AEREA # 5850
@@ -87578,6 +87609,12 @@
San Jose CA 95134
UNITED STATES
 
+50-48-EB   (hex)   BEIJING HAIHEJINSHENG NETWORK TECHNOLOGY CO. 
LTD.
+5048EB (base 16)   BEIJING HAIHEJINSHENG NETWORK TECHNOLOGY CO. 
LTD.
+   RM 701 Unit 2 Huirong Bldg. No.106 Lianhuachi 
East RD. Xuanwu Dist. Beijing
+   BEIJING CHINA 100055
+   CHINA
+
 50-4A-5E   (hex)   Masimo Corporation
 504A5E (base 16)

commit arpwatch-ethercodes for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-03-09 21:21:40

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-03-08 19:42:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-03-09 21:21:43.0 +0100
@@ -2 +2 @@
-Thu Mar  8 07:40:09 CET 2012 - autobu...@suse.de
+Fri Mar  9 07:40:04 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-03-08
+- automated update on 2012-03-09



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.6Byr7C/_old  2012-03-09 21:21:50.0 +0100
+++ /var/tmp/diff_new_pack.6Byr7C/_new  2012-03-09 21:21:50.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.3.8
+Version:2012.3.9
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.6Byr7C/_old  2012-03-09 21:21:50.0 +0100
+++ /var/tmp/diff_new_pack.6Byr7C/_new  2012-03-09 21:21:50.0 +0100
@@ -82062,6 +82062,12 @@
Sunnyvale CA 94089
UNITED STATES
 
+08-ED-B9   (hex)Hon Hai Precision Ind. Co.,Ltd. 
+08EDB9 (base 16)Hon Hai Precision Ind. Co.,Ltd. 
+   NO.1925,Nanle Road ,Songjiang Export Processing 
Zone 
+Shanghai  201613
+   CHINA
+
 08-F2-F4   (hex)   Net One Partners Co.,Ltd.
 08F2F4 (base 16)   Net One Partners Co.,Ltd.
2-8 Higashi Shinagawa 2-chome,
@@ -87849,6 +87855,12 @@
Tokyo  141-0001
JAPAN
 
+54-46-6B   (hex)   Shenzhen CZTIC Electronic Technology Co., Ltd  
+54466B (base 16)   Shenzhen CZTIC Electronic Technology Co., Ltd  
+   Xinghe Building, Zhongxin Road, Shajing Town, 
Baoan
+   SHENZHEN GUANGDONG 518104
+   CHINA
+
 54-4A-05   (hex)   wenglor sensoric gmbh
 544A05 (base 16)   wenglor sensoric gmbh
wenglor Str. 3
@@ -89387,6 +89399,12 @@
Sungnam-si Kyunggi-do 463-848
KOREA, REPUBLIC OF
 
+64-F2-42   (hex)   Gerdes Aktiengesellschaft
+64F242 (base 16)   Gerdes Aktiengesellschaft
+   Bergerwiesenstr. 9
+   Meckenheim NRW 53340
+   GERMANY
+
 64-F9-70   (hex)   Kenade Electronics Technology Co.,LTD.
 64F970 (base 16)   Kenade Electronics Technology Co.,LTD.
F/G room,11/F,Hangdu building,Huafu Rd, Futian 
district,

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-03-08 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-03-08 19:42:23

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-03-07 13:41:27.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-03-08 19:42:24.0 +0100
@@ -2 +2 @@
-Wed Mar  7 07:40:06 CET 2012 - autobu...@suse.de
+Thu Mar  8 07:40:09 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-03-07
+- automated update on 2012-03-08



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.z6wVFM/_old  2012-03-08 19:42:27.0 +0100
+++ /var/tmp/diff_new_pack.z6wVFM/_new  2012-03-08 19:42:27.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.3.7
+Version:2012.3.8
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.z6wVFM/_old  2012-03-08 19:42:27.0 +0100
+++ /var/tmp/diff_new_pack.z6wVFM/_new  2012-03-08 19:42:27.0 +0100
@@ -52575,8 +52575,8 @@
 
 00-20-61   (hex)   GarrettCom, Inc.
 002061 (base 16)   GarrettCom, Inc.
-   991 ANNAPOLIS WAY
-   North Andover MA 01845
+   47823 Westinghouse Dr.
+   Fremont CA 94539
UNITED STATES
 
 00-20-62   (hex)   SCORPION LOGIC, LTD.
@@ -80795,6 +80795,13 @@
Shenzhen Guangdong 518129
CHINA
 
+04-C1-B9   (hex)   Fiberhome Telecommunication Tech.Co.,Ltd.
+04C1B9 (base 16)   Fiberhome Telecommunication Tech.Co.,Ltd.
+   No.5 DongXin Road
+   Hongsan District
+   Wuhan City Hubei Province 430074
+   CHINA
+
 04-C5-A4   (hex)   Cisco Systems
 04C5A4 (base 16)   Cisco Systems
80 West Tasman Dr.
@@ -83520,6 +83527,12 @@
Taipei  23585
TAIWAN, REPUBLIC OF CHINA
 
+1C-69-A5   (hex)   Research In Motion
+1C69A5 (base 16)   Research In Motion
+   295 Phillip Street
+   Waterloo Ontario N2L 3W8
+   CANADA
+
 1C-6B-CA   (hex)   Mitsunami Co., Ltd.
 1C6BCA (base 16)   Mitsunami Co., Ltd.
2-30-11, Nishi-gotanda, Shinagawa-ku
@@ -85244,6 +85257,13 @@
Research Triangle Park NC 27709
UNITED STATES
 
+34-4B-3D   (hex)   Fiberhome Telecommunication Tech.Co.,Ltd.
+344B3D (base 16)   Fiberhome Telecommunication Tech.Co.,Ltd.
+   No.5 DongXin Road
+   Hongsan District
+   Wuhan City Hubei Province 430074
+   CHINA
+
 34-4B-50   (hex)   ZTE Corporation
 344B50 (base 16)   ZTE Corporation
12/F,ZTE R&D Buliding,Kejinan 
Road,Shenzhen,P.R.China
@@ -86812,6 +86832,13 @@
Landsham Bavaria 85652
GERMANY
 
+44-B3-82   (hex)   Kuang-chi Institute of Advanced Technology
+44B382 (base 16)   Kuang-chi Institute of Advanced Technology
+   Software building, Gaoxingzhong 1st Road,
+   High-Tech park, Nanshan District
+   Shenzhen Guangdong 518057
+   CHINA
+
 44-C1-5C   (hex)   Texas Instruments
 44C15C (base 16)   Texas Instruments
12500 TI Boulevard
@@ -88861,6 +8,12 @@
Jablonec nad Nisou  466 01
CZECH REPUBLIC
 
+60-F2-81   (hex)   TRANWO TECHNOLOGY CO., LTD.
+60F281 (base 16)   TRANWO TECHNOLOGY CO., LTD.
+   No.236, Sec.3, Huanbei Rd.
+

commit arpwatch-ethercodes for openSUSE:Factory

2012-03-07 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-03-07 13:41:15

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-03-06 13:37:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-03-07 13:41:27.0 +0100
@@ -2 +2 @@
-Tue Mar  6 08:40:12 CET 2012 - autobu...@suse.de
+Wed Mar  7 07:40:06 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-03-06
+- automated update on 2012-03-07



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.lJ8pGr/_old  2012-03-07 13:41:30.0 +0100
+++ /var/tmp/diff_new_pack.lJ8pGr/_new  2012-03-07 13:41:30.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.3.6
+Version:2012.3.7
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.lJ8pGr/_old  2012-03-07 13:41:30.0 +0100
+++ /var/tmp/diff_new_pack.lJ8pGr/_new  2012-03-07 13:41:30.0 +0100
@@ -82278,8 +82278,8 @@
Hangzhou ZheJiang 310012
CHINA
 
-0C-AF-5A   (hex)   GENUS POWER INFRASTRUCTURE LIMITED
-0CAF5A (base 16)   GENUS POWER INFRASTRUCTURE LIMITED
+0C-AF-5A   (hex)   GENUS POWER INFRASTRUCTURES LIMITED
+0CAF5A (base 16)   GENUS POWER INFRASTRUCTURES LIMITED
SPL-3 RIICO INDUSTRIAL AREA
SITAPURA
JAIPUR RAJASTHAN 302022
@@ -91843,6 +91843,12 @@
New York NY 10001
UNITED STATES
 
+84-74-2A   (hex)   zte corporation
+84742A (base 16)   zte corporation
+   12/F.,R&D building,kejinan Road
+   shenzhen guangdong 518057
+   UNITED STATES
+
 84-8D-84   (hex)   Rajant Corporation
 848D84 (base 16)   Rajant Corporation
400 East King Street
@@ -95568,6 +95574,12 @@
Santa Clara CA 95054
UNITED STATES
 
+B4-0E-96   (hex)   HERAN 
+B40E96 (base 16)   HERAN 
+   No.88, Keji 3rd Rd., Guishan Township
+   Taoyuan R.O.C 333
+   TAIWAN, REPUBLIC OF CHINA
+
 B4-0E-DC   (hex)   LG-Ericsson Co.,Ltd.
 B40EDC (base 16)   LG-Ericsson Co.,Ltd.
533,Hogye-1dong,Dongan-gu

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-03-06 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-03-06 13:37:27

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-03-05 17:58:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-03-06 13:37:29.0 +0100
@@ -2 +2 @@
-Sat Mar  3 07:40:25 CET 2012 - autobu...@suse.de
+Tue Mar  6 08:40:12 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-03-03
+- automated update on 2012-03-06



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.X7AGCn/_old  2012-03-06 13:37:33.0 +0100
+++ /var/tmp/diff_new_pack.X7AGCn/_new  2012-03-06 13:37:33.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.3.3
+Version:2012.3.6
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.X7AGCn/_old  2012-03-06 13:37:33.0 +0100
+++ /var/tmp/diff_new_pack.X7AGCn/_new  2012-03-06 13:37:33.0 +0100
@@ -15528,10 +15528,11 @@
Kronach Bavaria 96317
GERMANY
 
-00-09-83   (hex)   Gvision Incorporated
-000983 (base 16)   Gvision Incorporated
-   11F, No.166, Chien-I Road
-   Chung Ho City, Taipei Hsien  235
+00-09-83   (hex)   GlobalTop Technology, Inc.
+000983 (base 16)   GlobalTop Technology, Inc.
+#16 Nan-Ke 9th Road
+   Science-Based Industrial Park
+   Tainan  741
TAIWAN, REPUBLIC OF CHINA
 
 00-09-84   (hex)   MyCasa Network Inc.
@@ -41494,10 +41495,10 @@
Beijing  100089
CHINA
 
-00-19-92   (hex)   Bluesocket, Inc
-001992 (base 16)   Bluesocket, Inc
-   10 North Ave
-   Burlington MA 01803
+00-19-92   (hex)   ADTRAN INC.
+001992 (base 16)   ADTRAN INC.
+   901 Explorer Blvd.
+   Huntsville AL 35806-2807
UNITED STATES
 
 00-19-93   (hex)   Changshu Switchgear MFG. Co.,Ltd. (Former 
Changshu Switchgea
@@ -63443,6 +63444,12 @@
San Jose CA 95134
UNITED STATES
 
+00-2A-AF   (hex)   LARsys-Automation GmbH
+002AAF (base 16)   LARsys-Automation GmbH
+   Sinzinger Str. 3
+   Hochburg-Ach  5122
+   AUSTRIA
+
 00-2D-76   (hex)   TITECH GmbH
 002D76 (base 16)   TITECH GmbH
Otto-Hahn-Str. 6
@@ -81889,6 +81896,13 @@
Houston Texas 77070
UNITED STATES
 
+08-37-9C   (hex)   Topaz Co. LTD.
+08379C (base 16)   Topaz Co. LTD.
+   B305-22, Acrotower, 1591 Gwanyang-dong
+   Dongan-gu
+   Anyang-si Gyeonggi-Do 431-060
+   KOREA, REPUBLIC OF
+
 08-38-A5   (hex)   Funkwerk plettac electronic GmbH
 0838A5 (base 16)   Funkwerk plettac electronic GmbH
Wuerzburger Str. 150
@@ -82264,6 +82278,13 @@
Hangzhou ZheJiang 310012
CHINA
 
+0C-AF-5A   (hex)   GENUS POWER INFRASTRUCTURE LIMITED
+0CAF5A (base 16)   GENUS POWER INFRASTRUCTURE LIMITED
+   SPL-3 RIICO INDUSTRIAL AREA
+   SITAPURA
+   JAIPUR RAJASTHAN 302022
+   INDIA
+
 0C-BF-15   (hex)   Genetec
 0CBF15 (base 16)   Genetec
2280 boul Alfred-Nobel
@@ -82271,6 +82292,13 @@
St. Laurent Quebec H4S 2A4
CANADA
 
+0C-C0-C0   

commit arpwatch-ethercodes for openSUSE:Factory

2012-03-05 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-03-05 17:58:50

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-03-02 13:46:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-03-05 17:58:52.0 +0100
@@ -2 +2 @@
-Fri Mar  2 07:40:11 CET 2012 - autobu...@suse.de
+Sat Mar  3 07:40:25 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-03-02
+- automated update on 2012-03-03



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.iLt1q6/_old  2012-03-05 17:58:54.0 +0100
+++ /var/tmp/diff_new_pack.iLt1q6/_new  2012-03-05 17:58:54.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.3.2
+Version:2012.3.3
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.iLt1q6/_old  2012-03-05 17:58:54.0 +0100
+++ /var/tmp/diff_new_pack.iLt1q6/_new  2012-03-05 17:58:54.0 +0100
@@ -86110,6 +86110,12 @@
Shenzhen Guangdong 518000
CHINA
 
+40-16-FA   (hex)   EKM Metering
+4016FA (base 16)   EKM Metering
+   363 Berkeley Way
+   Santa Cruz CA 95062
+   UNITED STATES
+
 40-18-B1   (hex)   Aerohive Networks Inc.
 4018B1 (base 16)   Aerohive Networks Inc.
330 Gibraltar Drive
@@ -88797,6 +88803,12 @@
Jablonec nad Nisou  466 01
CZECH REPUBLIC
 
+60-F3-DA   (hex)   Logic Way GmbH
+60F3DA (base 16)   Logic Way GmbH
+   Hagenower Str. 73
+   Schwerin Mecklenburg-West Pomerania 19061
+   GERMANY
+
 60-F5-9C   (hex)   CRU-Dataport
 60F59C (base 16)   CRU-Dataport
1000 SE Tech Center Drive
@@ -89142,6 +89154,12 @@
San Jose CA 95134
UNITED STATES
 
+64-AE-88   (hex)   Polytec GmbH
+64AE88 (base 16)   Polytec GmbH
+   Polytec Platz 1-7
+   Waldbronn BW 76337
+   GERMANY
+
 64-B6-4A   (hex)   ViVOtech, Inc.
 64B64A (base 16)   ViVOtech, Inc.
451 El Camino Real
@@ -93990,6 +94008,13 @@
Waterloo Ontario N2L 5R9
CANADA
 
+A0-6D-09   (hex)   Intelcan Technosystems Inc.
+A06D09 (base 16)   Intelcan Technosystems Inc.
+   5490  Boul Thimens
+   Suite 250
+   Saint-Laurent Quebec H4R2K9
+   CANADA
+
 A0-6E-50   (hex)   Nanotek Elektronik Sistemler Ltd. Sti.
 A06E50 (base 16)   Nanotek Elektronik Sistemler Ltd. Sti.
Ivedik Organize Sanayi
@@ -94111,6 +94136,12 @@
Seoul  135-833
KOREA, REPUBLIC OF
 
+A0-C3-DE   (hex)Triton Electronic Systems Ltd.
+A0C3DE (base 16)Triton Electronic Systems Ltd.
+   620063, Ekaterinburg, P/O box 522
+   Ekaterinburg Sverdlovskaya obl. 620063
+   RUSSIAN FEDERATION
+
 A0-CF-5B   (hex)   Cisco Systems
 A0CF5B (base 16)   Cisco Systems
80 West Tasman Dr.
@@ -97925,6 +97956,12 @@
Round Rock Texas 78682
UNITED STATES
 
+D0-69-9E   (hex)   LUMINEX Lighting Control Equipment
+D0699E (base 16)   LUMINEX Lighting Control Equipment
+   Berkenlaan 8A
+   Hechtel-Eksel Limburg 3940
+   BELGIUM
+
 D0-75-BE   (hex)   Reno A&E
 D075BE (bas

commit arpwatch-ethercodes for openSUSE:Factory

2012-03-02 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-03-02 13:46:53

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-02-29 14:05:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-03-02 13:46:57.0 +0100
@@ -2 +2 @@
-Wed Feb 29 09:40:15 CET 2012 - autobu...@suse.de
+Fri Mar  2 07:40:11 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-02-29
+- automated update on 2012-03-02



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.bMrSh8/_old  2012-03-02 13:46:59.0 +0100
+++ /var/tmp/diff_new_pack.bMrSh8/_new  2012-03-02 13:46:59.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.2.29
+Version:2012.3.2
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.bMrSh8/_old  2012-03-02 13:46:59.0 +0100
+++ /var/tmp/diff_new_pack.bMrSh8/_new  2012-03-02 13:46:59.0 +0100
@@ -39766,11 +39766,10 @@
PALAISEAU ESSONNE 91120
FRANCE
 
-00-18-80   (hex)   Maxim Integrated Circuits
-001880 (base 16)   Maxim Integrated Circuits
-   2900 Lakeside Drive
-   Suite 100
-   Santa Clara CA 95054
+00-18-80   (hex)   Maxim Integrated Products
+001880 (base 16)   Maxim Integrated Products
+   120 San Gabriel Dr.
+   Sunnyvale CA 94086
UNITED STATES
 
 00-18-81   (hex)   Buyang Electronics Industrial Co., Ltd
@@ -82067,6 +82066,12 @@
Terwispel Friesland 8407ED
NETHERLANDS
 
+0C-13-0B   (hex)   Uniqoteq Ltd.
+0C130B (base 16)   Uniqoteq Ltd.
+   Lemminkaisenkatu 14-18 A
+   Turku  20520 
+   FINLAND
+
 0C-15-C5   (hex)   SDTEC Co., Ltd.
 0C15C5 (base 16)   SDTEC Co., Ltd.
167, Churye-2Dong, Sasang-Gu,
@@ -82652,6 +82657,12 @@
Seoul Korea 138-160
KOREA, REPUBLIC OF
 
+10-BF-48   (hex)   ASUSTEK COMPUTER INC.
+10BF48 (base 16)   ASUSTEK COMPUTER INC.
+   15,LI-TE RD.,PEITOU
+   TAIPEI TAIWAN 112
+   TAIWAN, REPUBLIC OF CHINA
+
 10-C2-BA   (hex)   UTT Co., Ltd.
 10C2BA (base 16)   UTT Co., Ltd.
4F, Hyun Bldg
@@ -83535,6 +83546,12 @@
MISSISSAUGA ON. L5N 5Z2
CANADA
 
+1C-97-3D   (hex)   PRICOM Design
+1C973D (base 16)   PRICOM Design
+   2755 Slocum Rd
+   Peyton CO 80831
+   UNITED STATES
+
 1C-AA-07   (hex)   Cisco Systems
 1CAA07 (base 16)   Cisco Systems
80 West Tasman Dr.
@@ -84698,6 +84715,13 @@
Gumi Gyeongbuk 730-350
KOREA, REPUBLIC OF
 
+2C-54-2D   (hex)   Cisco Systems
+2C542D (base 16)   Cisco Systems
+   80 West Tasman Dr.
+   SJCM1-1
+   San Jose CA 95134
+   UNITED STATES
+
 2C-67-FB   (hex)   ShenZhen Zhengjili Electronics Co., LTD
 2C67FB (base 16)   ShenZhen Zhengjili Electronics Co., LTD
The Longhua Town Shenzhen City Streets huaning 
three house Science Park Road Chiayi Source fifth floor
@@ -85759,6 +85783,12 @@
HINO-SHI TOKYO 191-0022
JAPAN
 
+3C-36-3D   (hex)   Nokia Corporation
+3C363D (base 16)   Nokia Corporation
+   Yrttipellontie 6

commit arpwatch-ethercodes for openSUSE:Factory

2012-02-29 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-02-29 14:05:43

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-02-28 19:20:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-02-29 14:05:47.0 +0100
@@ -2 +2 @@
-Tue Feb 28 06:40:05 CET 2012 - autobu...@suse.de
+Wed Feb 29 09:40:15 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-02-28
+- automated update on 2012-02-29



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.r7qz3R/_old  2012-02-29 14:05:51.0 +0100
+++ /var/tmp/diff_new_pack.r7qz3R/_new  2012-02-29 14:05:51.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.2.28
+Version:2012.2.29
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.r7qz3R/_old  2012-02-29 14:05:51.0 +0100
+++ /var/tmp/diff_new_pack.r7qz3R/_new  2012-02-29 14:05:51.0 +0100
@@ -82950,6 +82950,13 @@
Yorba Linda Ca 92887-4788
UNITED STATES
 
+14-CF-8D   (hex)   OHSUNG ELECTRONICS CO., LTD.
+14CF8D (base 16)   OHSUNG ELECTRONICS CO., LTD.
+   181
+   GONGDAN-DONG
+   GUMI KYUNGBUK 730-030
+   KOREA, REPUBLIC OF
+
 14-D4-FE   (hex)   Pace plc
 14D4FE (base 16)   Pace plc
Victoria Road
@@ -90584,6 +90591,13 @@
shenzhen guangdong 518000
CHINA
 
+78-45-C4   (hex)   Dell Inc
+7845C4 (base 16)   Dell Inc
+   One Dell Way
+   MS:RR5-45
+   Round Rock TX 78682
+   UNITED STATES
+
 78-47-1D   (hex)   Samsung Electronics Co.,Ltd
 78471D (base 16)   Samsung Electronics Co.,Ltd
#94-1, Imsoo-Dong
@@ -91266,6 +91280,12 @@
Zapopan Jalisco 44130
MEXICO
 
+80-18-A7   (hex)   Samsung Eletronics Co., Ltd
+8018A7 (base 16)   Samsung Eletronics Co., Ltd
+   416, Maetan 3dong, Yeongtong-Gu
+   Suwon Gyeonggi-Do 443742
+   KOREA, REPUBLIC OF
+
 80-1F-02   (hex)   Edimax Technology Co. Ltd.
 801F02 (base 16)   Edimax Technology Co. Ltd.
No. 3, Wu-Chuan 3rd Road, Wu-Ku Industrial Park,

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-02-28 19:20:19

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-02-25 14:11:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-02-28 19:20:21.0 +0100
@@ -2 +2 @@
-Sat Feb 25 07:40:07 CET 2012 - autobu...@suse.de
+Tue Feb 28 06:40:05 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-02-25
+- automated update on 2012-02-28



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.soB3lH/_old  2012-02-28 19:20:24.0 +0100
+++ /var/tmp/diff_new_pack.soB3lH/_new  2012-02-28 19:20:24.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.2.25
+Version:2012.2.28
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.soB3lH/_old  2012-02-28 19:20:24.0 +0100
+++ /var/tmp/diff_new_pack.soB3lH/_new  2012-02-28 19:20:24.0 +0100
@@ -89766,6 +89766,12 @@
Austin Texas 78754
UNITED STATES
 
+6C-AE-8B   (hex)   IBM Corporation
+6CAE8B (base 16)   IBM Corporation
+   4400 North First Street
+   San Jose CA 95134
+   UNITED STATES
+
 6C-BE-E9   (hex)   Alcatel-Lucent-IPD
 6CBEE9 (base 16)   Alcatel-Lucent-IPD
777 Middlefield Rd.
@@ -91423,6 +91429,12 @@
Shenzhen Guangdong 518126
CHINA
 
+80-86-98   (hex)   Netronics Technologies Inc.
+808698 (base 16)   Netronics Technologies Inc.
+   600-15 Allstate Parkway
+   Markham Ontario L3R 5B4
+   CANADA
+
 80-91-2A   (hex)   Lih Rong electronic Enterprise Co., Ltd.
 80912A (base 16)   Lih Rong electronic Enterprise Co., Ltd.
2F, No. 2, Lane 387, Hsin Shu Road
@@ -96288,6 +96300,12 @@
Cologne NRW 50829
GERMANY
 
+BC-C1-68   (hex)   DInBox Sverige AB
+BCC168 (base 16)   DInBox Sverige AB
+   Surbrunnsgatan 14
+   Stockholm  11427
+   SWEDEN
+
 BC-C6-1A   (hex)   SPECTRA EMBEDDED SYSTEMS
 BCC61A (base 16)   SPECTRA EMBEDDED SYSTEMS
Khasra No. 24, Village Ghumman,1st Floor, 
Chawla Mansion,

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-02-25 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-02-25 14:11:43

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-02-24 12:03:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-02-25 14:11:47.0 +0100
@@ -2 +2 @@
-Fri Feb 24 07:40:05 CET 2012 - autobu...@suse.de
+Sat Feb 25 07:40:07 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-02-24
+- automated update on 2012-02-25



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.IEFYnt/_old  2012-02-25 14:12:04.0 +0100
+++ /var/tmp/diff_new_pack.IEFYnt/_new  2012-02-25 14:12:04.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.2.24
+Version:2012.2.25
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.IEFYnt/_old  2012-02-25 14:12:04.0 +0100
+++ /var/tmp/diff_new_pack.IEFYnt/_new  2012-02-25 14:12:04.0 +0100
@@ -96068,6 +96068,12 @@
Beijing 100192
CHINA
 
+BC-14-01   (hex)   Hitron Technologies. Inc
+BC1401 (base 16)   Hitron Technologies. Inc
+   No. 1-8, Lising 1st Rd. Hsinchu Science Park, 
Hsinchu, 300, Taiwan, R.O.C
+   Hsin-chu  300
+   TAIWAN, REPUBLIC OF CHINA
+
 BC-15-A6   (hex)   Taiwan Jantek Electronics,Ltd.
 BC15A6 (base 16)   Taiwan Jantek Electronics,Ltd.
6F-1,No.1 Wu-Chuan 1St. Rd,Wu-Ku Industrial 
Park,

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-02-24 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-02-24 12:03:51

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-02-23 15:32:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-02-24 12:03:54.0 +0100
@@ -2 +2 @@
-Thu Feb 23 08:40:09 CET 2012 - autobu...@suse.de
+Fri Feb 24 07:40:05 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-02-23
+- automated update on 2012-02-24



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.kcfVMG/_old  2012-02-24 12:03:56.0 +0100
+++ /var/tmp/diff_new_pack.kcfVMG/_new  2012-02-24 12:03:56.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.2.23
+Version:2012.2.24
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.kcfVMG/_old  2012-02-24 12:03:56.0 +0100
+++ /var/tmp/diff_new_pack.kcfVMG/_new  2012-02-24 12:03:56.0 +0100
@@ -18742,11 +18742,10 @@
Sayamashi Saitamaken 350-1395
JAPAN
 
-00-0B-7F   (hex)   OmniWerks
-000B7F (base 16)   OmniWerks
-   900 E Hamilton Avenue
-   Suite 100
-   Campbell CA 95008
+00-0B-7F   (hex)   Align Engineering LLC
+000B7F (base 16)   Align Engineering LLC
+   245 Highlands Drive
+   Friday Harbor  WA 98250
UNITED STATES
 
 00-0B-80   (hex)   Lycium Networks
@@ -93025,6 +93024,12 @@
Zhonghe City Taipei County  23511
TAIWAN, REPUBLIC OF CHINA
 
+94-CA-0F   (hex)   Honeywell Analytics
+94CA0F (base 16)   Honeywell Analytics
+   2840 2nd Ave SE
+   Calgary Alberta T2A7X9
+   CANADA
+
 94-CD-AC   (hex)   Creowave Oy
 94CDAC (base 16)   Creowave Oy
Lentokatu 2
@@ -98776,6 +98781,13 @@
Icheon-si Gyeonggi-do 467-811
KOREA, REPUBLIC OF
 
+DC-30-9C   (hex)   SAY Systems Limited
+DC309C (base 16)   SAY Systems Limited
+   Level 1, 236-256 Karori Road
+   Karori
+   Wellington  6147
+   NEW ZEALAND
+
 DC-33-50   (hex)   TechSAT GmbH
 DC3350 (base 16)   TechSAT GmbH
Gruber Str. 46c
@@ -99655,6 +99667,12 @@
Suwon Gyeonggi-Do 443-742
KOREA, REPUBLIC OF
 
+E8-13-24   (hex)   GuangZhou Bonsoninfo System CO.,LTD
+E81324 (base 16)   GuangZhou Bonsoninfo System CO.,LTD
+   4/F,NO.1029/31,GaoPu Road,GaoTang New Building 
District
+   Guangzhou Guangdong 510663
+   CHINA
+
 E8-28-77   (hex)   TMY Co., Ltd.
 E82877 (base 16)   TMY Co., Ltd.
Attic Bldg. 3F, 1-2-10 Ise-cho,

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-02-23 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-02-23 15:32:10

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-02-22 15:52:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-02-23 15:32:12.0 +0100
@@ -2 +2 @@
-Wed Feb 22 07:40:09 CET 2012 - autobu...@suse.de
+Thu Feb 23 08:40:09 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-02-22
+- automated update on 2012-02-23



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.9FYNL2/_old  2012-02-23 15:32:14.0 +0100
+++ /var/tmp/diff_new_pack.9FYNL2/_new  2012-02-23 15:32:14.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.2.22
+Version:2012.2.23
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.9FYNL2/_old  2012-02-23 15:32:14.0 +0100
+++ /var/tmp/diff_new_pack.9FYNL2/_new  2012-02-23 15:32:14.0 +0100
@@ -65102,6 +65102,12 @@
Johnstown New York 12095
UNITED STATES
 
+00-36-F8   (hex)   Conti Temic microelectronic GmbH
+0036F8 (base 16)   Conti Temic microelectronic GmbH
+   Dornierstra�e 1
+   Markdorf  88677
+   GERMANY
+
 00-37-6D   (hex)   Murata Manufacturing Co., Ltd.
 00376D (base 16)   Murata Manufacturing Co., Ltd.
1-10-1,Higashikotari
@@ -82196,6 +82202,13 @@
San Jose CA 95134
UNITED STATES
 
+0C-8B-FD   (hex)   Intel Corporate
+0C8BFD (base 16)   Intel Corporate
+   Lot 8, Jalan Hi-Tech 2/3
+   Kulim Hi-Tech Park
+   Kulim Kedah 09000
+   MALAYSIA
+
 0C-8D-98   (hex)   TOP EIGHT IND CORP
 0C8D98 (base 16)   TOP EIGHT IND CORP
8F.,No79-1 Zhouzi St., Neihu District, Taipei 
City  (Neihu Technology Park)
@@ -84568,6 +84581,13 @@
San Antonio TX 78217
UNITED STATES
 
+2C-00-F7   (hex)   XOS
+2C00F7 (base 16)   XOS
+   15 Tech Valley Drive
+   Suite 1
+   East Greenbush NY 12061
+   UNITED STATES
+
 2C-06-23   (hex)   Win Leader Inc.
 2C0623 (base 16)   Win Leader Inc.
Level 3 ,Alexander House,
@@ -89462,6 +89482,13 @@
SHENZHEN GUANGDONG 518018
CHINA
 
+68-D9-25   (hex)   ProSys Development Services
+68D925 (base 16)   ProSys Development Services
+   Mill House
+   44-46 Mill Green Road
+   Mitcham Surrey CR4 4HY
+   UNITED KINGDOM
+
 68-DB-96   (hex)   OPWILL Technologies CO .,LTD
 68DB96 (base 16)   OPWILL Technologies CO .,LTD
Room 415,Digital Media Building,NO.7 Shangdi 
Information Road,HaiDian District,
@@ -91652,6 +91679,12 @@
New York NY 10001
UNITED STATES
 
+84-8D-84   (hex)   Rajant Corporation
+848D84 (base 16)   Rajant Corporation
+   400 East King Street
+   Malvern PA 19355
+   UNITED STATES
+
 84-8F-69   (hex)   Dell Inc.
 848F69 (base 16)   Dell Inc.
One Dell Way, MS:RR5-45
@@ -98395,6 +98428,13 @@
Cupertino CA 95014
UNITED STATES
 
+D8-33-7F   (hex)   Office FA.com Co.,Ltd.
+D8337F (base 16)   Office FA.com Co.,Ltd.
+   293-21
+ 

commit arpwatch-ethercodes for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-02-22 15:52:44

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-02-20 16:06:39.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-02-22 15:52:46.0 +0100
@@ -2 +2 @@
-Sat Feb 18 07:40:06 CET 2012 - autobu...@suse.de
+Wed Feb 22 07:40:09 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-02-18
+- automated update on 2012-02-22



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.pVac9T/_old  2012-02-22 15:52:48.0 +0100
+++ /var/tmp/diff_new_pack.pVac9T/_new  2012-02-22 15:52:48.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.2.18
+Version:2012.2.22
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.pVac9T/_old  2012-02-22 15:52:48.0 +0100
+++ /var/tmp/diff_new_pack.pVac9T/_new  2012-02-22 15:52:48.0 +0100
@@ -30223,10 +30223,10 @@
HsinChu  310
TAIWAN, REPUBLIC OF CHINA
 
-00-12-9F   (hex)   RAE Systems, Inc.
-00129F (base 16)   RAE Systems, Inc.
-   1339 Moffett Park Drive
-   Sunnyvale California 94089
+00-12-9F   (hex)   RAE Systems
+00129F (base 16)   RAE Systems
+   3775 North First Street
+   San Jose CA 95134
UNITED STATES
 
 00-12-A0   (hex)   NeoMeridian Sdn Bhd
@@ -82773,6 +82773,12 @@
Hickory NC 28602
UNITED STATES
 
+14-2D-F5   (hex)   Amphitech
+142DF5 (base 16)   Amphitech
+   1, rue Robert & Sonia DELAUNAY
+   Paris  75011
+   FRANCE
+
 14-30-7A   (hex)   Avermetrics
 14307A (base 16)   Avermetrics
2973 Glendale Blvd.
@@ -91165,6 +91171,12 @@
Sandringham Victoria 3191
AUSTRALIA
 
+7C-EF-8A   (hex)   Inhon International Ltd.
+7CEF8A (base 16)   Inhon International Ltd.
+   2F, No.552, Ruiguang Rd, Neihu Dist
+   Taipei Taiwan 114
+   TAIWAN, REPUBLIC OF CHINA
+
 7C-F0-5F   (hex)   Apple, Inc.
 7CF05F (base 16)   Apple, Inc.
1 Infinite Loop
@@ -92732,8 +92744,8 @@
Shenzhen Guangdong Province, 518057
CHINA
 
-90-F7-2F   (hex)   Phillips Machine & Welding Co., inc.
-90F72F (base 16)   Phillips Machine & Welding Co., inc.
+90-F7-2F   (hex)   Phillips Machine & Welding Co., Inc. 
+90F72F (base 16)   Phillips Machine & Welding Co., Inc. 
16125 E. Gale Ave.
Industry CA 91745
UNITED STATES
@@ -94359,6 +94371,13 @@
Seoul  153-773
KOREA, REPUBLIC OF
 
+A4-F7-D0   (hex)   LAN Accessories Co., Ltd.
+A4F7D0 (base 16)   LAN Accessories Co., Ltd.
+   8F-1, No. 159, Sec. 1 Hsin Tai Wu Road,
+   Shih Chih Dist.,
+   New Taipei City,  221
+   TAIWAN, REPUBLIC OF CHINA
+
 A8-17-58   (hex)   Elektronik System i Ume� AB
 A81758 (base 16)   Elektronik System i Ume� AB
Box 7978
@@ -96352,6 +96371,12 @@
Ludwigsburg  71642
GERMANY
 
+C0-2C-7A   (hex)   Shen Zhen Horn audio Co., Ltd. 
+C02C7A (base 16)   Shen Zhen Horn audio Co., Ltd. 
+   Block17,Tongfuyu lnd.Zone,Dalang,Baoan 
+   Shenzhen Guang D

commit arpwatch-ethercodes for openSUSE:Factory

2012-02-20 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-02-20 16:06:36

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-02-17 11:59:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-02-20 16:06:39.0 +0100
@@ -2 +2 @@
-Fri Feb 17 09:40:08 CET 2012 - autobu...@suse.de
+Sat Feb 18 07:40:06 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-02-17
+- automated update on 2012-02-18



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.rguBf5/_old  2012-02-20 16:06:40.0 +0100
+++ /var/tmp/diff_new_pack.rguBf5/_new  2012-02-20 16:06:40.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.2.17
+Version:2012.2.18
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.rguBf5/_old  2012-02-20 16:06:40.0 +0100
+++ /var/tmp/diff_new_pack.rguBf5/_new  2012-02-20 16:06:40.0 +0100
@@ -84678,6 +84678,12 @@
Sunnyvale CA 94089
UNITED STATES
 
+2C-75-0F   (hex)   Shanghai Dongzhou-Lawton Communication 
Technology Co. Ltd.
+2C750F (base 16)   Shanghai Dongzhou-Lawton Communication 
Technology Co. Ltd.
+   NO.188,FengyeRoad,BaoshanDistrict
+   shanghai  200949
+   CHINA
+
 2C-76-8A   (hex)   Hewlett-Packard Company
 2C768A (base 16)   Hewlett-Packard Company
11445 Compaq Center Drive
@@ -84819,6 +84825,12 @@
Aachen NRW 52076
GERMANY
 
+2C-E4-12   (hex)   SAGEMCOM SAS
+2CE412 (base 16)   SAGEMCOM SAS
+   250 ROUTE DE L'EMPEREUR
+   RUEIL MALMAISON CEDEX IDF 92848
+   FRANCE
+
 2C-EE-26   (hex)   Petroleum Geo-Services
 2CEE26 (base 16)   Petroleum Geo-Services
12555 Harris Branch Pkwy
@@ -91761,6 +91773,12 @@
Hsinchu  300
TAIWAN, REPUBLIC OF CHINA
 
+88-30-8A   (hex)   Murata Manufactuaring Co.,Ltd.
+88308A (base 16)   Murata Manufactuaring Co.,Ltd.
+   1-10-1 Higashikotari
+   Nagaokakyo-shi Kyoto 617-8555
+   JAPAN
+
 88-41-C1   (hex)   ORBISAT DA AMAZONIA IND E AEROL SA
 8841C1 (base 16)   ORBISAT DA AMAZONIA IND E AEROL SA
AV SHISHIMA HIFUMI, 2911
@@ -92714,6 +92732,12 @@
Shenzhen Guangdong Province, 518057
CHINA
 
+90-F7-2F   (hex)   Phillips Machine & Welding Co., inc.
+90F72F (base 16)   Phillips Machine & Welding Co., inc.
+   16125 E. Gale Ave.
+   Industry CA 91745
+   UNITED STATES
+
 90-FB-5B   (hex)   Avaya, Inc
 90FB5B (base 16)   Avaya, Inc
211 Mount Airy Road 
@@ -95367,6 +95391,12 @@
Shakopee MN 55379
UNITED STATES
 
+B4-55-70   (hex)   Borea
+B45570 (base 16)   Borea
+   Mlaka 1b
+   Begunje  SI-4275
+   SLOVENIA
+
 B4-58-61   (hex)   CRemote, LLC
 B45861 (base 16)   CRemote, LLC
1195 Noel Drive
@@ -96389,6 +96419,12 @@
cupertino cA 95014
UNITED STATES
 
+C0-8A-DE   (hex)   Ruckus Wireless
+C08ADE (base 16)   Ruckus Wireless
+   880 West Maude Ave
+   Sunnyvale CA 94085
+   UNITED STATES
+
 C0-8B-6F   (hex)   S I Sistemas Inteligentes Eletronicos Ltda
 C08B6F

commit arpwatch-ethercodes for openSUSE:Factory

2012-02-17 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-02-17 11:59:51

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-02-16 14:55:10.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-02-17 11:59:55.0 +0100
@@ -2 +2 @@
-Thu Feb 16 07:40:05 CET 2012 - autobu...@suse.de
+Fri Feb 17 09:40:08 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-02-16
+- automated update on 2012-02-17



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.OQAk1A/_old  2012-02-17 11:59:56.0 +0100
+++ /var/tmp/diff_new_pack.OQAk1A/_new  2012-02-17 11:59:56.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.2.16
+Version:2012.2.17
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.OQAk1A/_old  2012-02-17 11:59:57.0 +0100
+++ /var/tmp/diff_new_pack.OQAk1A/_new  2012-02-17 11:59:57.0 +0100
@@ -59198,7 +59198,7 @@
141, LANE 351,SEC.1,  TAIPING RD.
TSAOTUEN
NANTOU 54261
-   TANZANIA, UNITED REPUBLIC OF
+   TAIWAN, REPUBLIC OF CHINA
 
 00-24-7F   (hex)   Nortel Networks
 00247F (base 16)   Nortel Networks
@@ -88158,6 +88158,12 @@
Oeiras Lisboa 2795-156 Linda-a-Velha
PORTUGAL
 
+5C-0A-5B   (hex)   SAMSUNG ELECTRO-MECHANICS CO., LTD.
+5C0A5B (base 16)   SAMSUNG ELECTRO-MECHANICS CO., LTD.
+   314, Maetan3-Dong, Yeongtong-Gu
+   Suwon Gyunggi-Do 443-743
+   KOREA, REPUBLIC OF
+
 5C-0C-BB   (hex)   CELIZION Inc.
 5C0CBB (base 16)   CELIZION Inc.
#206 Lordland EZ Tower, GuMi-Dong 153 BunDang-Gu
@@ -88232,6 +88238,13 @@
Shenzhen Guangdong 510108
CHINA
 
+5C-50-15   (hex)   Cisco Systems
+5C5015 (base 16)   Cisco Systems
+   80 West Tasman Dr.
+   SJCM1-1
+   San Jose CA 95134
+   UNITED STATES
+
 5C-56-ED   (hex)   3pleplay Electronics Private Limited
 5C56ED (base 16)   3pleplay Electronics Private Limited
1106, 11th Floor
@@ -95229,6 +95242,12 @@
GuangZhou GuangDong 510310
CHINA
 
+B4-04-18   (hex)   Smartchip Integrated Inc.
+B40418 (base 16)   Smartchip Integrated Inc.
+   9B,Science Plaza,1355 JinJiHu Avenue,Suzhou 
Industrial Park
+   Suzhou Jiangsu 215021
+   CHINA
+
 B4-07-F9   (hex)   SAMSUNG ELECTRO-MECHANICS
 B407F9 (base 16)   SAMSUNG ELECTRO-MECHANICS
Suwon-Si, Gyeonggi_Do, Korea
@@ -100754,6 +100773,13 @@
Austin Texas 78746
UNITED STATES
 
+F4-EA-67   (hex)   Cisco Systems
+F4EA67 (base 16)   Cisco Systems
+   80 West Tasman Dr.
+   SJCM1-1
+   San Jose CA 95134
+   UNITED STATES
+
 F4-EC-38   (hex)   TP-LINK TECHNOLOGIES CO., LTD.
 F4EC38 (base 16)   TP-LINK TECHNOLOGIES CO., LTD.
1-6F, Building 2, Pingshandayuan Industrial, 
South Zone,

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-02-16 14:55:07

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-02-08 15:37:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-02-16 14:55:10.0 +0100
@@ -2 +2 @@
-Wed Feb  8 07:40:04 CET 2012 - autobu...@suse.de
+Thu Feb 16 07:40:05 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-02-08
+- automated update on 2012-02-16



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.qBofD4/_old  2012-02-16 14:55:12.0 +0100
+++ /var/tmp/diff_new_pack.qBofD4/_new  2012-02-16 14:55:12.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.2.8
+Version:2012.2.16
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.qBofD4/_old  2012-02-16 14:55:12.0 +0100
+++ /var/tmp/diff_new_pack.qBofD4/_new  2012-02-16 14:55:12.0 +0100
@@ -40185,10 +40185,11 @@
Los Gatos CA 95032
UNITED STATES
 
-00-18-C3   (hex)   C&S Microwave
-0018C3 (base 16)   C&S Microwave
-   Suntech City 8th floor, Sang Dae Won-Dong, Jung 
Won-Gu
-   Sungnam Gyunggi-Do 82
+00-18-C3   (hex)   CS Corporation
+0018C3 (base 16)   CS Corporation
+   CS-building, Pangyo seven venture valley 625
+   Sampyeong-dong, Bundang-gu
+Seongnam-si Gyeonggi-do 463-400
KOREA, REPUBLIC OF
 
 00-18-C4   (hex)   Raba Technologies LLC
@@ -80652,6 +80653,12 @@
Oulu  90230
FINLAND
 
+04-5C-06   (hex)   Zmodo Technology Corporation
+045C06 (base 16)   Zmodo Technology Corporation
+   1401 Interstate Dr
+   Champaign IL 61822
+   UNITED STATES
+
 04-5D-56   (hex)   camtron industrial inc.
 045D56 (base 16)   camtron industrial inc.
5F, Kuem-Ah B/D, 31-3, Karak-dong, Songpa-gu
@@ -82280,6 +82287,13 @@
Kulim Kedah 09000
MALAYSIA
 
+0C-D2-B5   (hex)   Binatone Telecommunication Pvt. Ltd
+0CD2B5 (base 16)   Binatone Telecommunication Pvt. Ltd
+   A36, G/F, Sector 4
+   Noida
+   Uttar Pradesh 201301
+   INDIA
+
 0C-D5-02   (hex)   Westell
 0CD502 (base 16)   Westell
750 N. Commons dr.
@@ -82312,6 +82326,12 @@
Gumi Gyeongbuk 730-350
KOREA, REPUBLIC OF
 
+0C-E5-D3   (hex)   DH electronics GmbH
+0CE5D3 (base 16)   DH electronics GmbH
+   Am Anger 8
+   Bergen  83346
+   GERMANY
+
 0C-E7-09   (hex)   Fox Crypto B.V.
 0CE709 (base 16)   Fox Crypto B.V.
P.O. box 638
@@ -82402,6 +82422,12 @@
Durham NC 27713
UNITED STATES
 
+10-0D-2F   (hex)   Online Security Pty. Ltd.
+100D2F (base 16)   Online Security Pty. Ltd.
+   5/21-25 Redland Drive
+   Mitcham VIC 3132
+   AUSTRALIA
+
 10-0D-32   (hex)   Embedian, Inc.
 100D32 (base 16)   Embedian, Inc.
10F., 95, Nanjing E. Rd. Sec. 4, 
@@ -83418,6 +83444,12 @@
Carlsbad CA 92008
UNITED STATES
 
+1C-62-B8   (hex)   Samsung Electronics Co.,Ltd
+1C62B8 (base 16)   Samsung Electronics Co.,Ltd
+   #94-1, Imsoo-Dong
+

commit arpwatch-ethercodes for openSUSE:Factory

2012-02-08 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-02-08 15:37:00

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-02-07 14:44:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-02-08 15:37:02.0 +0100
@@ -2 +2 @@
-Tue Feb  7 07:40:05 CET 2012 - autobu...@suse.de
+Wed Feb  8 07:40:04 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-02-07
+- automated update on 2012-02-08



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.cpW2p5/_old  2012-02-08 15:37:04.0 +0100
+++ /var/tmp/diff_new_pack.cpW2p5/_new  2012-02-08 15:37:04.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.2.7
+Version:2012.2.8
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.cpW2p5/_old  2012-02-08 15:37:04.0 +0100
+++ /var/tmp/diff_new_pack.cpW2p5/_new  2012-02-08 15:37:04.0 +0100
@@ -39794,8 +39794,8 @@
TAIPEI  235
TAIWAN, REPUBLIC OF CHINA
 
-00-18-84   (hex)   FON
-001884 (base 16)   FON
+00-18-84   (hex)   Fon Technology S.L.
+001884 (base 16)   Fon Technology S.L.
Avda. Bruselas, n. 7, Planta 3, Alcobendas
Madrid 28100
SPAIN

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-02-07 14:44:45

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-02-03 10:21:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-02-07 14:44:53.0 +0100
@@ -2 +2 @@
-Fri Feb  3 07:40:04 CET 2012 - autobu...@suse.de
+Tue Feb  7 07:40:05 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-02-03
+- automated update on 2012-02-07



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.zmMCco/_old  2012-02-07 14:44:54.0 +0100
+++ /var/tmp/diff_new_pack.zmMCco/_new  2012-02-07 14:44:54.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.2.3
+Version:2012.2.7
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.zmMCco/_old  2012-02-07 14:44:55.0 +0100
+++ /var/tmp/diff_new_pack.zmMCco/_new  2012-02-07 14:44:55.0 +0100
@@ -12135,9 +12135,9 @@
San Jose CA 95134
UNITED STATES
 
-00-07-51   (hex)   m·u·t AG
-000751 (base 16)   m·u·t AG
-   Meßgeräte für Medizin- und Umwelttechnik
+00-07-51   (hex)   m-u-t AG
+000751 (base 16)   m-u-t AG
+   Messger�te f�r Medizin- und Umwelttechnik
Am Marienhof 2
Wedel  22880
GERMANY
@@ -81992,6 +81992,13 @@
25436 TORNESCH  
GERMANY
 
+08-BE-09   (hex)   Astrol Electronic AG
+08BE09 (base 16)   Astrol Electronic AG
+   Vorderi B�de 3
+   Gewerbehaus Casora
+   Oberrohrdorf AG 5452
+   SWITZERLAND
+
 08-D0-9F   (hex)   Cisco Systems
 08D09F (base 16)   Cisco Systems
80 West Tasman Dr.
@@ -84550,6 +84557,12 @@
Houston Texas 77070
UNITED STATES
 
+2C-2D-48   (hex)   bct electronic GesmbH
+2C2D48 (base 16)   bct electronic GesmbH
+   Saalachstrasse 88
+   Salzburg  5020
+   AUSTRIA
+
 2C-30-68   (hex)   Pantech Co.,Ltd
 2C3068 (base 16)   Pantech Co.,Ltd
110-1 Ongjeong-Ri, Tongjin-Eup
@@ -84845,6 +84858,13 @@
Oulu Ou 90590
FINLAND
 
+30-39-26   (hex)   Sony Ericsson Mobile Communications AB
+303926 (base 16)   Sony Ericsson Mobile Communications AB
+   S�lvegatan 51
+   -
+   Lund - 22188
+   SWEDEN
+
 30-39-55   (hex)   Shenzhen Jinhengjia Electronic Co., Ltd.
 303955 (base 16)   Shenzhen Jinhengjia Electronic Co., Ltd.
4-6 Floors, Factory Building, Jijia Industrial 
Park,
@@ -85657,6 +85677,12 @@
Taipei  110
TAIWAN, REPUBLIC OF CHINA
 
+3C-3A-73   (hex)   Avaya, Inc
+3C3A73 (base 16)   Avaya, Inc
+   211 Mount Airy Road 
+   Basking Ridge NJ 07920
+   UNITED STATES
+
 3C-43-8E   (hex)   Motorola Mobility, Inc.
 3C438E (base 16)   Motorola Mobility, Inc.
600 North US Highway 45
@@ -86858,6 +86884,12 @@
Newport Beach Ca. 92660
UNITED STATES
 
+48-D7-FF   (hex)   BLANKOM Antennentechnik GmbH
+48D7FF (base 16)   BLANKOM Antennentechnik GmbH
+   Hermann-Petersilge Str. 1
+   Bad Blankenburg TH 07422
+

commit arpwatch-ethercodes for openSUSE:Factory

2012-02-03 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-02-03 10:21:51

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-02-02 17:56:27.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-02-03 10:21:53.0 +0100
@@ -2 +2 @@
-Thu Feb  2 06:40:05 CET 2012 - autobu...@suse.de
+Fri Feb  3 07:40:04 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-02-02
+- automated update on 2012-02-03



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.HXHrpF/_old  2012-02-03 10:21:55.0 +0100
+++ /var/tmp/diff_new_pack.HXHrpF/_new  2012-02-03 10:21:55.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.2.2
+Version:2012.2.3
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.HXHrpF/_old  2012-02-03 10:21:55.0 +0100
+++ /var/tmp/diff_new_pack.HXHrpF/_new  2012-02-03 10:21:55.0 +0100
@@ -88396,6 +88396,12 @@
SEOUL  152-779
KOREA, REPUBLIC OF
 
+60-44-F5   (hex)   Easy Digital Ltd.
+6044F5 (base 16)   Easy Digital Ltd.
+   Victoria Buildings, 1 Haddington Road
+   Dublin  4
+   IRELAND
+
 60-52-D0   (hex)   FACTS Engineering 
 6052D0 (base 16)   FACTS Engineering 
8049 Photonics Drive
@@ -91229,6 +91235,12 @@
Richardson TX 75081
UNITED STATES
 
+80-93-93   (hex)   Xapt GmbH
+809393 (base 16)   Xapt GmbH
+   Neidenburger Str. 10
+   Gelsenkirchen NRW 45897
+   GERMANY
+
 80-94-6C   (hex)   TOKYO RADAR CORPORATION
 80946C (base 16)   TOKYO RADAR CORPORATION
15-7 Nishikubo-cho
@@ -94955,9 +94967,12 @@
Nanjing Jiangsu 210046
CHINA
 
-B0-BD-6D   (hex)   PRIVATE
-B0BD6D (base 16)
-
+B0-BD-6D   (hex)   Echostreams Innovative Solutions
+B0BD6D (base 16)   Echostreams Innovative Solutions
+   1130 Coiner Ct.
+   City of Industry CA 91748
+   UNITED STATES
+
 B0-BD-A1   (hex)   ZAKLAD ELEKTRONICZNY SIMS
 B0BDA1 (base 16)   ZAKLAD ELEKTRONICZNY SIMS
POD SKARPA 51A
@@ -95077,6 +95092,12 @@
San Jose CA 95134
UNITED STATES
 
+B4-1D-EF   (hex)   Internet Laboratories, Inc.
+B41DEF (base 16)   Internet Laboratories, Inc.
+   P.O. Box 7697
+   Atlanta GA 30357
+   UNITED STATES
+
 B4-21-1D   (hex)   Beijing GuangXin Technology Co., Ltd
 B4211D (base 16)   Beijing GuangXin Technology Co., Ltd
Room 313,B Bld,Horizon International 
Tower,Zhichun Road,6,Haidian District,Beijing City,P.R.China
@@ -98226,6 +98247,12 @@
Seattle Washington 98168
UNITED STATES
 
+D8-B8-F6   (hex)   Nantworks
+D8B8F6 (base 16)   Nantworks
+   12230 El Camino Real, Suite 400
+   San Diego CA 92130
+   UNITED STATES
+
 D8-B9-0E   (hex)   Triple Domain Vision Co.,Ltd.
 D8B90E (base 16)   Triple Domain Vision Co.,Ltd.
No.9, Aly. 1, Ln. 585, Sec.3, Fulin Rd.,

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-02-02 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-02-02 17:56:26

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-02-01 11:52:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-02-02 17:56:27.0 +0100
@@ -2 +2 @@
-Wed Feb  1 07:40:06 CET 2012 - autobu...@suse.de
+Thu Feb  2 06:40:05 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-02-01
+- automated update on 2012-02-02



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.UA4cMY/_old  2012-02-02 17:56:29.0 +0100
+++ /var/tmp/diff_new_pack.UA4cMY/_new  2012-02-02 17:56:29.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.2.1
+Version:2012.2.2
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.UA4cMY/_old  2012-02-02 17:56:29.0 +0100
+++ /var/tmp/diff_new_pack.UA4cMY/_new  2012-02-02 17:56:29.0 +0100
@@ -33809,8 +33809,8 @@
Torrance CA 90501
UNITED STATES
 
-00-14-D2   (hex)   KYUKI CORPORATION
-0014D2 (base 16)   KYUKI CORPORATION
+00-14-D2   (hex)   Kyuden Technosystems Corporation
+0014D2 (base 16)   Kyuden Technosystems Corporation
4-19-18 SHIMIZU,MINAMI-KU
FUKUOKA  815-0031
JAPAN
@@ -78810,6 +78810,13 @@
SANTA CLARA CA 95054
UNITED STATES
 
+00-DE-FB   (hex)   Cisco Systems
+00DEFB (base 16)   Cisco Systems
+   80 West Tasman Dr.
+   SJCM1-1
+   San Jose CA 95134
+   UNITED STATES
+
 00-E0-00   (hex)   Fujitsu Limited
 00E000 (base 16)   Fujitsu Limited
Musashi-kosugi Tower Place Bldg.,
@@ -84240,6 +84247,12 @@
Los Gatos CA 95032
UNITED STATES
 
+28-41-21   (hex)   OptiSense Network, LLC
+284121 (base 16)   OptiSense Network, LLC
+   1308 10th Street
+   Bridgeport TX 76426
+   UNITED STATES
+
 28-48-46   (hex)   GridCentric Inc.
 284846 (base 16)   GridCentric Inc.
350 Bloor St. E
@@ -87281,6 +87294,13 @@
Dallas TX 75243
UNITED STATES
 
+50-57-A8   (hex)   Cisco Systems
+5057A8 (base 16)   Cisco Systems
+   80 West Tasman Dr.
+   SJCM1-1
+   San Jose CA 95134
+   UNITED STATES
+
 50-60-28   (hex)   Xirrus Inc.
 506028 (base 16)   Xirrus Inc.
2101 CORPORATE CENTER DR
@@ -92405,6 +92425,13 @@
Burlingame CA 94010
UNITED STATES
 
+90-AC-3F   (hex)   BrightSign LLC
+90AC3F (base 16)   BrightSign LLC
+   16795 Lark Ave.
+   Suite 200
+   Los Gatos CA 95032
+   UNITED STATES
+
 90-B1-34   (hex)   Motorola Mobility, Inc.
 90B134 (base 16)   Motorola Mobility, Inc.
6450 Sequence Drive
@@ -94512,6 +94539,13 @@
Bagsv�rd  DK-2880
DENMARK
 
+AC-51-EE   (hex)   Cambridge Communication Systems Ltd
+AC51EE (base 16)   Cambridge Communication Systems Ltd
+   Sheraton House
+   Castle Park
+   Cambridge Cambridgeshire CB3 0AX
+   UNITED KINGDOM
+
 AC-54-EC   (hex)   IEEE P1823 Standards Working Group
 AC54EC 

commit arpwatch-ethercodes for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-02-01 11:52:39

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-01-31 10:19:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-02-01 11:52:42.0 +0100
@@ -2 +2 @@
-Tue Jan 31 07:40:07 CET 2012 - autobu...@suse.de
+Wed Feb  1 07:40:06 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-01-31
+- automated update on 2012-02-01



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.PxbUUi/_old  2012-02-01 11:52:45.0 +0100
+++ /var/tmp/diff_new_pack.PxbUUi/_new  2012-02-01 11:52:45.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.1.31
+Version:2012.2.1
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.PxbUUi/_old  2012-02-01 11:52:45.0 +0100
+++ /var/tmp/diff_new_pack.PxbUUi/_new  2012-02-01 11:52:45.0 +0100
@@ -75032,6 +75032,12 @@
CUPERTINO CA 95014
UNITED STATES
 
+00-AA-70   (hex)   LG Electronics 
+00AA70 (base 16)   LG Electronics 
+   60-39, Kasan-dong, Gumcheon-gu
+   Seoul  153-801
+   KOREA, REPUBLIC OF
+
 00-B0-09   (hex)   Grass Valley Group
 00B009 (base 16)   Grass Valley Group
P.O. Box 599000
@@ -85353,6 +85359,13 @@
31 - 35 Shan Mei Street, Fotan, Shatin
HONG KONG
 
+38-45-8C   (hex)   MyCloud Technology corporation
+38458C (base 16)   MyCloud Technology corporation
+   Room 705��Building F, Jiahua Building��
+   #9, Shangdi 3rd Street��Haidian District
+   Beijing  100085
+   CHINA
+
 38-46-08   (hex)   ZTE Corporation
 384608 (base 16)   ZTE Corporation
12/F,ZTE R&D Buliding,Kejinan Road,
@@ -85746,8 +85759,8 @@
Shenzhen Guangdong 518057
CHINA
 
-3C-A3-15   (hex)   Bless Information & Communication Co., Ltd.
-3CA315 (base 16)   Bless Information & Communication Co., Ltd.
+3C-A3-15   (hex)   Bless Information & Communications Co., Ltd
+3CA315 (base 16)   Bless Information & Communications Co., Ltd
#64-1, Wonhyoro 3-ga, Yongsan-gu,
Seoul  140-848
KOREA, REPUBLIC OF
@@ -86711,6 +86724,12 @@
Lawrenceville GA 30044
UNITED STATES
 
+48-44-F7   (hex)   Samsung Electronics Co., LTD
+4844F7 (base 16)   Samsung Electronics Co., LTD
+   416, Maetan 3-dong, Yeongtong-gu
+   Suwon Gyeonggi-do 443742
+   KOREA, REPUBLIC OF
+
 48-5B-39   (hex)   ASUSTek COMPUTER INC.
 485B39 (base 16)   ASUSTek COMPUTER INC.
15,Li-Te Rd.,Peitou, 
@@ -87110,6 +87129,12 @@
ShenZhen GuangDong 518129
CHINA
 
+4C-B1-99   (hex)   Apple, Inc.
+4CB199 (base 16)   Apple, Inc.
+   1 infinite Loop
+   Cupertino  CA 95014
+   UNITED STATES
+
 4C-B4-EA   (hex)   HRD (S) PTE., LTD.
 4CB4EA (base 16)   HRD (S) PTE., LTD.
Lot 7, Block 9, Phase 1, Cavite Eco-Zone,
@@ -88970,6 +88995,12 @@
Shinjuku Tokyo 160-0023
JAPAN
 
+64-E6-82   (hex)   Apple, Inc.
+64E682 (base 16)   Apple, Inc.
+   1 infinite Loop
+   Cupertino  CA 95014
+   UN

commit arpwatch-ethercodes for openSUSE:Factory

2012-01-31 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-01-31 10:19:13

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-01-30 12:23:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-01-31 10:19:20.0 +0100
@@ -2 +2 @@
-Sat Jan 28 07:40:04 CET 2012 - autobu...@suse.de
+Tue Jan 31 07:40:07 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-01-28
+- automated update on 2012-01-31



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.AY0HVk/_old  2012-01-31 10:19:22.0 +0100
+++ /var/tmp/diff_new_pack.AY0HVk/_new  2012-01-31 10:19:22.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.1.28
+Version:2012.1.31
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.AY0HVk/_old  2012-01-31 10:19:22.0 +0100
+++ /var/tmp/diff_new_pack.AY0HVk/_new  2012-01-31 10:19:22.0 +0100
@@ -60259,8 +60259,8 @@
 
 00-25-27   (hex)   Bitrode Corp.
 002527 (base 16)   Bitrode Corp.
-   1642 Manufacturers Dr.
-   Fenton MO 63026
+   9787 Green Park Industrial Drive
+   St. Louis MO 63123
UNITED STATES
 
 00-25-28   (hex)   Daido Signal Co., Ltd.
@@ -85746,6 +85746,12 @@
Shenzhen Guangdong 518057
CHINA
 
+3C-A3-15   (hex)   Bless Information & Communication Co., Ltd.
+3CA315 (base 16)   Bless Information & Communication Co., Ltd.
+   #64-1, Wonhyoro 3-ga, Yongsan-gu,
+   Seoul  140-848
+   KOREA, REPUBLIC OF
+
 3C-A7-2B   (hex)   MRV Communications (Networks) LTD
 3CA72B (base 16)   MRV Communications (Networks) LTD
P.O Box 614

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-01-30 12:23:43

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-01-27 15:16:43.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-01-30 12:23:46.0 +0100
@@ -2 +2 @@
-Fri Jan 27 07:40:06 CET 2012 - autobu...@suse.de
+Sat Jan 28 07:40:04 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-01-27
+- automated update on 2012-01-28



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.pVY3m3/_old  2012-01-30 12:23:48.0 +0100
+++ /var/tmp/diff_new_pack.pVY3m3/_new  2012-01-30 12:23:48.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.1.27
+Version:2012.1.28
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.pVY3m3/_old  2012-01-30 12:23:48.0 +0100
+++ /var/tmp/diff_new_pack.pVY3m3/_new  2012-01-30 12:23:48.0 +0100
@@ -82181,6 +82181,12 @@
Rice Lake WI 54868
UNITED STATES
 
+0C-9D-56   (hex)   Consort Controls Ltd
+0C9D56 (base 16)   Consort Controls Ltd
+   13 Campion Terrace
+   Leamington Spa  CV32 4SU
+   UNITED KINGDOM
+
 0C-9E-91   (hex)   Sankosha Corporation
 0C9E91 (base 16)   Sankosha Corporation
1-12, Miyashimo
@@ -100489,6 +100495,13 @@
Boulder CO 80303
UNITED STATES
 
+F8-30-94   (hex)   Alcatel-Lucent Telecom Limited
+F83094 (base 16)   Alcatel-Lucent Telecom Limited
+   The Quadrant, Stonehill Green 
+   Westlea
+   SWINDON  SN5 7DJ
+   UNITED KINGDOM
+
 F8-31-3E   (hex)   endeavour GmbH
 F8313E (base 16)   endeavour GmbH
Max-Planck-Str. 04
@@ -100712,6 +100725,12 @@
Shenzhen Guangdong 518057
CHINA
 
+F8-DB-4C   (hex)   PNY Technologies, INC.
+F8DB4C (base 16)   PNY Technologies, INC.
+   100 Jefferson Road
+   Parsippany New Jersey 07054
+   UNITED STATES
+
 F8-DB-7F   (hex)   HTC Corporation
 F8DB7F (base 16)   HTC Corporation
No.23 Xinghua Road

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-01-27 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-01-27 15:16:40

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-01-26 13:59:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-01-27 15:16:43.0 +0100
@@ -2 +2 @@
-Thu Jan 26 07:40:05 CET 2012 - autobu...@suse.de
+Fri Jan 27 07:40:06 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-01-26
+- automated update on 2012-01-27



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.XEpgrr/_old  2012-01-27 15:16:48.0 +0100
+++ /var/tmp/diff_new_pack.XEpgrr/_new  2012-01-27 15:16:48.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.1.26
+Version:2012.1.27
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.XEpgrr/_old  2012-01-27 15:16:48.0 +0100
+++ /var/tmp/diff_new_pack.XEpgrr/_new  2012-01-27 15:16:48.0 +0100
@@ -66853,6 +66853,12 @@
The Woodlands Tx 77380
UNITED STATES
 
+00-43-FF   (hex)   KETRON S.R.L.
+0043FF (base 16)   KETRON S.R.L.
+   Via Giuseppe Taliercio n. 7
+   Ancona  60131
+   ITALY
+
 00-45-01   (hex)   Versus Technology, Inc.
 004501 (base 16)   Versus Technology, Inc.
2600 Miller Creek Road
@@ -83915,6 +83921,12 @@
Yokohama-shi Kanagawa 224-8502
JAPAN
 
+24-65-11   (hex)   AVM GmbH
+246511 (base 16)   AVM GmbH
+   Alt-Moabit 95
+   Berlin  10559
+   GERMANY
+
 24-77-03   (hex)   Intel Corporate
 247703 (base 16)   Intel Corporate
Lot 8, Jalan Hi-Tech 2/3
@@ -90814,6 +90826,12 @@
Sunnyvale CA 94085
UNITED STATES
 
+7C-AC-B2   (hex)   Bosch Software Innovations GmbH
+7CACB2 (base 16)   Bosch Software Innovations GmbH
+   Ziegelei 7
+   Immenstaad BadenWuertemberg 88090
+   GERMANY
+
 7C-B0-3E   (hex)   OSRAM AG
 7CB03E (base 16)   OSRAM AG
Berliner Allee 65

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-01-26 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-01-26 13:59:56

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-01-25 11:07:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-01-26 13:59:57.0 +0100
@@ -2 +2 @@
-Wed Jan 25 08:40:05 CET 2012 - autobu...@suse.de
+Thu Jan 26 07:40:05 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-01-25
+- automated update on 2012-01-26



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.3hjctH/_old  2012-01-26 13:59:59.0 +0100
+++ /var/tmp/diff_new_pack.3hjctH/_new  2012-01-26 13:59:59.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.1.25
+Version:2012.1.26
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.3hjctH/_old  2012-01-26 13:59:59.0 +0100
+++ /var/tmp/diff_new_pack.3hjctH/_new  2012-01-26 13:59:59.0 +0100
@@ -89973,6 +89973,12 @@
San Diego CA 92121
UNITED STATES
 
+74-57-98   (hex)   TRUMPF Laser GmbH + Co. KG
+745798 (base 16)   TRUMPF Laser GmbH + Co. KG
+   Aichhalder Str. 39
+   Schramberg BW 78713
+   GERMANY
+
 74-5E-1C   (hex)   PIONEER CORPORATION
 745E1C (base 16)   PIONEER CORPORATION
1-1 Shin-ogura

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-01-25 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-01-25 11:07:24

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-01-20 20:22:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-01-25 11:07:25.0 +0100
@@ -2 +2 @@
-Fri Jan 20 08:40:09 CET 2012 - autobu...@suse.de
+Wed Jan 25 08:40:05 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-01-20
+- automated update on 2012-01-25



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.PjvZDk/_old  2012-01-25 11:07:33.0 +0100
+++ /var/tmp/diff_new_pack.PjvZDk/_new  2012-01-25 11:07:33.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.1.20
+Version:2012.1.25
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.PjvZDk/_old  2012-01-25 11:07:33.0 +0100
+++ /var/tmp/diff_new_pack.PjvZDk/_new  2012-01-25 11:07:33.0 +0100
@@ -6431,7 +6431,7 @@
 
 00-03-DB   (hex)   Apogee Electronics Corp.
 0003DB (base 16)   Apogee Electronics Corp.
-   3145 Donald Douglas Loop South
+   1715 Berkeley St. 
Santa Monica CA 90405-3210
UNITED STATES
 
@@ -32818,8 +32818,9 @@
 
 00-14-36   (hex)   Qwerty Elektronik AB
 001436 (base 16)   Qwerty Elektronik AB
-   Bälinge Klockargård
-   Tystberga  610 60
+   Gryt 44
+   SE-148 92
+   �smo  610 60
SWEDEN
 
 00-14-37   (hex)   GSTeletech Co.,Ltd.
@@ -57216,11 +57217,10 @@
Stellenbosch Western Cape 7600
SOUTH AFRICA
 
-00-23-41   (hex)   Siemens AG
-002341 (base 16)   Siemens AG
-   Industry Sector, Building Technologies Division
-   I BT DE SP, Siemensallee 84
-   Karlsruhe Deutschland D-76187
+00-23-41   (hex)   Siemens AG, Infrastructure & Cities Sector, 
Building Technologies Division
+002341 (base 16)   Siemens AG, Infrastructure & Cities Sector, 
Building Technologies Division
+   Siemensallee 84
+   Karlsruhe Baden-Wuerttemberg D-76187
GERMANY
 
 00-23-42   (hex)   Coffee Equipment Company
@@ -82641,6 +82641,12 @@
Gasan-Dong, Gumcheon-Gu Seoul 153-803
KOREA, REPUBLIC OF
 
+10-E4-AF   (hex)   APR, LLC
+10E4AF (base 16)   APR, LLC
+   4800 US HWY 280 West
+   Opelika AL 36801
+   UNITED STATES
+
 10-E6-AE   (hex)   Source Technologies, LLC
 10E6AE (base 16)   Source Technologies, LLC
2910 Whitehall Park Drive
@@ -83224,6 +83230,12 @@
Seongnam-si Gyeonggi-do 463-760
KOREA, REPUBLIC OF
 
+18-D6-6A   (hex)   Inmarsat
+18D66A (base 16)   Inmarsat
+   99 City Road
+   London  EC1Y 1AX
+   UNITED KINGDOM
+
 18-E2-88   (hex)   STT Condigi
 18E288 (base 16)   STT Condigi
Agnesfridsvagen 113 A
@@ -84147,6 +84159,13 @@
San Jose CA 95131
UNITED STATES
 
+28-17-CE   (hex)   Omnisense Ltd
+2817CE (base 16)   Omnisense Ltd
+   3rd Floor St Andrew's House
+   59 St Andrews Street
+   Cambridge Cambridgeshire CB2 3BZ
+   UNITED KINGDOM
+
 28-18-FD   (hex)   Aditya Infotech Ltd.
 2818FD (base 16)

commit arpwatch-ethercodes for openSUSE:Factory

2012-01-20 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-01-20 20:22:33

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-01-17 16:04:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-01-20 20:22:35.0 +0100
@@ -2 +2 @@
-Tue Jan 17 06:40:05 CET 2012 - autobu...@suse.de
+Fri Jan 20 08:40:09 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-01-17
+- automated update on 2012-01-20



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.7tTt32/_old  2012-01-20 20:22:37.0 +0100
+++ /var/tmp/diff_new_pack.7tTt32/_new  2012-01-20 20:22:37.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.1.17
+Version:2012.1.20
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.7tTt32/_old  2012-01-20 20:22:37.0 +0100
+++ /var/tmp/diff_new_pack.7tTt32/_new  2012-01-20 20:22:37.0 +0100
@@ -63444,6 +63444,12 @@
San Jose CA 95134
UNITED STATES
 
+00-2D-76   (hex)   TITECH GmbH
+002D76 (base 16)   TITECH GmbH
+   Otto-Hahn-Str. 6
+   Muelheim-Kaerlich  56218
+   GERMANY
+
 00-30-00   (hex)   ALLWELL TECHNOLOGY CORP.
 003000 (base 16)   ALLWELL TECHNOLOGY CORP.
4F, #15, LANE3, SEC.2
@@ -80391,6 +80397,12 @@
St. Margarethen Styria 8321
AUSTRIA
 
+00-F4-B9   (hex)   Apple, Inc.
+00F4B9 (base 16)   Apple, Inc.
+   1 infinite Loop
+   Cupertino CA 95014
+   UNITED STATES
+
 00-F8-60   (hex)   PT. Panggung Electric Citrabuana
 00F860 (base 16)   PT. Panggung Electric Citrabuana
Jl. Raya Waru no. 1
@@ -82111,6 +82123,12 @@
BEIJING  100083
CHINA
 
+0C-77-1A   (hex)   Apple, Inc.
+0C771A (base 16)   Apple, Inc.
+   1 infinite Loop
+   Cupertino CA 95014
+   UNITED STATES
+
 0C-7D-7C   (hex)   Kexiang Information Technology Co, Ltd.
 0C7D7C (base 16)   Kexiang Information Technology Co, Ltd.
Room 1502, Longxi Hotel No.3788 Jiangnan 
Avenue. 
@@ -82545,6 +82563,12 @@
Saitama   330-0856
JAPAN
 
+10-A9-32   (hex)   Beijing Cyber Cloud Technology Co. ,Ltd.
+10A932 (base 16)   Beijing Cyber Cloud Technology Co. ,Ltd.
+   2/F, Tower B, Jingmeng High-tech Building. No. 
5 Shangdi East Road, Haidian District.
+   Beijing  100085
+   CHINA
+
 10-B7-F6   (hex)   Plastoform Industries Ltd.
 10B7F6 (base 16)   Plastoform Industries Ltd.
Units 1506A - 1512, Mita Centre,
@@ -84640,6 +84664,12 @@
Stuttgart BW 70469
GERMANY
 
+2C-C2-60   (hex)   Ravello Systems
+2CC260 (base 16)   Ravello Systems
+   Hatidhar 3
+   Raanana  43665
+   ISRAEL
+
 2C-CD-27   (hex)   Precor Inc
 2CCD27 (base 16)   Precor Inc
20031 142nd Avenue NE
@@ -85226,6 +85256,12 @@
Shenzhen Guangdong 518110
CHINA
 
+38-0A-94   (hex)   Samsung Electronics Co.,Ltd 
+380A94 (base 16)   Samsung Electronics Co.,Ltd 
+   #94-1, Imsoo-Dong
+   Gumi Gyeongbuk 730-350
+   KOREA, REPUBLIC OF
+
 38-0D-D4   (hex)   Primax Electronics LTD.
 380DD4 

commit arpwatch-ethercodes for openSUSE:Factory

2012-01-17 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-01-17 11:32:01

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-01-10 14:50:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-01-17 16:04:02.0 +0100
@@ -2 +2 @@
-Tue Jan 10 07:40:04 CET 2012 - autobu...@suse.de
+Tue Jan 17 06:40:05 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-01-10
+- automated update on 2012-01-17



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.dQG4NN/_old  2012-01-17 16:04:08.0 +0100
+++ /var/tmp/diff_new_pack.dQG4NN/_new  2012-01-17 16:04:08.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.1.10
+Version:2012.1.17
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.dQG4NN/_old  2012-01-17 16:04:08.0 +0100
+++ /var/tmp/diff_new_pack.dQG4NN/_new  2012-01-17 16:04:08.0 +0100
@@ -81910,6 +81910,12 @@
Yamagata-shi Yamagata-pref. 992
JAPAN
 
+08-8F-2C   (hex)   Hills Sound Vision & Lighting
+088F2C (base 16)   Hills Sound Vision & Lighting
+   1 Clyde Street
+   Silverwater New South Wales 2128
+   AUSTRALIA
+
 08-9F-97   (hex)   LEROY AUTOMATION
 089F97 (base 16)   LEROY AUTOMATION
35, Boulevard du Libre Echange
@@ -84874,6 +84880,12 @@
San Francisco CA 94105
UNITED STATES
 
+30-B2-16   (hex)   Hytec Geraetebau GmbH
+30B216 (base 16)   Hytec Geraetebau GmbH
+   Cochemer Str. 12-14
+   Mannheim BW 68309
+   GERMANY
+
 30-B3-A2   (hex)   Shenzhen Heguang Measurement & Control 
Technology Co.,Ltd
 30B3A2 (base 16)   Shenzhen Heguang Measurement & Control 
Technology Co.,Ltd
3/F, Tower A, Xiangnian Plaza, 6060 Qiaoxiang 
Road, 
@@ -85194,6 +85206,13 @@
Brainerd MN 56401
UNITED STATES
 
+34-FC-6F   (hex)   ALCEA
+34FC6F (base 16)   ALCEA
+   3, rue Joly de Bammeville
+   ZAC de la Fontaine de Jouvence
+   Marcoussis  91460
+   FRANCE
+
 38-01-97   (hex)   Toshiba Samsung Storage Technolgoy Korea 
Corporation
 380197 (base 16)   Toshiba Samsung Storage Technolgoy Korea 
Corporation
14 Floor, Bldg. No. 102, Digital Empire2, 486, 
Sin-dong, Yeongtong-gu, Suwon-si, 
@@ -85660,6 +85679,12 @@
Sydney NSW 2075
AUSTRALIA
 
+3C-B8-7A   (hex)   Electro Motive Diesels
+3CB87A (base 16)   Electro Motive Diesels
+   9301 W 55th St
+   La Grange IL 605255
+   UNITED STATES
+
 3C-B9-A6   (hex)   Belden Deutschland GmbH
 3CB9A6 (base 16)   Belden Deutschland GmbH
Stuttgarter Stra�e 45-51
@@ -86169,6 +86194,13 @@
Libertyville IL 60048
UNITED STATES
 
+44-13-19   (hex)   WKK TECHNOLOGY LTD.
+441319 (base 16)   WKK TECHNOLOGY LTD.
+   23/F., One Kowloon, No.1, Wang Yuen Street, 
+   Kowloon Bay, 
+   852
+   HONG KONG
+
 44-1E-A1   (hex)   Hewlett-Packard Company
 441EA1 (base 16)   Hewlett-Packard Company
11445 Compaq Center Drive
@@ -86201,6 +86233,12 @@
Basking Ridge NJ 07920-2311
UNITED STATES
 
+44-34-8F   (hex)   MXT INDUSTRIAL LTD

commit arpwatch-ethercodes for openSUSE:Factory

2012-01-10 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-01-10 14:50:40

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-01-09 15:16:10.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-01-10 14:50:42.0 +0100
@@ -2 +2 @@
-Sat Jan  7 06:40:04 CET 2012 - autobu...@suse.de
+Tue Jan 10 07:40:04 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-01-07
+- automated update on 2012-01-10



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.EraayH/_old  2012-01-10 14:50:44.0 +0100
+++ /var/tmp/diff_new_pack.EraayH/_new  2012-01-10 14:50:44.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.1.7
+Version:2012.1.10
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.EraayH/_old  2012-01-10 14:50:44.0 +0100
+++ /var/tmp/diff_new_pack.EraayH/_new  2012-01-10 14:50:44.0 +0100
@@ -55762,8 +55762,8 @@
 
 00-22-5B   (hex)   Teradici Corporation
 00225B (base 16)   Teradici Corporation
-   #500 - 4400 Dominion St.
-   Burnaby BC V5G $G3
+   101 4621 Canada Way,
+   Burnaby BC V6G 4X8
CANADA
 
 00-22-5C   (hex)   Multimedia & Communication Technology
@@ -88471,6 +88471,13 @@
Shanghai  201613
CHINA
 
+64-2D-B7   (hex)   SEUNGIL ELECTRONICS
+642DB7 (base 16)   SEUNGIL ELECTRONICS
+   #16-8, Dodang-dong
+   Wonmi-gu
+   Buchon Gyuonggi-do 420-801
+   KOREA, REPUBLIC OF
+
 64-31-50   (hex)   Hewlett-Packard Company
 643150 (base 16)   Hewlett-Packard Company
11445 Compaq Center Drive
@@ -92877,6 +92884,13 @@
Plano TX 75024
UNITED STATES
 
+9C-01-11   (hex)   Shenzhen Newabel Electronic Co., Ltd.
+9C0111 (base 16)   Shenzhen Newabel Electronic Co., Ltd.
+   5Flr, South Tower of Sichuan Bld.,
+   No.2001 Hongli Rd., Futian District
+   Shenzhen Guangdong 518028
+   CHINA
+
 9C-02-98   (hex)   Samsung Electronics Co.,Ltd 
 9C0298 (base 16)   Samsung Electronics Co.,Ltd 
#94-1, Imsoo-Dong
@@ -100174,6 +100188,12 @@
Pin-Jhen City,   324
TAIWAN, REPUBLIC OF CHINA
 
+F8-50-63   (hex)   Verathon
+F85063 (base 16)   Verathon
+   20001 N Creek Pkwy
+   Bothell WA 98011
+   UNITED STATES
+
 F8-52-DF   (hex)   VNL Europe AB
 F852DF (base 16)   VNL Europe AB
Finlandsgatan 10

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-01-09 15:16:09

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-01-05 13:47:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-01-09 15:16:10.0 +0100
@@ -2 +2 @@
-Thu Jan  5 08:40:08 CET 2012 - autobu...@suse.de
+Sat Jan  7 06:40:04 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-01-05
+- automated update on 2012-01-07



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.DuIfBB/_old  2012-01-09 15:16:12.0 +0100
+++ /var/tmp/diff_new_pack.DuIfBB/_new  2012-01-09 15:16:12.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.1.5
+Version:2012.1.7
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.DuIfBB/_old  2012-01-09 15:16:12.0 +0100
+++ /var/tmp/diff_new_pack.DuIfBB/_new  2012-01-09 15:16:12.0 +0100
@@ -18295,8 +18295,8 @@
BIEL-BIENNE BE 2502
SWITZERLAND
 
-00-0B-38   (hex)   Knuerr AG
-000B38 (base 16)   Knuerr AG
+00-0B-38   (hex)   Knuerr GmbH
+000B38 (base 16)   Knuerr GmbH
Mariakirchener Strasse 38
Arnstorf Bavaria 94424
GERMANY
@@ -35618,10 +35618,10 @@
Port Coquitlam BC V3C 6G5
CANADA
 
-00-15-EF   (hex)   NEC Energy Devices. Ltd.
-0015EF (base 16)   NEC Energy Devices. Ltd.
-   1120,Shimokuzawa,Chuo-ku,Sagamihara-shi,
-   Kanagawa 252-5298
+00-15-EF   (hex)   NEC TOKIN Corporation
+0015EF (base 16)   NEC TOKIN Corporation
+   1-1,Asahi-Cho 7-chome,Shiroishi
+   Miyagi 989-0223
JAPAN
 
 00-15-F0   (hex)   EGO BV
@@ -71468,12 +71468,11 @@
75335 Dobel 
GERMANY
 
-00-80-DA   (hex)   BRUEL & KJAER
-0080DA (base 16)   BRUEL & KJAER
-   18, NAERUM HOVEDGADE
+00-80-DA   (hex)   Bruel & Kjaer Sound & Vibration Measurement A/S
+0080DA (base 16)   Bruel & Kjaer Sound & Vibration Measurement A/S
+   Skodsborgvej 307 
DK-2850 NAERUM
DENMARK
-   DENMARK
 
 00-80-DB   (hex)   GRAPHON CORPORATION
 0080DB (base 16)   GRAPHON CORPORATION
@@ -71729,6 +71728,12 @@
Smolensk  214012
RUSSIAN FEDERATION
 
+00-8D-DA   (hex)   Link One Co., Ltd.
+008DDA (base 16)   Link One Co., Ltd.
+   601F   Chungjuk tower 546-9 
+   Buchion Gyeonggi-do  420-864
+   KOREA, REPUBLIC OF
+
 00-90-00   (hex)   DIAMOND MULTIMEDIA
 009000 (base 16)   DIAMOND MULTIMEDIA
312 SE STONEMILL DRIVE
@@ -81930,6 +81935,13 @@
Billerica MA 01821
UNITED STATES
 
+08-B4-CF   (hex)   Abicom International
+08B4CF (base 16)   Abicom International
+   The Old Grammar School
+   Phoenix Bank
+   Market Drayton Shropshire TF9 1JR
+   UNITED KINGDOM
+
 08-B7-EC   (hex)   Wireless Seismic
 08B7EC (base 16)   Wireless Seismic
13100 SW Freeway
@@ -82146,6 +82158,12 @@
Sagamihara-shi Kanagawa-ken 252-0212
JAPAN
 
+0C-A1-38   (hex)   Blinq Wireless Inc.
+0CA138 (base 16)   Blinq Wireless Inc.
+   400 MARCH RD UNIT 24

commit arpwatch-ethercodes for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-01-05 13:47:49

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-12-31 17:19:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-01-05 13:47:52.0 +0100
@@ -2 +2 @@
-Fri Dec 30 07:40:04 CET 2011 - autobu...@suse.de
+Thu Jan  5 08:40:08 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-12-30
+- automated update on 2012-01-05



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.rCCV5w/_old  2012-01-05 13:47:53.0 +0100
+++ /var/tmp/diff_new_pack.rCCV5w/_new  2012-01-05 13:47:53.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.12.30
+Version:2012.1.5
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.rCCV5w/_old  2012-01-05 13:47:53.0 +0100
+++ /var/tmp/diff_new_pack.rCCV5w/_new  2012-01-05 13:47:53.0 +0100
@@ -82648,6 +82648,12 @@
FUZHOU FUJIAN 350002
CHINA
 
+14-1A-51   (hex)   Treetech Sistemas Digitais
+141A51 (base 16)   Treetech Sistemas Digitais
+   Praca Claudino Alves, 141
+   Atibaia Sao Paulo 12940-800
+   BRAZIL
+
 14-1B-BD   (hex)   Volex Inc.
 141BBD (base 16)   Volex Inc.
915 Tate Blvd. SE
@@ -84449,6 +84455,13 @@
Auckland  0943
NEW ZEALAND
 
+2C-36-F8   (hex)   Cisco Systems
+2C36F8 (base 16)   Cisco Systems
+   80 West Tasman Dr.
+   SJCM1-1
+   San Jose CA 95134
+   UNITED STATES
+
 2C-3A-28   (hex)   Fagor Electr�nica
 2C3A28 (base 16)   Fagor Electr�nica
B. San Andres, s/n 
@@ -86140,6 +86153,13 @@
Cupertino CA 95014
UNITED STATES
 
+44-2B-03   (hex)   Cisco Systems
+442B03 (base 16)   Cisco Systems
+   80 West Tasman Dr.
+   SJCM1-1
+   San Jose CA 95134
+   UNITED STATES
+
 44-32-2A   (hex)   Avaya Inc
 44322A (base 16)   Avaya Inc
211 Mount Airy Road 
@@ -87451,6 +87471,12 @@
FAENZA RA 48018
ITALY
 
+58-08-FA   (hex)   Fiber Optic & telecommunication INC.
+5808FA (base 16)   Fiber Optic & telecommunication INC.
+   161-4 Kumjeong-Dong, 
+   Kunpo-city Gyeonggi-Do 435-824
+   KOREA, REPUBLIC OF
+
 58-16-26   (hex)   Avaya, Inc
 581626 (base 16)   Avaya, Inc
211 Mount Airy Road
@@ -88092,6 +88118,13 @@
Buchon-si Gyeinggi-do 420-857
KOREA, REPUBLIC OF
 
+60-36-DD   (hex)   Intel Corporate
+6036DD (base 16)   Intel Corporate
+   Lot 8, Jalan Hi-Tech 2/3
+   Kulim Hi-Tech Park
+   Kulim Kedah 09000
+   MALAYSIA
+
 60-38-0E   (hex)   Alps Electric Co.,
 60380E (base 16)   Alps Electric Co.,
1-2-1, Okinouchi
@@ -90543,6 +90576,12 @@
Dallas TX 75243
UNITED STATES
 
+7C-94-B2   (hex)   Philips Healthcare PCCI
+7C94B2 (base 16)   Philips Healthcare PCCI
+   2271 Cosmos Ct
+   Carlsbad CA 92011
+   UNITED STATES
+
 7C-A2-9B   (hex)   D.SignT GmbH & Co. KG
 7CA29B (base 16)   D.SignT GmbH & 

commit arpwatch-ethercodes for openSUSE:Factory

2011-12-31 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-12-31 17:19:02

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-12-25 17:33:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-12-31 17:19:04.0 +0100
@@ -2 +2 @@
-Sat Dec 24 07:40:04 CET 2011 - autobu...@suse.de
+Fri Dec 30 07:40:04 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-12-24
+- automated update on 2011-12-30



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.Wq3bEI/_old  2011-12-31 17:19:07.0 +0100
+++ /var/tmp/diff_new_pack.Wq3bEI/_new  2011-12-31 17:19:07.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.12.24
+Version:2011.12.30
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.Wq3bEI/_old  2011-12-31 17:19:07.0 +0100
+++ /var/tmp/diff_new_pack.Wq3bEI/_new  2011-12-31 17:19:07.0 +0100
@@ -83480,6 +83480,13 @@
Ramat- Hasharon  47226
ISRAEL
 
+20-05-05   (hex)   RADMAX COMMUNICATION PRIVATE LIMITED
+200505 (base 16)   RADMAX COMMUNICATION PRIVATE LIMITED
+   F-24/34, IIND FLOOR, SECTOR-7
+   ROHINI, 
+   DELHI  110085
+   INDIA
+
 20-05-E8   (hex)   OOO "InProMedia"
 2005E8 (base 16)   OOO "InProMedia"
pr.4806, d.6
@@ -87016,6 +87023,12 @@
Cyberjaya Selangor 63000
MALAYSIA
 
+50-2D-1D   (hex)   Nokia Corporation
+502D1D (base 16)   Nokia Corporation
+   Yrttipellontie 6
+   Oulu Ou 90230
+   FINLAND
+
 50-2D-A2   (hex)   Intel Corporate
 502DA2 (base 16)   Intel Corporate
Lot 8, Jalan Hi-Tech 2/3
@@ -87595,6 +87608,12 @@
BeiJing  100085
CHINA
 
+58-7F-C8   (hex)   S2M
+587FC8 (base 16)   S2M
+   2 rue des champs
+   Saint Marcel  27950
+   FRANCE
+
 58-8D-09   (hex)   Cisco Systems
 588D09 (base 16)   Cisco Systems
80 West Tasman Dr.
@@ -89973,6 +89992,13 @@
Sunnyvale CA 94089 
UNITED STATES
 
+78-1C-5A   (hex)   SHARP Corporation
+781C5A (base 16)   SHARP Corporation
+   22-22,Nagaike-Cho
+   Abeno-Ku
+   Osaka-City Osaka-Prefecture 545-8522
+   JAPAN
+
 78-1D-BA   (hex)   HUAWEI TECHNOLOGIES CO.,LTD
 781DBA (base 16)   HUAWEI TECHNOLOGIES CO.,LTD
HUAWEI Industrial Base Bantian,Longgang
@@ -91181,6 +91207,12 @@
Saitama-shi Saitama 337-8556
JAPAN
 
+88-20-12   (hex)   LMI Technologies
+882012 (base 16)   LMI Technologies
+   1673 Cliveden Avenue
+   Delta British Columbia V3M 6V5
+   CANADA
+
 88-21-E3   (hex)   Nebusens, S.L.
 8821E3 (base 16)   Nebusens, S.L.
C/ Adaja S/N, Edificio M2
@@ -93980,6 +94012,13 @@
Bruneck S�dtirol (BZ) 39031
ITALY
 
+AC-14-61   (hex)   ATAW  Co., Ltd.
+AC1461 (base 16)   ATAW  Co., Ltd.
+   Dongan-gu Pyeongchon-dong 126-1
+   Doosan Venture Digm#531
+   Anyang-si Gyeonggi-do 431-755
+   KOREA, REPUBLIC OF
+
 AC-19-9F   (hex)   SUNGROW POWER SUPPLY CO.,LTD.
 AC1

commit arpwatch-ethercodes for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-12-25 17:33:01

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-12-13 11:48:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-12-25 17:33:03.0 +0100
@@ -2 +2 @@
-Tue Dec 13 07:40:04 CET 2011 - autobu...@suse.de
+Sat Dec 24 07:40:04 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-12-13
+- automated update on 2011-12-24



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.Be8uLQ/_old  2011-12-25 17:33:04.0 +0100
+++ /var/tmp/diff_new_pack.Be8uLQ/_new  2011-12-25 17:33:04.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.12.13
+Version:2011.12.24
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
 1216 lines (skipped)
 between /work/SRC/openSUSE:Factory/arpwatch-ethercodes/oui.txt
 and /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/oui.txt

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-12-13 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-12-13 11:48:11

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-12-09 09:31:22.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-12-13 11:48:14.0 +0100
@@ -2 +2 @@
-Fri Dec  9 07:40:04 CET 2011 - autobu...@suse.de
+Tue Dec 13 07:40:04 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-12-09
+- automated update on 2011-12-13



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.P7ZcGg/_old  2011-12-13 11:48:16.0 +0100
+++ /var/tmp/diff_new_pack.P7ZcGg/_new  2011-12-13 11:48:16.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.12.9
+Version:2011.12.13
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.P7ZcGg/_old  2011-12-13 11:48:16.0 +0100
+++ /var/tmp/diff_new_pack.P7ZcGg/_new  2011-12-13 11:48:16.0 +0100
@@ -65156,6 +65156,12 @@
Nedre Vats Rogaland 5578
NORWAY
 
+00-3E-E1   (hex)   Apple, Inc.
+003EE1 (base 16)   Apple, Inc.
+   1 infinite Loop
+   Cupertino CA 95014
+   UNITED STATES
+
 00-40-00   (hex)   PCI COMPONENTES DA AMZONIA LTD
 004000 (base 16)   PCI COMPONENTES DA AMZONIA LTD
RUA JOSEF KRYSS
@@ -82347,6 +82353,12 @@
Petach Tikva  49103
ISRAEL
 
+10-1B-54   (hex)   HUAWEI TECHNOLOGIES CO.,LTD
+101B54 (base 16)   HUAWEI TECHNOLOGIES CO.,LTD
+   D1-4A52R,Huawei Industrial Base, Bantian 
Longgang, 
+   Shenzhen GuangDong 518129
+   CHINA
+
 10-1D-C0   (hex)   Samsung Electronics Co.,Ltd
 101DC0 (base 16)   Samsung Electronics Co.,Ltd
#94-1, Imsoo-Dong
@@ -82378,6 +82390,12 @@
Trondheim  N-7004
NORWAY
 
+10-40-F3   (hex)   Apple, Inc.
+1040F3 (base 16)   Apple, Inc.
+   1 infinite Loop
+   Cupertino CA 95014
+   UNITED STATES
+
 10-43-69   (hex)   Soundmax Electronic Limited 
 104369 (base 16)   Soundmax Electronic Limited 
Room#1505, Oriental plaza, #1072 JianShe Road
@@ -83172,6 +83190,13 @@
Bunkyo-ku Tokyo 112-0002
JAPAN
 
+1C-0B-52   (hex)   EPICOM S.A
+1C0B52 (base 16)   EPICOM S.A
+   Autovia Andalucia Km 12.700
+   P.I Los Angeles
+   Getafe Madrid 28905
+   SPAIN
+
 1C-0F-CF   (hex)   Sypro Optics GmbH
 1C0FCF (base 16)   Sypro Optics GmbH
Carl-Zeiss-Promenade 10
@@ -83325,6 +83350,12 @@
San Jose CA 95134
UNITED STATES
 
+1C-AB-A7   (hex)   Apple, Inc.
+1CABA7 (base 16)   Apple, Inc.
+   1 infinite Loop
+   Cupertino CA 95014
+   UNITED STATES
+
 1C-AF-F7   (hex)   D-LINK INTERNATIONAL PTE LIMITED
 1CAFF7 (base 16)   D-LINK INTERNATIONAL PTE LIMITED
1 INTERNATIONAL  BUSINESS  PARK,
@@ -86733,6 +86764,12 @@
Lewes East Sussex BN7 2AQ
UNITED KINGDOM
 
+4C-64-D9   (hex)   Guangdong Leawin Group Co., Ltd
+4C64D9 (base 16)   Guangdong Leawin Group Co., Ltd
+   10/F, Domain Bldg,No.8 Keji Road(E),HiTech 
Development District,
+   Shantou Guangdong 515041
+   CHINA
+
 4C

commit arpwatch-ethercodes for openSUSE:Factory

2011-12-09 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-12-09 09:31:21

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-12-08 11:27:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-12-09 09:31:22.0 +0100
@@ -2 +2 @@
-Thu Dec  8 07:40:04 CET 2011 - autobu...@suse.de
+Fri Dec  9 07:40:04 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-12-08
+- automated update on 2011-12-09



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.xcqLOQ/_old  2011-12-09 09:31:26.0 +0100
+++ /var/tmp/diff_new_pack.xcqLOQ/_new  2011-12-09 09:31:26.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.12.8
+Version:2011.12.9
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.xcqLOQ/_old  2011-12-09 09:31:26.0 +0100
+++ /var/tmp/diff_new_pack.xcqLOQ/_new  2011-12-09 09:31:26.0 +0100
@@ -83332,6 +83332,12 @@
609917
SINGAPORE
 
+1C-B0-94   (hex)   HTC Corporation
+1CB094 (base 16)   HTC Corporation
+   No. 23, Xinghua Rd., Taoyuan City
+   Taoyuan County  330
+   TAIWAN, REPUBLIC OF CHINA
+
 1C-B1-7F   (hex)   NEC AccessTechnica, Ltd.
 1CB17F (base 16)   NEC AccessTechnica, Ltd.
800 Shimomata
@@ -84112,6 +84118,13 @@
ShenZhen guangdong 518129
CHINA
 
+28-71-84   (hex)   Spire Payments
+287184 (base 16)   Spire Payments
+   Units 3 & 6 Milford Trading Estate
+   Blakey Road
+   Salisbury Wiltshire SP1 2UD
+   UNITED KINGDOM
+
 28-72-C5   (hex)   Smartmatic Corp
 2872C5 (base 16)   Smartmatic Corp
1001 Broken Sound Pkwy NW Suite D
@@ -90346,6 +90359,12 @@
Sunnyvale CA 94085
UNITED STATES
 
+7C-B0-3E   (hex)   OSRAM AG
+7CB03E (base 16)   OSRAM AG
+   Berliner Allee 65
+   Augsburg Bayern 86136
+   GERMANY
+
 7C-B5-42   (hex)   ACES Technology
 7CB542 (base 16)   ACES Technology
#928, Hyundai Venture Ville
@@ -98359,6 +98378,12 @@
DAEJON  305-510
KOREA, REPUBLIC OF
 
+E8-0C-75   (hex)   Syncbak, Inc.
+E80C75 (base 16)   Syncbak, Inc.
+   5 Research Center
+   Marion IA 52302
+   UNITED STATES
+
 E8-11-32   (hex)   Samsung Electronics Co.,LTD
 E81132 (base 16)   Samsung Electronics Co.,LTD
416, Maetang-3Dong, Yeongon-Gu
@@ -99690,6 +99715,12 @@
SEOUL  135-928
KOREA, REPUBLIC OF
 
+F8-97-CF   (hex)DAESHIN-INFORMATION TECHNOLOGY CO., LTD.  
+F897CF (base 16)DAESHIN-INFORMATION TECHNOLOGY CO., LTD.  
+   6F, Chungwon Bldg., 828-5 
Yuksam-Dong,Kangnam-Gu, 
+   Seoul  135935
+   KOREA, REPUBLIC OF
+
 F8-9D-0D   (hex)   Control Technology Inc.
 F89D0D (base 16)   Control Technology Inc.
7608 North Hudson Ave

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-12-08 11:27:24

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-12-07 14:37:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-12-08 11:27:25.0 +0100
@@ -2 +2 @@
-Wed Dec  7 06:40:05 CET 2011 - autobu...@suse.de
+Thu Dec  8 07:40:04 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-12-07
+- automated update on 2011-12-08



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.qfnMqU/_old  2011-12-08 11:27:27.0 +0100
+++ /var/tmp/diff_new_pack.qfnMqU/_new  2011-12-08 11:27:27.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.12.7
+Version:2011.12.8
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.qfnMqU/_old  2011-12-08 11:27:27.0 +0100
+++ /var/tmp/diff_new_pack.qfnMqU/_new  2011-12-08 11:27:27.0 +0100
@@ -85118,6 +85118,12 @@
Jaragu� do Sul Santa Catarina 89256-900
BRAZIL
 
+38-3F-10   (hex)   DBL Technology Ltd.
+383F10 (base 16)   DBL Technology Ltd.
+   Unit 42, 18/F., Block D, Wah Lok Industrial 
Center
+   31 - 35 Shan Mei Street, Fotan, Shatin
+   HONG KONG
+
 38-46-08   (hex)   ZTE Corporation
 384608 (base 16)   ZTE Corporation
12/F,ZTE R&D Buliding,Kejinan Road,
@@ -95129,6 +95135,12 @@
Shenzhen GuangDong  518057
CHINA
 
+BC-8B-55   (hex)   NPP ELIKS America Inc., DBA T&M Atlantic
+BC8B55 (base 16)   NPP ELIKS America Inc., DBA T&M Atlantic
+   175 SW 7th St Suite 1812
+   Miami FL 33130
+   UNITED STATES
+
 BC-99-BC   (hex)   FonSee Technology Inc.
 BC99BC (base 16)   FonSee Technology Inc.
14F-2, No.32, Gaotie 2nd Rd.,

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-12-07 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-12-07 14:37:21

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-12-06 13:51:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-12-07 14:37:28.0 +0100
@@ -2 +2 @@
-Tue Dec  6 07:40:04 CET 2011 - autobu...@suse.de
+Wed Dec  7 06:40:05 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-12-06
+- automated update on 2011-12-07



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.JCETvH/_old  2011-12-07 14:37:31.0 +0100
+++ /var/tmp/diff_new_pack.JCETvH/_new  2011-12-07 14:37:31.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.12.6
+Version:2011.12.7
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.JCETvH/_old  2011-12-07 14:37:31.0 +0100
+++ /var/tmp/diff_new_pack.JCETvH/_new  2011-12-07 14:37:31.0 +0100
@@ -17301,10 +17301,10 @@
Hsin-Chu  300
TAIWAN, REPUBLIC OF CHINA
 
-00-0A-9B   (hex)   Towa Meccs Corporation
-000A9B (base 16)   Towa Meccs Corporation
-   35-1 Kamitoda
-   Toda Saitama 335-0022
+00-0A-9B   (hex)   TB Group Inc
+000A9B (base 16)   TB Group Inc
+4F NREG Hongo 3-chome Bldg., 3-26-6, Hngo, 
Bunkyo-ku, 
+   Tokyo  113-003
JAPAN
 
 00-0A-9C   (hex)   Server Technology, Inc.
@@ -82766,6 +82766,12 @@
London England N3 1 RL
UNITED KINGDOM
 
+14-B1-C8   (hex)   InfiniWing, Inc.
+14B1C8 (base 16)   InfiniWing, Inc.
+   19925 Stevens Creek Blvd
+   Cupertino CA 95014
+   UNITED STATES
+
 14-B7-3D   (hex)   ARCHEAN Technologies
 14B73D (base 16)   ARCHEAN Technologies
20 Place Prax Paris
@@ -83362,6 +83368,13 @@
Houston Texas 77070
UNITED STATES
 
+1C-C6-3C   (hex)   Arcadyan Technology Corp.
+1CC63C (base 16)   Arcadyan Technology Corp.
+   4F., No.9 , Park Avenue II
+   Hsinchu Science Park ,
+   Hsinchu   300
+   TAIWAN, REPUBLIC OF CHINA
+
 1C-DF-0F   (hex)   Cisco Systems
 1CDF0F (base 16)   Cisco Systems
80 West Tasman Dr.
@@ -83437,6 +83450,13 @@
Seoul  153-023
KOREA, REPUBLIC OF
 
+20-25-98   (hex)   Teleview
+202598 (base 16)   Teleview
+   #401 Sehwa, 355-1
+   Yatap, Bundang
+   Sungnam Gyeonggi 463-828
+   KOREA, REPUBLIC OF
+
 20-2B-C1   (hex)   Huawei Device Co., Ltd
 202BC1 (base 16)   Huawei Device Co., Ltd
Building 17,Nangang Industrial Park, Tangtou 
3nd Industrial Estate,Shiyan Baoan District,
@@ -83635,6 +83655,12 @@
Seattle WA 98109
UNITED STATES
 
+20-E5-64   (hex)   Motorola Mobility, Inc.
+20E564 (base 16)   Motorola Mobility, Inc.
+   6450 Sequence Drive
+   San Diego CA 92121
+   UNITED STATES
+
 20-EE-C6   (hex)   Elefirst Science & Tech Co ., ltd
 20EEC6 (base 16)   Elefirst Science & Tech Co ., ltd
Floor 9, No 77 Zijinmingmen Building
@@ -90680,6 +90706,12 @@
Watford Hertfordshire WD244YW
UNITED KINGDOM
 
+80-C1-6E   (hex)   Hewlett Packard
+80C16E (base 16)   

commit arpwatch-ethercodes for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-12-06 17:59:08

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.Uw8okE/_old  2011-12-06 17:59:57.0 +0100
+++ /var/tmp/diff_new_pack.Uw8okE/_new  2011-12-06 17:59:57.0 +0100
@@ -20,7 +20,7 @@
 Name:   arpwatch-ethercodes
 BuildRequires:  arpwatch-ethercodes-build
 Url:http://standards.ieee.org/regauth/oui/
-License:BSD3c
+License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
 Version:2011.12.6

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-12-06 13:51:44

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-12-05 12:42:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-12-06 13:51:47.0 +0100
@@ -2 +2 @@
-Sat Dec  3 07:40:06 CET 2011 - autobu...@suse.de
+Tue Dec  6 07:40:04 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-12-03
+- automated update on 2011-12-06



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.lAKMPQ/_old  2011-12-06 13:51:49.0 +0100
+++ /var/tmp/diff_new_pack.lAKMPQ/_new  2011-12-06 13:51:49.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.12.3
+Version:2011.12.6
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.lAKMPQ/_old  2011-12-06 13:51:49.0 +0100
+++ /var/tmp/diff_new_pack.lAKMPQ/_new  2011-12-06 13:51:49.0 +0100
@@ -82810,6 +82810,12 @@
Culver City CA 90232
UNITED STATES
 
+14-E6-E4   (hex)   TP-LINK TECHNOLOGIES CO., LTD.
+14E6E4 (base 16)   TP-LINK TECHNOLOGIES CO., LTD.
+   Building 24 (floors 1,3,4,5) and 28 (floors1-4) 
 Central Science and Technology Park,Shennan Rd, Nanshan,
+   Shenzhen, Guangdong Province, 518057
+   CHINA
+
 14-EB-33   (hex)   BSMediasoft Co., Ltd.
 14EB33 (base 16)   BSMediasoft Co., Ltd.
#603, Garden Bldg., 14-13, Yoido-Dong, 
Youngdeungpo-Gu
@@ -84906,6 +84912,12 @@
Pozzo d'Adda MI 20060
ITALY
 
+34-A7-BA   (hex)   Fischer International Systems Corporation
+34A7BA (base 16)   Fischer International Systems Corporation
+   5801 Pelican Bay Boulevard #300
+   Naples Florida 34108
+   UNITED STATES
+
 34-AA-99   (hex)   Alcatel-Lucent
 34AA99 (base 16)   Alcatel-Lucent
600 March Road
@@ -85240,6 +85252,13 @@
Gumi Gyeongbuk 730-350
KOREA, REPUBLIC OF
 
+38-F8-B7   (hex)   V2COM PARTICIPACOES S.A.
+38F8B7 (base 16)   V2COM PARTICIPACOES S.A.
+   Rua Cunha Gago, 700
+   Conjunto 131
+   S�o Paulo  05421001
+   BRAZIL
+
 38-FE-C5   (hex)   Ellips B.V.
 38FEC5 (base 16)   Ellips B.V.
Urkhovenseweg 11
@@ -88271,6 +88290,12 @@
Phoenix AZ 85028
UNITED STATES
 
+64-70-02   (hex)   TP-LINK TECHNOLOGIES CO., LTD.
+647002 (base 16)   TP-LINK TECHNOLOGIES CO., LTD.
+   Building 24 (floors 1,3,4,5) and 28 (floors1-4) 
 Central Science and Technology Park,Shennan Rd, Nanshan, 
+   Shenzhen, Guangdong Province, 518057
+   CHINA
+
 64-73-E2   (hex)   Arbiter Systems, Inc.
 6473E2 (base 16)   Arbiter Systems, Inc.
1324 Vendels Circle
@@ -90422,6 +90447,13 @@
Tapiei  114
TAIWAN, REPUBLIC OF CHINA
 
+80-16-B7   (hex)   Brunel University
+8016B7 (base 16)   Brunel University
+   School of IS, Computing & Maths
+   Kingston Lane
+   Uxbridge Middlesex UB8 3PH
+   UNITED KINGDOM
+
 80-17-7D   (hex)   Nortel Networks
 80177D (base 16)   Nortel Networks
CARRETERA BASE AEREA # 5850
@@ -90790,6 +90822,13 @@
Shenzhen  518040
CHINA
 
+84-49-15   (hex)   vArmour 

commit arpwatch-ethercodes for openSUSE:Factory

2011-12-05 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-12-05 12:42:53

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-12-02 13:21:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-12-05 12:42:55.0 +0100
@@ -2 +2 @@
-Fri Dec  2 06:40:04 CET 2011 - autobu...@suse.de
+Sat Dec  3 07:40:06 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-12-02
+- automated update on 2011-12-03



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.rk18yY/_old  2011-12-05 12:42:59.0 +0100
+++ /var/tmp/diff_new_pack.rk18yY/_new  2011-12-05 12:42:59.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.12.2
+Version:2011.12.3
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.rk18yY/_old  2011-12-05 12:42:59.0 +0100
+++ /var/tmp/diff_new_pack.rk18yY/_new  2011-12-05 12:42:59.0 +0100
@@ -82121,6 +82121,13 @@
Rice Lake WI 54868
UNITED STATES
 
+0C-9E-91   (hex)   Sankosha Corporation
+0C9E91 (base 16)   Sankosha Corporation
+   1-12, Miyashimo
+   1-Chome, Chuo-ku
+   Sagamihara-shi Kanagawa-ken 252-0212
+   JAPAN
+
 0C-A2-F4   (hex)   Chameleon Technology (UK) Limited
 0CA2F4 (base 16)   Chameleon Technology (UK) Limited
Winters Barn, Haggs Farm Business Park
@@ -95709,6 +95716,12 @@
Seoul  143-816
KOREA, REPUBLIC OF
 
+C8-45-44   (hex)   Shanghai Enlogic Electric Technology Co., Ltd.
+C84544 (base 16)   Shanghai Enlogic Electric Technology Co., Ltd.
+   Room 1104-1106, Building A, No. 391 Guiping Road
+   Xuhui Distric Shanghai 200233
+   CHINA
+
 C8-48-F5   (hex)   MEDISON Xray Co., Ltd
 C848F5 (base 16)   MEDISON Xray Co., Ltd
3F Burim B/D 999 Daechi-dong 

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-12-02 13:21:04

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-12-01 12:23:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-12-02 13:21:06.0 +0100
@@ -2 +2 @@
-Thu Dec  1 06:40:04 CET 2011 - autobu...@suse.de
+Fri Dec  2 06:40:04 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-12-01
+- automated update on 2011-12-02



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.ManVCH/_old  2011-12-02 13:21:12.0 +0100
+++ /var/tmp/diff_new_pack.ManVCH/_new  2011-12-02 13:21:12.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.12.1
+Version:2011.12.2
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.ManVCH/_old  2011-12-02 13:21:12.0 +0100
+++ /var/tmp/diff_new_pack.ManVCH/_new  2011-12-02 13:21:12.0 +0100
@@ -65552,10 +65552,10 @@
110 JAPAN
JAPAN
 
-00-40-3D   (hex)   TERADATA
-00403D (base 16)   TERADATA
-   100 N. SEPULVEDA BLVD.
-   EL SEGUNDO CA 90245
+00-40-3D   (hex)   Teradata Corporation
+00403D (base 16)   Teradata Corporation
+   17095 Via Del Campo
+   San Diego CA 92127
UNITED STATES
 
 00-40-3E   (hex)   RASTER OPS CORPORATION
@@ -80792,6 +80792,13 @@
Berlin  10779
GERMANY
 
+04-F0-21   (hex)   Compex Systems Pte Ltd
+04F021 (base 16)   Compex Systems Pte Ltd
+   135 Joo Seng Road, 
+   #08-01 PM Industrial Building
+   368363
+   SINGAPORE
+
 04-F1-7D   (hex)   Tarana Wireless
 04F17D (base 16)   Tarana Wireless
2105 Martin Luther King Jr Way
@@ -83312,6 +83319,12 @@
Kakegawa Shizuoka 436-8501
JAPAN
 
+1C-B2-43   (hex)   TDC A/S
+1CB243 (base 16)   TDC A/S
+   Teleh�jen 1
+   Odense S�  5220
+   DENMARK
+
 1C-BB-A8   (hex)   OJSC "Ufimskiy Zavod "Promsvyaz"
 1CBBA8 (base 16)   OJSC "Ufimskiy Zavod "Promsvyaz"
39, 50 let SSSR
@@ -85161,6 +85174,13 @@
Woburn MA 01801
UNITED STATES
 
+38-BF-33   (hex)   NEC CASIO Mobile Communications
+38BF33 (base 16)   NEC CASIO Mobile Communications
+   1753,Shimonumabe
+   Nakahara-ku
+   Kawasaki-shi Kanagawa 211-8666
+   JAPAN
+
 38-C7-BA   (hex)   CS Services Co.,Ltd.
 38C7BA (base 16)   CS Services Co.,Ltd.
Imon BLDG 95 Edomachi
@@ -85336,6 +85356,12 @@
Guadalajara  19171
SPAIN
 
+3C-4E-47   (hex)   Etronic A/S
+3C4E47 (base 16)   Etronic A/S
+   R�deledsvej 95
+   Svendborg South Denmark 5700
+   DENMARK
+
 3C-5A-37   (hex)   Samsung Electronics
 3C5A37 (base 16)   Samsung Electronics
#94-1, Imsoo-Dong
@@ -88913,6 +88939,12 @@
Kiryu Gunma 376-8555
JAPAN
 
+6C-83-36   (hex)   Samsung Electronics Co.,Ltd
+6C8336 (base 16)   Samsung Electronics Co.,Ltd
+   #94-1, Imsoo-Dong
+   Gumi Gyeongbuk 730-350
+   KOREA, REPUBLIC OF
+
 6C-8C-DB   (hex)   Otus Technol

commit arpwatch-ethercodes for openSUSE:Factory

2011-12-01 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-12-01 12:23:33

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-11-29 15:07:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-12-01 12:23:38.0 +0100
@@ -2 +2 @@
-Tue Nov 29 07:40:07 CET 2011 - autobu...@suse.de
+Thu Dec  1 06:40:04 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-11-29
+- automated update on 2011-12-01



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.Eyopff/_old  2011-12-01 12:23:40.0 +0100
+++ /var/tmp/diff_new_pack.Eyopff/_new  2011-12-01 12:23:40.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.11.29
+Version:2011.12.1
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.Eyopff/_old  2011-12-01 12:23:40.0 +0100
+++ /var/tmp/diff_new_pack.Eyopff/_new  2011-12-01 12:23:40.0 +0100
@@ -82567,6 +82567,12 @@
Chatsworth CA 91311
UNITED STATES
 
+10-F9-6F   (hex)   LG Electronics
+10F96F (base 16)   LG Electronics
+   60-39 , Kasan-dong, Gumcheon-gu
+   Seoul  153-801
+   KOREA, REPUBLIC OF
+
 10-F9-EE   (hex)   Nokia Corporation
 10F9EE (base 16)   Nokia Corporation
Yrttipellontie 6
@@ -83220,6 +83226,12 @@
Xindian City, Taipei County  231
TAIWAN, REPUBLIC OF CHINA
 
+1C-51-B5   (hex)   Techaya LTD
+1C51B5 (base 16)   Techaya LTD
+   P.O.B 1500
+   Pardes Hanna  3700
+   ISRAEL
+
 1C-5C-55   (hex)   PRIMA Cinema, Inc
 1C5C55 (base 16)   PRIMA Cinema, Inc
1903 Wright Place, Suite 320
@@ -84755,6 +84767,12 @@
Zywiec Slaskie 34-300
POLAND
 
+34-2F-6E   (hex)   Anywire corporation
+342F6E (base 16)   Anywire corporation
+   8-1 Shimo-inden Inouchi
+   Nagaokakyo Kyoto pref. 617-0813
+   JAPAN
+
 34-40-B5   (hex)   IBM
 3440B5 (base 16)   IBM
3039 E Cornwallis Rd
@@ -88180,6 +88198,13 @@
Shenzhen Guangdong 518057
CHINA
 
+64-5E-BE   (hex)   Yahoo! JAPAN
+645EBE (base 16)   Yahoo! JAPAN
+   Midtown Tower
+   9-7-1 Akasaka
+   Minato-ku Tokyo 107-6211
+   JAPAN
+
 64-65-C0   (hex)   Nuvon, Inc
 6465C0 (base 16)   Nuvon, Inc
3130 Alpine Road
@@ -88491,6 +88516,13 @@
Hsin Tien Taipei Hsien 231
TAIWAN, REPUBLIC OF CHINA
 
+68-16-05   (hex)   Systems And Electronic Development FZCO
+681605 (base 16)   Systems And Electronic Development FZCO
+   Roundabout no. 8
+   Factory unit no. FB-06
+   Jebel Ali free Zone Dubai P.O.Box 61129
+   UNITED ARAB EMIRATES
+
 68-1A-B2   (hex)   zte corporation
 681AB2 (base 16)   zte corporation
12/F.,zte R&D Building,Kejinan Road
@@ -90607,6 +90639,12 @@
Littleton MA 01460
UNITED STATES
 
+80-DB-31   (hex)   Power Quotient International Co., Ltd.
+80DB31 (base 16)   Power Quotient International Co., Ltd.
+   8F., No. 49, Sec. 4, Jhongyang Rd., Tu Cheng 
Dist.,
+   New Taipei City  23675
+   TAIWAN, REPUBLIC OF CHI

commit arpwatch-ethercodes for openSUSE:Factory

2011-11-29 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-11-29 15:07:17

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-11-25 10:12:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-11-29 15:07:28.0 +0100
@@ -2 +2 @@
-Thu Nov 24 07:40:07 CET 2011 - autobu...@suse.de
+Tue Nov 29 07:40:07 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-11-24
+- automated update on 2011-11-29



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.3lwlrJ/_old  2011-11-29 15:07:31.0 +0100
+++ /var/tmp/diff_new_pack.3lwlrJ/_new  2011-11-29 15:07:31.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.11.24
+Version:2011.11.29
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.3lwlrJ/_old  2011-11-29 15:07:31.0 +0100
+++ /var/tmp/diff_new_pack.3lwlrJ/_new  2011-11-29 15:07:31.0 +0100
@@ -80792,6 +80792,13 @@
Berlin  10779
GERMANY
 
+04-F1-7D   (hex)   Tarana Wireless
+04F17D (base 16)   Tarana Wireless
+   2105 Martin Luther King Jr Way
+   Suite 200
+   Berkeley CA 94704
+   UNITED STATES
+
 04-F4-BC   (hex)   Xena Networks
 04F4BC (base 16)   Xena Networks
Graabroedretorv 6, 3. sal
@@ -82107,6 +82114,13 @@
Rice Lake WI 54868
UNITED STATES
 
+0C-A2-F4   (hex)   Chameleon Technology (UK) Limited
+0CA2F4 (base 16)   Chameleon Technology (UK) Limited
+   Winters Barn, Haggs Farm Business Park
+   Haggs Road, Follifoot
+   Harrogate North Yorkshire HG3 1EQ
+   UNITED KINGDOM
+
 0C-A4-02   (hex)   Alcatel Lucent IPD
 0CA402 (base 16)   Alcatel Lucent IPD
600 March Drive
@@ -85659,6 +85673,12 @@
Dallas TX 75243
UNITED STATES
 
+40-60-5A   (hex)   Hawkeye Tech Co. Ltd
+40605A (base 16)   Hawkeye Tech Co. Ltd
+   2F, No. 758 Chung Cheng Road, Chung He
+   New Taipei  23552
+   TAIWAN, REPUBLIC OF CHINA
+
 40-61-86   (hex)   MICRO-STAR INT'L CO.,LTD
 406186 (base 16)   MICRO-STAR INT'L CO.,LTD
No.69,Li-De St
@@ -90699,6 +90719,12 @@
Shenzhen Guangdong 518057
CHINA
 
+84-6A-ED   (hex)   Wireless Tsukamoto.,co.LTD
+846AED (base 16)   Wireless Tsukamoto.,co.LTD
+   16-21 1chome,Isoyama
+   Suzuka Mie-pref 5100256
+   JAPAN
+
 84-6E-B1   (hex)   Park Assist LLC
 846EB1 (base 16)   Park Assist LLC
111 W28th Street
@@ -91279,6 +91305,12 @@
Taoyuan City  330
TAIWAN, REPUBLIC OF CHINA
 
+8C-C1-21   (hex)   Panasonic AVC Networks Company
+8CC121 (base 16)   Panasonic AVC Networks Company
+   1-15 Matsuo-cho
+   Kadoma City Osaka 571-8504
+   JAPAN
+
 8C-C8-CD   (hex)   Samsung Electronics Co., LTD
 8CC8CD (base 16)   Samsung Electronics Co., LTD
416, Maetan 3-dong, Yeongtong-gu
@@ -92875,6 +92907,12 @@
San Jose CA 95134
UNITED STATES
 
+A0-DC-04   (hex)   Becker-Antriebe GmbH
+A0DC04 (base 16)   Becker-Antriebe GmbH
+   Friedrich-Ebert-St ra�e 2 - 4
+   35764 Sinn Hessen DE81117

commit arpwatch-ethercodes for openSUSE:Factory

2011-11-25 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-11-25 11:11:40

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-11-23 19:34:27.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-11-25 10:12:12.0 +0100
@@ -2 +2 @@
-Wed Nov 23 11:40:05 CET 2011 - autobu...@suse.de
+Thu Nov 24 07:40:07 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-11-23
+- automated update on 2011-11-24



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.ObOz3O/_old  2011-11-25 10:12:14.0 +0100
+++ /var/tmp/diff_new_pack.ObOz3O/_new  2011-11-25 10:12:14.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.11.23
+Version:2011.11.24
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.ObOz3O/_old  2011-11-25 10:12:14.0 +0100
+++ /var/tmp/diff_new_pack.ObOz3O/_new  2011-11-25 10:12:14.0 +0100
@@ -80592,6 +80592,12 @@
Xiamen city Fujian Province 361102
CHINA
 
+04-5A-95   (hex)   Nokia Corporation
+045A95 (base 16)   Nokia Corporation
+   Yrttipellontie 6
+   Oulu  90230
+   FINLAND
+
 04-5D-56   (hex)   camtron industrial inc.
 045D56 (base 16)   camtron industrial inc.
5F, Kuem-Ah B/D, 31-3, Karak-dong, Songpa-gu
@@ -84413,6 +84419,12 @@
Lake Forest California 92630
UNITED STATES
 
+2C-BE-97   (hex)   Ingenieurbuero Bickele und Buehler GmbH
+2CBE97 (base 16)   Ingenieurbuero Bickele und Buehler GmbH
+   St.Poeltener Str. 70
+   Stuttgart BW 70469
+   GERMANY
+
 2C-CD-27   (hex)   Precor Inc
 2CCD27 (base 16)   Precor Inc
20031 142nd Avenue NE
@@ -85395,6 +85407,12 @@
Sydney NSW 2075
AUSTRALIA
 
+3C-B9-A6   (hex)   Belden Deutschland GmbH
+3CB9A6 (base 16)   Belden Deutschland GmbH
+   Stuttgarter Stra�e 45-51
+   Neckartenzlingen  72654
+   GERMANY
+
 3C-BD-D8   (hex)   LG ELECTRONICS INC
 3CBDD8 (base 16)   LG ELECTRONICS INC
19-1, CHEONGHO-RI, JINWI-MYEON
@@ -87028,6 +87046,13 @@
Tettnang  88069
GERMANY
 
+54-53-ED   (hex)   Sony Corporation
+5453ED (base 16)   Sony Corporation
+   Gotenyama Tec.
+   5-1-12 Kitashinagawa Shinagawa-ku
+   Tokyo  141-0001
+   JAPAN
+
 54-5F-A9   (hex)   Teracom Limited
 545FA9 (base 16)   Teracom Limited
B-84, Sector - 60,
@@ -91695,6 +91720,12 @@
Taipei Hsien  236
TAIWAN, REPUBLIC OF CHINA
 
+94-00-70   (hex)   Nokia Corporation
+940070 (base 16)   Nokia Corporation
+   Yrttipellontie 6
+   Oulu  90230
+   FINLAND
+
 94-0B-2D   (hex)   NetView Technologies(Shenzhen) Co., Ltd
 940B2D (base 16)   NetView Technologies(Shenzhen) Co., Ltd
RM2902,East Tower, Nanshan Software Park
@@ -97014,6 +97045,13 @@
Hsinchu Conuty  307
TAIWAN, REPUBLIC OF CHINA
 
+D8-BF-4C   (hex)   Victory Concept Electronics Limited
+D8BF4C (base 16)   Victory Concept Electronics Limited
+   4/F., CAC Tower,
+   165 Hoi Bun Road,
+   Kwun Tong Kowloon KLN
+   

commit arpwatch-ethercodes for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-11-23 19:34:08

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-11-22 17:47:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-11-23 19:34:27.0 +0100
@@ -2 +2 @@
-Tue Nov 22 07:40:11 CET 2011 - autobu...@suse.de
+Wed Nov 23 11:40:05 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-11-22
+- automated update on 2011-11-23



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.6i5hXq/_old  2011-11-23 19:34:31.0 +0100
+++ /var/tmp/diff_new_pack.6i5hXq/_new  2011-11-23 19:34:31.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.11.22
+Version:2011.11.23
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.6i5hXq/_old  2011-11-23 19:34:31.0 +0100
+++ /var/tmp/diff_new_pack.6i5hXq/_new  2011-11-23 19:34:31.0 +0100
@@ -80786,6 +80786,12 @@
Berlin  10779
GERMANY
 
+04-F4-BC   (hex)   Xena Networks
+04F4BC (base 16)   Xena Networks
+   Graabroedretorv 6, 3. sal
+   K�benhavn Danmark 1154
+   DENMARK
+
 04-FE-7F   (hex)   Cisco Systems
 04FE7F (base 16)   Cisco Systems
80 West Tasman Dr.
@@ -82043,6 +82049,12 @@
Cupertino CA 95014
UNITED STATES
 
+0C-75-23   (hex)   BEIJING GEHUA CATV NETWORK CO.,LTD
+0C7523 (base 16)   BEIJING GEHUA CATV NETWORK CO.,LTD
+   No.35,N.Huayuan RD.,Haidian District
+   BEIJING  100083
+   CHINA
+
 0C-7D-7C   (hex)   Kexiang Information Technology Co, Ltd.
 0C7D7C (base 16)   Kexiang Information Technology Co, Ltd.
Room 1502, Longxi Hotel No.3788 Jiangnan 
Avenue. 
@@ -83897,6 +83909,12 @@
Minato-ku Tokyo 108-0075
JAPAN
 
+28-10-7B   (hex)   D-Link International
+28107B (base 16)   D-Link International
+   1 International Business Park, #03-12, The 
Synergy 
+   609917
+   SINGAPORE
+
 28-14-71   (hex)   Lantis co., LTD.
 281471 (base 16)   Lantis co., LTD.
busan innobiz center 401
@@ -88754,6 +88772,13 @@
Beijing  100029
CHINA
 
+6C-3A-84   (hex)   Shenzhen Aero-Startech. Co.Ltd
+6C3A84 (base 16)   Shenzhen Aero-Startech. Co.Ltd
+   F3-4, Building3,Zhongyuntai Industrial 
Park.Shiyan Town.,
+   Bao'an District
+   Shenzhen Guangdong 518108
+   CHINA
+
 6C-3E-9C   (hex)   KE Knestel Elektronik GmbH
 6C3E9C (base 16)   KE Knestel Elektronik GmbH
Osterwalder Str. 12
@@ -94685,6 +94710,12 @@
Bangalore Karnataka 560038
INDIA
 
+BC-2C-55   (hex)   Bear Flag Design, Inc.
+BC2C55 (base 16)   Bear Flag Design, Inc.
+   1 Thayer Road
+   Santa Cruz CA 95060
+   UNITED STATES
+
 BC-30-5B   (hex)   Dell Inc.
 BC305B (base 16)   Dell Inc.
One Dell Way, MS RR5-45

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-11-22 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-11-22 17:47:14

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-11-21 12:34:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-11-22 17:47:16.0 +0100
@@ -2 +2 @@
-Sat Nov 19 07:40:05 CET 2011 - autobu...@suse.de
+Tue Nov 22 07:40:11 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-11-19
+- automated update on 2011-11-22



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.I3k1AY/_old  2011-11-22 17:47:18.0 +0100
+++ /var/tmp/diff_new_pack.I3k1AY/_new  2011-11-22 17:47:18.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.11.19
+Version:2011.11.22
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.I3k1AY/_old  2011-11-22 17:47:18.0 +0100
+++ /var/tmp/diff_new_pack.I3k1AY/_new  2011-11-22 17:47:18.0 +0100
@@ -81924,6 +81924,12 @@
TAINAN  70268
TAIWAN, REPUBLIC OF CHINA
 
+08-EA-44   (hex)   Aerohive Networks, Inc.
+08EA44 (base 16)   Aerohive Networks, Inc.
+   330 Gibraltar Drive
+   Sunnyvale CA 94089
+   UNITED STATES
+
 08-F2-F4   (hex)   Net One Partners Co.,Ltd.
 08F2F4 (base 16)   Net One Partners Co.,Ltd.
2-8 Higashi Shinagawa 2-chome,
@@ -86302,6 +86308,13 @@
Newport Pagnell Buckinghamshire MK16 9HS
UNITED KINGDOM
 
+48-A2-2D   (hex)   Shenzhen Huaxuchang Telecom Technology Co.,Ltd
+48A22D (base 16)   Shenzhen Huaxuchang Telecom Technology Co.,Ltd
+   Room 501 Block B, Cyber Time Plaza
+   Tian'an, Futian District
+   Shenzhen Guangdong 518040
+   CHINA
+
 48-A6-D2   (hex)   GJsun Optical Science and Tech Co.,Ltd.
 48A6D2 (base 16)   GJsun Optical Science and Tech Co.,Ltd.
First floor National Information Industry Park 
D-08
@@ -86900,6 +86913,13 @@
San Jose CA 95110
UNITED STATES
 
+50-ED-94   (hex)   Egatel SL
+50ED94 (base 16)   Egatel SL
+   Parque Tecnologico de Galicia
+   Edificio Egatel, adv. Ourense, n� 1
+   Ourense  32901
+   SPAIN
+
 50-F0-03   (hex)   Open Stack, Inc.
 50F003 (base 16)   Open Stack, Inc.
Advanced Research Center #411
@@ -95087,6 +95107,12 @@
TAIPEI 23585
TAIWAN, REPUBLIC OF CHINA
 
+C0-DF-77   (hex)   Conrad Electronic SE
+C0DF77 (base 16)   Conrad Electronic SE
+   Klaus Conrad Str. 1
+   Hirschau Bavaria 92240
+   GERMANY
+
 C0-E4-22   (hex)   Texas Instruments
 C0E422 (base 16)   Texas Instruments
12500 TI Boulevard, MS8723

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-11-21 12:34:15

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-11-18 15:45:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-11-21 12:34:16.0 +0100
@@ -2 +2 @@
-Fri Nov 18 07:40:05 CET 2011 - autobu...@suse.de
+Sat Nov 19 07:40:05 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-11-18
+- automated update on 2011-11-19



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.Mq8QIr/_old  2011-11-21 12:34:18.0 +0100
+++ /var/tmp/diff_new_pack.Mq8QIr/_new  2011-11-21 12:34:18.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.11.18
+Version:2011.11.19
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.Mq8QIr/_old  2011-11-21 12:34:19.0 +0100
+++ /var/tmp/diff_new_pack.Mq8QIr/_new  2011-11-21 12:34:19.0 +0100
@@ -78652,6 +78652,13 @@
Schaumburg IL 60173
UNITED STATES
 
+00-D6-32   (hex)   GE Energy
+00D632 (base 16)   GE Energy
+   Lissue Industrial Estate East
+   Lissue Road
+   Lisburn Co Antrim BT28 2RE
+   UNITED KINGDOM
+
 00-DB-45   (hex)   THAMWAY CO.,LTD.
 00DB45 (base 16)   THAMWAY CO.,LTD.
3-9-2
@@ -84545,6 +84552,13 @@
Seoul  153-771
KOREA, REPUBLIC OF
 
+30-55-ED   (hex)   Trex Network LLC
+3055ED (base 16)   Trex Network LLC
+   Room 505, Tower B Nongke Building, 
+   No.11 Shuguang Huayuan Middle Street,Haidian 
District
+   Beijing  100097
+   CHINA
+
 30-57-AC   (hex)   IRLAB LTD.
 3057AC (base 16)   IRLAB LTD.
3rd Floor, 2A Biulding, Huihao Industrial Park
@@ -92957,6 +92971,12 @@
Leeds West Yorkshire LS18 4JP
UNITED KINGDOM
 
+A4-90-05   (hex)   CHINA GREATWALL COMPUTER SHENZHEN CO.,LTD
+A49005 (base 16)   CHINA GREATWALL COMPUTER SHENZHEN CO.,LTD
+   409,2#,Greatwall Bldg,No.3 Kefa Road,Science & 
Industry Park,Nanshan District,
+   Shenzhen Guangdong 51807
+   CHINA
+
 A4-99-81   (hex)   FuJian Elite Power Tech CO.,LTD.
 A49981 (base 16)   FuJian Elite Power Tech CO.,LTD.
8th Floor��56 GuanRi Road 
@@ -95173,6 +95193,12 @@
Calgary Alberta T2E 8T6
CANADA
 
+C4-3C-3C   (hex)   CYBELEC SA
+C43C3C (base 16)   CYBELEC SA
+   Rue des Uttins 27
+   Yverdon-les-Bains  1401
+   SWITZERLAND
+
 C4-3D-C7   (hex)   NETGEAR
 C43DC7 (base 16)   NETGEAR
350 EAST PLUMERIA DRIVE
@@ -95468,6 +95494,12 @@
San Jose CA 95134
UNITED STATES
 
+C8-60-00   (hex)   ASUSTek COMPUTER INC.
+C86000 (base 16)   ASUSTek COMPUTER INC.
+   15,Li-Te Rd., Peitou, 
+   Taipei  112
+   TAIWAN, REPUBLIC OF CHINA
+
 C8-64-C7   (hex)   zte corporation
 C864C7 (base 16)   zte corporation
12/F.,zte R&D building,kejinan Road,

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-11-18 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-11-18 15:45:28

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-11-17 11:04:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-11-18 15:45:33.0 +0100
@@ -2 +2 @@
-Thu Nov 17 07:40:05 CET 2011 - autobu...@suse.de
+Fri Nov 18 07:40:05 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-11-17
+- automated update on 2011-11-18



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.UH6NqD/_old  2011-11-18 15:45:38.0 +0100
+++ /var/tmp/diff_new_pack.UH6NqD/_new  2011-11-18 15:45:38.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.11.17
+Version:2011.11.18
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
 10035 lines (skipped)
 between /work/SRC/openSUSE:Factory/arpwatch-ethercodes/oui.txt
 and /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/oui.txt

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-11-17 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-11-17 11:04:30

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-11-16 17:16:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-11-17 11:04:31.0 +0100
@@ -2 +2 @@
-Wed Nov 16 07:40:04 CET 2011 - autobu...@suse.de
+Thu Nov 17 07:40:05 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-11-16
+- automated update on 2011-11-17



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.1nAybT/_old  2011-11-17 11:04:33.0 +0100
+++ /var/tmp/diff_new_pack.1nAybT/_new  2011-11-17 11:04:33.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.11.16
+Version:2011.11.17
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
 10192 lines (skipped)
 between /work/SRC/openSUSE:Factory/arpwatch-ethercodes/oui.txt
 and /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/oui.txt

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-11-16 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-11-16 17:16:35

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-11-14 11:49:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-11-16 17:16:37.0 +0100
@@ -2 +2 @@
-Fri Nov 11 07:40:05 CET 2011 - autobu...@suse.de
+Wed Nov 16 07:40:04 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-11-11
+- automated update on 2011-11-16



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.13qTEQ/_old  2011-11-16 17:16:39.0 +0100
+++ /var/tmp/diff_new_pack.13qTEQ/_new  2011-11-16 17:16:39.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.11.11
+Version:2011.11.16
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.13qTEQ/_old  2011-11-16 17:16:39.0 +0100
+++ /var/tmp/diff_new_pack.13qTEQ/_new  2011-11-16 17:16:39.0 +0100
@@ -34076,8 +34076,8 @@
 
 00-14-FB   (hex)   Technical Solutions Inc.
 0014FB (base 16)   Technical Solutions Inc.
-   1-7157 Honeyman Street
-   Delta BC V4G 1E2
+   101-7311 Vantage Way
+   Delta BC V4G 1C9
CANADA
 
 00-14-FC   (hex)   Extandon, Inc.
@@ -64308,10 +64308,10 @@
GERMANY
GERMANY
 
-00-30-88   (hex)   Siara Systems, Inc.
-003088 (base 16)   Siara Systems, Inc.
-   300 Ferguson Drive - 2nd Floor
-   Mountain View CA 94043
+00-30-88   (hex)   Ericsson
+003088 (base 16)   Ericsson
+   100 Headquarters Drive
+   San Jose CA 95134
UNITED STATES
 
 00-30-89   (hex)   Spectrapoint Wireless, LLC
@@ -65631,11 +65631,10 @@
PORTUGAL
PORTUGAL
 
-00-40-49   (hex)   TEGIMENTA AG
-004049 (base 16)   TEGIMENTA AG
+00-40-49   (hex)   Roche Diagnostics Ltd.
+004049 (base 16)   Roche Diagnostics Ltd.
FORRENSTRASSE
-   CH-6343 ROTKREUZ
-   SWITZERLAND
+   6343 ROTKREUZ
SWITZERLAND
 
 00-40-4A   (hex)   WEST AUSTRALIAN DEPARTMENT
@@ -68385,6 +68384,12 @@
Deer Park IL 60010
UNITED STATES
 
+00-5C-B1   (hex)   Gospell DIGITAL TECHNOLOGY CO., LTD
+005CB1 (base 16)   Gospell DIGITAL TECHNOLOGY CO., LTD
+   Block F10-F13��F518 Idea land ��Bao Yuan Road
+   Shenzhen Guangdong 518102
+   CHINA
+
 00-60-00   (hex)   XYCOM INC.
 006000 (base 16)   XYCOM INC.
750 N. MAPLE
@@ -73343,6 +73348,12 @@
Dresden Sachsen 01109
GERMANY
 
+00-9C-02   (hex)   Hewlett-Packard Company
+009C02 (base 16)   Hewlett-Packard Company
+   11445 Compaq Center Drive
+   Houston Texas 77070
+   UNITED STATES
+
 00-9D-8E   (hex)   CARDIAC RECORDERS, INC.
 009D8E (base 16)   CARDIAC RECORDERS, INC.
34 SCARBORO ROAD
@@ -80587,6 +80598,12 @@
GRENOBLE  38041
FRANCE
 
+04-63-E0   (hex)   Nome Oy
+0463E0 (base 16)   Nome Oy
+   Lunkintie 9
+   Oulunsalo Oulun l��ni 90460
+   FINLAND
+
 04-6D-42   (hex)   Bryston Ltd.
 046D42 (base 16)   Bryston Ltd.
P.O. Box 2170
@@

commit arpwatch-ethercodes for openSUSE:Factory

2011-11-14 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-11-14 11:49:32

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-11-10 15:40:56.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-11-14 11:49:34.0 +0100
@@ -2 +2 @@
-Thu Nov 10 07:40:08 CET 2011 - autobu...@suse.de
+Fri Nov 11 07:40:05 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-11-10
+- automated update on 2011-11-11



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.Vu1hZu/_old  2011-11-14 11:49:36.0 +0100
+++ /var/tmp/diff_new_pack.Vu1hZu/_new  2011-11-14 11:49:36.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.11.10
+Version:2011.11.11
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.Vu1hZu/_old  2011-11-14 11:49:36.0 +0100
+++ /var/tmp/diff_new_pack.Vu1hZu/_new  2011-11-14 11:49:36.0 +0100
@@ -3718,10 +3718,10 @@
GERMANY
GERMANY
 
-00-02-3B   (hex)   Redback Networks
-00023B (base 16)   Redback Networks
-   1195 Borregas Avenue
-   Sunnyvale CA 94089
+00-02-3B   (hex)   Ericsson
+00023B (base 16)   Ericsson
+   100 Headquarters Drive
+   San Jose CA 95131
UNITED STATES
 
 00-02-3C   (hex)   Creative Technology, Ltd.
@@ -26653,11 +26653,11 @@
NORCROSS GA 30071
UNITED STATES
 
-00-10-67   (hex)   REDBACK NETWORKS, INC.
-001067 (base 16)   REDBACK NETWORKS, INC.
-   2570 NORTH 1ST STREET
+00-10-67   (hex)   Ericsson
+001067 (base 16)   Ericsson
+   100 Headquarters Drive
SUITE #410
-   SAN JOSE CA 95131
+   SAN JOSE CA 95134
UNITED STATES
 
 00-10-68   (hex)   COMOS TELECOM
@@ -65164,11 +65164,11 @@
01140 BRASIL
BRAZIL
 
-00-40-01   (hex)   ZYXEL COMMUNICATIONS, INC.
-004001 (base 16)   ZYXEL COMMUNICATIONS, INC.
-   4F, 111, CHUNG SHAN N. ROAD
-   SEC 2,  TAIPEI
-   TAIWAN R.O.C.
+00-40-01   (hex)   Zero One Technology Co. Ltd.
+004001 (base 16)   Zero One Technology Co. Ltd.
+   10 Fl., No. 8, Lane 360, Sec 1, 
+   Neihu Road
+   Neihu Dist., Taipei City 114
TAIWAN, REPUBLIC OF CHINA
 
 00-40-02   (hex)   PERLE SYSTEMS LIMITED
@@ -83868,6 +83868,12 @@
San Jose CA 95131
UNITED STATES
 
+28-18-FD   (hex)   Aditya Infotech Ltd.
+2818FD (base 16)   Aditya Infotech Ltd.
+   Khemka Square, A-12, Sector-4,� 
+   Noida Uttar Pradesh 201301 
+   INDIA
+
 28-26-A6   (hex)   PBR electronics GmbH
 2826A6 (base 16)   PBR electronics GmbH
Berliner Strasse 5
@@ -87525,6 +87531,12 @@
WANCHAI 999077
HONG KONG
 
+5C-C2-13   (hex)   Fr. Sauter AG
+5CC213 (base 16)   Fr. Sauter AG
+   Im Surinam 55
+   Basel BS CH4016
+   SWITZERLAND
+
 5C-C6-D0   (hex)   Skyworth Digital technology(shenzhen)co.ltd.
 5CC6D0 (base 16)   Skyworth Digital technology(shenzhen)co.ltd.
13F,Block A,Skyworth Building,Gaoxin AVE.1.S,
@@ -91159,6 +91171,12 @@
Hangzhou Zhejian

commit arpwatch-ethercodes for openSUSE:Factory

2011-11-10 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-11-10 15:40:54

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-11-08 09:25:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-11-10 15:40:56.0 +0100
@@ -2 +2 @@
-Tue Nov  8 08:40:04 CET 2011 - autobu...@suse.de
+Thu Nov 10 07:40:08 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-11-08
+- automated update on 2011-11-10



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.swzqjI/_old  2011-11-10 15:40:59.0 +0100
+++ /var/tmp/diff_new_pack.swzqjI/_new  2011-11-10 15:40:59.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.11.8
+Version:2011.11.10
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.swzqjI/_old  2011-11-10 15:40:59.0 +0100
+++ /var/tmp/diff_new_pack.swzqjI/_new  2011-11-10 15:40:59.0 +0100
@@ -65090,6 +65090,12 @@
Johnstown New York 12095
UNITED STATES
 
+00-37-6D   (hex)   Murata Manufacturing Co., Ltd.
+00376D (base 16)   Murata Manufacturing Co., Ltd.
+   1-10-1,Higashikotari
+   Nagaokakyo-shi Kyoto 617-8555
+   JAPAN
+
 00-3A-98   (hex)   Cisco Systems
 003A98 (base 16)   Cisco Systems
80 West Tasman Dr.
@@ -83214,6 +83220,12 @@
609917
SINGAPORE
 
+1C-B1-7F   (hex)   NEC AccessTechnica, Ltd.
+1CB17F (base 16)   NEC AccessTechnica, Ltd.
+   800 Shimomata
+   Kakegawa Shizuoka 436-8501
+   JAPAN
+
 1C-BB-A8   (hex)   OJSC "Ufimskiy Zavod "Promsvyaz"
 1CBBA8 (base 16)   OJSC "Ufimskiy Zavod "Promsvyaz"
39, 50 let SSSR
@@ -86587,6 +86599,12 @@
Seoul  153-803
KOREA, REPUBLIC OF
 
+50-00-8C   (hex)   Hong Kong Telecommunications (HKT) Limited
+50008C (base 16)   Hong Kong Telecommunications (HKT) Limited
+   41/F, PCCW Tower, Taikoo Place,
+   Quarry Bay, 
+   HONG KONG
+
 50-0B-32   (hex)   Foxda Technology Industrial(ShenZhen)Co.,LTD
 500B32 (base 16)   Foxda Technology Industrial(ShenZhen)Co.,LTD
G F,Block1,Foxda Industrial Park, Lanzhu Rd, 
Shenzhen Grand Industrial Zone, Longgang District,Shenzhen,518122,PR China
@@ -87040,6 +87058,13 @@
Lund SE 221 88
SWEDEN
 
+58-1D-91   (hex)   Advanced Mobile Telecom co.,ltd.
+581D91 (base 16)   Advanced Mobile Telecom co.,ltd.
+   #608, Yatap Leaders Bldg. 342-1
+   Yatap-dong, Bundang-gu
+   Seongnam-si Gyeonggi-do 463-828
+   KOREA, REPUBLIC OF
+
 58-1F-AA   (hex)   Apple, Inc.
 581FAA (base 16)   Apple, Inc.
1 Infinite Loop
@@ -87191,6 +87216,13 @@
Hertfordshire  WD6 3AW
UNITED KINGDOM
 
+58-93-96   (hex)   Ruckus Wireless
+589396 (base 16)   Ruckus Wireless
+   880 West Maude Ave
+   Suite 101
+   Sunnyvale CA 94085
+   UNITED STATES
+
 58-94-6B   (hex)   Intel Corporate
 58946B (base 16)   Intel Corporate
Lot 8, Jalan Hi-Tech 2/3
@@ -91525,6 +91557,12 @@
Shenzhen Guangdong 518103
CHINA
 
+94-2E-17   (hex)   Schneider Electric Canada Inc
+942E17 (base 16)   Schneider Electric C

commit arpwatch-ethercodes for openSUSE:Factory

2011-11-08 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-11-08 09:23:14

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-11-05 11:43:15.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-11-08 09:25:53.0 +0100
@@ -2 +2 @@
-Sat Nov  5 06:40:05 CET 2011 - autobu...@suse.de
+Tue Nov  8 08:40:04 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-11-05
+- automated update on 2011-11-08



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.8WnUkv/_old  2011-11-08 09:25:54.0 +0100
+++ /var/tmp/diff_new_pack.8WnUkv/_new  2011-11-08 09:25:54.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.11.5
+Version:2011.11.8
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.8WnUkv/_old  2011-11-08 09:25:54.0 +0100
+++ /var/tmp/diff_new_pack.8WnUkv/_new  2011-11-08 09:25:54.0 +0100
@@ -85549,11 +85549,10 @@
Jung-Ho City Taipei Hsien 235
TAIWAN, REPUBLIC OF CHINA
 
-40-61-8E   (hex)   Hort-Plan
-40618E (base 16)   Hort-Plan
-   666-1 Shimohara
-   Hirahara
-   Komoro Nagano 384-0092
+40-61-8E   (hex)   Stella-Green Co
+40618E (base 16)   Stella-Green Co
+   1-5-16 Edobori, Nishi-ku
+   Osaka  550-0002
JAPAN
 
 40-66-7A   (hex)   mediola - connected living AG
@@ -88874,6 +88873,12 @@
Sz�kesfeh�rv�r Fej�r 8000
HUNGARY
 
+70-41-B7   (hex)   Edwards Lifesciences LLC
+7041B7 (base 16)   Edwards Lifesciences LLC
+   One Edwards Way
+   Irvine CA 92614
+   UNITED STATES
+
 70-46-42   (hex)   CHYNG HONG ELECTRONIC CO., LTD.
 704642 (base 16)   CHYNG HONG ELECTRONIC CO., LTD.
No.80, Lane 258, Sec. 3, Hansi W. Rd.,
@@ -92967,6 +92972,13 @@
Shenzhen GuangDong 518101
CHINA
 
+A8-49-A5   (hex)   Lisantech Co., Ltd.
+A849A5 (base 16)   Lisantech Co., Ltd.
+   1108, STX V-Tower  Gasan-dong
+   Geumcheon-gu
+   Seoul  153-803
+   KOREA, REPUBLIC OF
+
 A8-55-6A   (hex)   Pocketnet Technology Inc.
 A8556A (base 16)   Pocketnet Technology Inc.
Suite B, 7F., No. 550, Ruie Kwang Rd., Neihu 
District,
@@ -96877,6 +96889,12 @@
Des Moines Iowa 50323
UNITED STATES
 
+DC-A8-CF   (hex)   New Spin Golf, LLC.
+DCA8CF (base 16)   New Spin Golf, LLC.
+   1637 Burr Oak Drive
+   Libertyville IL 60048
+   UNITED STATES
+
 DC-A9-71   (hex)   Intel Corporate
 DCA971 (base 16)   Intel Corporate
Lot 8, Jalan Hi-Tech 2/3

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-11-05 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-11-05 11:13:51

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-11-02 11:47:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-11-05 11:43:15.0 +0100
@@ -2 +2 @@
-Wed Nov  2 06:40:05 CET 2011 - autobu...@suse.de
+Sat Nov  5 06:40:05 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-11-02
+- automated update on 2011-11-05



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.CigLaD/_old  2011-11-05 11:43:38.0 +0100
+++ /var/tmp/diff_new_pack.CigLaD/_new  2011-11-05 11:43:38.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.11.2
+Version:2011.11.5
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.CigLaD/_old  2011-11-05 11:43:38.0 +0100
+++ /var/tmp/diff_new_pack.CigLaD/_new  2011-11-05 11:43:38.0 +0100
@@ -7237,9 +7237,9 @@
Campbell CA 95008
UNITED STATES
 
-00-04-56   (hex)   Motorola PTP Inc
-000456 (base 16)   Motorola PTP Inc
-   Unit 1A, Linhay Business Park,
+00-04-56   (hex)   Cambium Networks Limited
+000456 (base 16)   Cambium Networks Limited
+   Unit B2, Linhay Business Park,
Eastern Road,
Ashburton Devon TQ13 7UP
UNITED KINGDOM
@@ -13110,9 +13110,9 @@
Boulder CO 80301
UNITED STATES
 
-00-07-E8   (hex)   St. Bernard Software
-0007E8 (base 16)   St. Bernard Software
-   15015 Avenue of Science
+00-07-E8   (hex)   EdgeWave
+0007E8 (base 16)   EdgeWave
+   15333 Avenue of Science
San Diego CA 92128
UNITED STATES
 
@@ -80351,6 +80351,12 @@
Sidoarjo Jawa Timur 61256
INDONESIA
 
+00-FA-3B   (hex)   CLOOS ELECTRONIC GMBH
+00FA3B (base 16)   CLOOS ELECTRONIC GMBH
+   Jambe ducommun 8
+   LE LOCLE  2400
+   SWITZERLAND
+
 00-FC-58   (hex)   WebSilicon Ltd.
 00FC58 (base 16)   WebSilicon Ltd.
25, Habarzel St.,
@@ -82029,6 +82035,13 @@
McBee SC 29101
UNITED STATES
 
+0C-85-25   (hex)   Cisco Systems
+0C8525 (base 16)   Cisco Systems
+   80 West Tasman Dr.
+   SJCM1-1
+   San Jose CA 95134
+   UNITED STATES
+
 0C-8D-98   (hex)   TOP EIGHT IND CORP
 0C8D98 (base 16)   TOP EIGHT IND CORP
8F.,No79-1 Zhouzi St., Neihu District, Taipei 
City  (Neihu Technology Park)
@@ -84019,6 +84032,12 @@
Malaga  29590
SPAIN
 
+28-CD-1C   (hex)   Espotel Oy
+28CD1C (base 16)   Espotel Oy
+   Kappelitie 6
+   Espoo Espoo FI-02200
+   FINLAND
+
 28-CD-4C   (hex)   Individual Computers GmbH
 28CD4C (base 16)   Individual Computers GmbH
Im Zemmer 6
@@ -84542,6 +84561,12 @@
San Francisco CA 94105
UNITED STATES
 
+30-B3-A2   (hex)   Shenzhen Heguang Measurement & Control 
Technology Co.,Ltd
+30B3A2 (base 16)   Shenzhen Heguang Measurement & Control 
Technology Co.,Ltd
+   3/F, Tower A, Xiangnian Plaza, 6060 Qiaoxiang 
Road, 
+   Shenzhen Guangdong 518053
+   CHINA
+
 30

commit arpwatch-ethercodes for openSUSE:Factory

2011-11-02 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-11-02 11:46:52

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-10-28 19:15:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-11-02 11:47:00.0 +0100
@@ -2 +2 @@
-Fri Oct 28 07:40:06 CEST 2011 - autobu...@suse.de
+Wed Nov  2 06:40:05 CET 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-28
+- automated update on 2011-11-02



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.yiVHp8/_old  2011-11-02 11:47:03.0 +0100
+++ /var/tmp/diff_new_pack.yiVHp8/_new  2011-11-02 11:47:03.0 +0100
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.28
+Version:2011.11.2
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.yiVHp8/_old  2011-11-02 11:47:03.0 +0100
+++ /var/tmp/diff_new_pack.yiVHp8/_new  2011-11-02 11:47:03.0 +0100
@@ -80359,8 +80359,8 @@
 
 00-FC-70   (hex)   Intrepid Control Systems, Inc.
 00FC70 (base 16)   Intrepid Control Systems, Inc.
-   5700 18 Mile Rd.
-   Sterling Heights MI 48314
+   31601 Research Park Dr.
+   Madison Heights MI 48071
UNITED STATES
 
 02-07-01   (hex)   RACAL-DATACOM
@@ -83598,6 +83598,13 @@
Seattle WA 98109
UNITED STATES
 
+24-5F-DF   (hex)   KYOCERA Corporation
+245FDF (base 16)   KYOCERA Corporation
+   2-1-1,Kagahara,
+   Tsuzuki-ku
+   Yokohama-shi Kanagawa 224-8502
+   JAPAN
+
 24-77-03   (hex)   Intel Corporate
 247703 (base 16)   Intel Corporate
Lot 8, Jalan Hi-Tech 2/3
@@ -83674,6 +83681,12 @@
Segrate Milano 20090
ITALY
 
+24-B6-FD   (hex)   Dell Inc
+24B6FD (base 16)   Dell Inc
+   One Dell Way, MS:RR5-45
+   Round Rock Texas 78682
+   UNITED STATES
+
 24-B8-8C   (hex)   Crenus Co.,Ltd.
 24B88C (base 16)   Crenus Co.,Ltd.
Mario Tower 814, 222-12
@@ -84024,6 +84037,12 @@
Oulu Ou 90230
FINLAND
 
+28-D5-76   (hex)   Premier Wireless, Inc.
+28D576 (base 16)   Premier Wireless, Inc.
+   4222 E. La Palma Ave.
+   Anaheim CA 92807
+   UNITED STATES
+
 28-D9-97   (hex)   Yuduan Mobile Co., Ltd.
 28D997 (base 16)   Yuduan Mobile Co., Ltd.
Room 401 No 84 Lane 887 Zuchongzhi Rd.
@@ -87896,6 +87915,12 @@
Scottsdale Arizona 85260
UNITED STATES
 
+64-55-63   (hex)   Intelight Inc.
+645563 (base 16)   Intelight Inc.
+   3450 S Broadmont Drive, Suite 126
+   Tucson AZ 85713
+   UNITED STATES
+
 64-55-7F   (hex)   NSFOCUS Information Technology Co., Ltd.
 64557F (base 16)   NSFOCUS Information Technology Co., Ltd.
3/F,Ether Building, No.4 Beiwa Rd.,Haidian 
District
@@ -88622,6 +88647,13 @@
San Jose CA 95134
UNITED STATES
 
+6C-A6-82   (hex)   EDAM information & communications
+6CA682 (base 16)   EDAM information & communications
+   601, Hanlim Veture town, 689-6
+   Geumjeong-dong
+   Gunpo Gyenggi-Do 435-862
+   KOREA, REPUBLIC OF
+
 6C-A7-80   (hex)   Nokia Corporation
 6CA78

commit arpwatch-ethercodes for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-10-28 19:15:14

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-10-27 11:07:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-10-28 19:15:15.0 +0200
@@ -2 +2 @@
-Thu Oct 27 06:40:05 CEST 2011 - autobu...@suse.de
+Fri Oct 28 07:40:06 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-27
+- automated update on 2011-10-28



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.sjpn7z/_old  2011-10-28 19:18:54.0 +0200
+++ /var/tmp/diff_new_pack.sjpn7z/_new  2011-10-28 19:18:54.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.27
+Version:2011.10.28
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.sjpn7z/_old  2011-10-28 19:18:54.0 +0200
+++ /var/tmp/diff_new_pack.sjpn7z/_new  2011-10-28 19:18:54.0 +0200
@@ -11141,8 +11141,8 @@
Itasca IL 60143-1849
UNITED STATES
 
-00-06-B5   (hex)   Luminent, Inc.
-0006B5 (base 16)   Luminent, Inc.
+00-06-B5   (hex)   Source Photonics, Inc.
+0006B5 (base 16)   Source Photonics, Inc.
20550 Nordhoff St.
Chatsworth CA 91311
UNITED STATES
@@ -50551,11 +50551,10 @@
Beijing  010010
CHINA
 
-00-1F-22   (hex)   Fiberxon, Inc.
-001F22 (base 16)   Fiberxon, Inc.
-   5201 Great America Parkway
-   Suite 340
-   Santa Clara CA 95054
+00-1F-22   (hex)   Source Photonics, Inc.
+001F22 (base 16)   Source Photonics, Inc.
+   20550 Nordhoff Street
+   Chatsworth CA 91311
UNITED STATES
 
 00-1F-23   (hex)   Interacoustics
@@ -86349,6 +86348,13 @@
Mount Kuring-Gai New South Wales 2080
AUSTRALIA
 
+4C-39-10   (hex)   Newtek Electronics co., Ltd.
+4C3910 (base 16)   Newtek Electronics co., Ltd.
+   Byucksan-Sunyoung Technopia 1004,
+   Ojeon-Dong,
+   Uiwang-City Kyunggi-Do 437-821
+   KOREA, REPUBLIC OF
+
 4C-3B-74   (hex)   VOGTEC(H.K.) Co., Ltd
 4C3B74 (base 16)   VOGTEC(H.K.) Co., Ltd
Flat 01, 2/F, On Ning Building,
@@ -94601,6 +94607,12 @@
SHENZHEN GUANGDONG 518109
CHINA
 
+C0-A0-DE   (hex)   Multi Touch Oy
+C0A0DE (base 16)   Multi Touch Oy
+   Henry Fordin katu 6
+   Helsinki  00100
+   FINLAND
+
 C0-A2-6D   (hex)   Abbott Point of Care
 C0A26D (base 16)   Abbott Point of Care
400 College Road East
@@ -94812,6 +94824,12 @@
San Jose CA 95134
UNITED STATES
 
+C4-67-B5   (hex)   Libratone A/S
+C467B5 (base 16)   Libratone A/S
+   Mileparken 20E
+   Skovlunde  2740
+   DENMARK
+
 C4-71-FE   (hex)   Cisco Systems
 C471FE (base 16)   Cisco Systems
80 West Tasman Dr.

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-10-27 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-10-27 11:03:15

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-10-26 15:33:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-10-27 11:07:00.0 +0200
@@ -2 +2 @@
-Wed Oct 26 07:40:16 CEST 2011 - autobu...@suse.de
+Thu Oct 27 06:40:05 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-26
+- automated update on 2011-10-27



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.agjqKm/_old  2011-10-27 11:07:03.0 +0200
+++ /var/tmp/diff_new_pack.agjqKm/_new  2011-10-27 11:07:03.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.26
+Version:2011.10.27
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.agjqKm/_old  2011-10-27 11:07:03.0 +0200
+++ /var/tmp/diff_new_pack.agjqKm/_new  2011-10-27 11:07:03.0 +0200
@@ -63555,7 +63555,7 @@
 00-30-11   (hex)   HMS Industrial Networks   
 003011 (base 16)   HMS Industrial Networks   
P O Box 4126
-   HALMSSTAD
+   HALMSTAD
SE-300 04
SWEDEN
 
@@ -87067,6 +87067,12 @@
S�nderborg  DK-6400
DENMARK
 
+58-66-BA   (hex)   Hangzhou H3C Technologies Co., Limited
+5866BA (base 16)   Hangzhou H3C Technologies Co., Limited
+   310 Liuhe Road, Zhijiang Science Park
+   Hangzhou Zhejiang,  310053
+   CHINA
+
 58-67-1A   (hex)   BARNES&NOBLE.COM
 58671A (base 16)   BARNES&NOBLE.COM
400 HAMILTON AVENUE
@@ -88673,6 +88679,12 @@
LYON  69004
FRANCE
 
+6C-E9-07   (hex)   Nokia Corporation
+6CE907 (base 16)   Nokia Corporation
+   Yrttipellontie 6
+   Oulu Ou 90230
+   FINLAND
+
 6C-F0-49   (hex)   GIGA-BYTE TECHNOLOGY CO.,LTD.
 6CF049 (base 16)   GIGA-BYTE TECHNOLOGY CO.,LTD.
No.215,Nan-Ping Road,
@@ -91419,6 +91431,12 @@
Shanghai   201613 
CHINA
 
+94-3A-F0   (hex)   Nokia Corporation
+943AF0 (base 16)   Nokia Corporation
+   Yrttipellontie 6
+   Oulu Ou 90230
+   FINLAND
+
 94-44-52   (hex)   Belkin International, Inc.
 944452 (base 16)   Belkin International, Inc.
501 W. Walnut St.

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-10-26 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-10-26 15:18:52

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-10-25 15:47:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-10-26 15:33:27.0 +0200
@@ -2 +2 @@
-Tue Oct 25 07:40:06 CEST 2011 - autobu...@suse.de
+Wed Oct 26 07:40:16 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-25
+- automated update on 2011-10-26



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.FG0z5G/_old  2011-10-26 15:33:39.0 +0200
+++ /var/tmp/diff_new_pack.FG0z5G/_new  2011-10-26 15:33:39.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.25
+Version:2011.10.26
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.FG0z5G/_old  2011-10-26 15:33:40.0 +0200
+++ /var/tmp/diff_new_pack.FG0z5G/_new  2011-10-26 15:33:40.0 +0200
@@ -63552,11 +63552,11 @@
TAIWAN R.O.C.
TAIWAN, REPUBLIC OF CHINA
 
-00-30-11   (hex)   HMS FIELDBUS SYSTEMS AB
-003011 (base 16)   HMS FIELDBUS SYSTEMS AB
-   PILEFELTSGATAN 93-95
-   30250 HALMSSTAD
-   SWEDEN
+00-30-11   (hex)   HMS Industrial Networks   
+003011 (base 16)   HMS Industrial Networks   
+   P O Box 4126
+   HALMSSTAD
+   SE-300 04
SWEDEN
 
 00-30-12   (hex)   DIGITAL ENGINEERING LTD.
@@ -86210,6 +86210,13 @@
Leyburn North Yorkshire DL8 5NS
UNITED KINGDOM
 
+48-D5-4C   (hex)   Jeda Networks
+48D54C (base 16)   Jeda Networks
+   2618 San Miguel Drive
+   Suite # 408
+   Newport Beach Ca. 92660
+   UNITED STATES
+
 48-D8-FE   (hex)   ClarIDy Solutions, Inc.
 48D8FE (base 16)   ClarIDy Solutions, Inc.
7F, No.9, ParkAvenue II Rd., Hsinchu Science 
Park, 
@@ -90693,6 +90700,12 @@
Kyoto  601-8468
JAPAN
 
+8C-0C-A3   (hex)   Amper
+8C0CA3 (base 16)   Amper
+   Marconi 3, PTM
+   Tres Cantos Madrid 28760
+   SPAIN
+
 8C-11-CB   (hex)   ABUS Security-Center GmbH & Co. KG
 8C11CB (base 16)   ABUS Security-Center GmbH & Co. KG
Linker Kreuthweg 5
@@ -91582,6 +91595,13 @@
Oslo  N-0975
NORWAY
 
+94-DF-58   (hex)   IJ Electron CO.,Ltd.
+94DF58 (base 16)   IJ Electron CO.,Ltd.
+   401 ACE HIGHEND8, 345-4 GASAN-DONG
+   KEUMCHEON-GU 
+   SEOUL  153-802
+   KOREA, REPUBLIC OF
+
 94-E0-D0   (hex)   HealthStream Taiwan Inc.
 94E0D0 (base 16)   HealthStream Taiwan Inc.
16-3, Zichiang 1st Road
@@ -92772,6 +92792,13 @@
SUWA-SHI NAGANO-KEN 392-8502
JAPAN
 
+A4-EF-52   (hex)   Telewave Co., Ltd.
+A4EF52 (base 16)   Telewave Co., Ltd.
+   A-203, SK Twintech Tower
+   Gasan-dong, Geumcheon-gu
+   Seoul  153-773
+   KOREA, REPUBLIC OF
+
 A8-1B-18   (hex)   XTS CORP
 A81B18 (base 16)   XTS CORP
10125 NW 116TH WAY, SUITE 5
@@ -96640,9 +96667,9 @@
 
 DC-C1-01   (hex)   SOLiD Technologies, Inc.
 DCC101 (base 16)   SOLiD Technologies, Inc.
-   4th Floor, KINS Tower

commit arpwatch-ethercodes for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-10-25 15:47:00

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-10-21 16:27:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-10-25 15:47:48.0 +0200
@@ -2 +2 @@
-Fri Oct 21 08:40:06 CEST 2011 - autobu...@suse.de
+Tue Oct 25 07:40:06 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-21
+- automated update on 2011-10-25



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.sUU3Mm/_old  2011-10-25 15:47:57.0 +0200
+++ /var/tmp/diff_new_pack.sUU3Mm/_new  2011-10-25 15:47:57.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.21
+Version:2011.10.25
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.sUU3Mm/_old  2011-10-25 15:47:57.0 +0200
+++ /var/tmp/diff_new_pack.sUU3Mm/_new  2011-10-25 15:47:57.0 +0200
@@ -24523,8 +24523,8 @@
 
 00-0F-17   (hex)   Insta Elektro GmbH
 000F17 (base 16)   Insta Elektro GmbH
-   Talstrasse 104
-   Luedenscheid NRW D-58515
+   Hohe Steinert 10
+   Luedenscheid NRW D-58809
GERMANY
 
 00-0F-18   (hex)   Industrial Control Systems
@@ -82790,6 +82790,12 @@
Incheon Pupyeong-gu 82
KOREA, REPUBLIC OF
 
+18-20-32   (hex)   Apple, Inc.
+182032 (base 16)   Apple, Inc.
+   1 Infinite Loop
+   Cupertino  CA 95014
+   UNITED STATES
+
 18-28-61   (hex)   AirTies Wireless Networks
 182861 (base 16)   AirTies Wireless Networks
G�lbahar Mah. Avni Dilligil Sok. Celik Is 
Merkezi No:5 Mecidiyekoy
@@ -83196,6 +83202,12 @@
609917
SINGAPORE
 
+1C-BB-A8   (hex)   OJSC "Ufimskiy Zavod "Promsvyaz"
+1CBBA8 (base 16)   OJSC "Ufimskiy Zavod "Promsvyaz"
+   39, 50 let SSSR
+   Ufa Bashkortostan 450071
+   RUSSIAN FEDERATION
+
 1C-BD-0E   (hex)   Amplified Engineering Pty Ltd
 1CBD0E (base 16)   Amplified Engineering Pty Ltd
5 Turner Avenue
@@ -84657,6 +84669,12 @@
M�nster NRW 48163
GERMANY
 
+34-97-FB   (hex)   ADVANCED RF TECHNOLOGIES INC
+3497FB (base 16)   ADVANCED RF TECHNOLOGIES INC
+   3116 W Vanowen St
+   Burbank California 91505
+   UNITED STATES
+
 34-99-D7   (hex)   Universal Flow Monitors, Inc.
 3499D7 (base 16)   Universal Flow Monitors, Inc.
1755 E. Nine Mile Rd.
@@ -84907,6 +84925,12 @@
Taipei Hsien  241
TAIWAN, REPUBLIC OF CHINA
 
+38-83-45   (hex)   TP-LINK TECHNOLOGIES CO., LTD.
+388345 (base 16)   TP-LINK TECHNOLOGIES CO., LTD.
+   Building 24 (floors 1,3,4,5) and 28 (floors1-4) 
 Central Science and Technology Park,Shennan Rd, Nanshan, 
+   Shenzhen, Guangdong Province 518057
+   CHINA
+
 38-91-FB   (hex)   Xenox Holding BV
 3891FB (base 16)   Xenox Holding BV
Lingedijk 80
@@ -85242,6 +85266,12 @@
Dongguan Guangdong 523849
CHINA
 
+3C-D0-F8   (hex)   Apple, Inc.
+3CD0F8 (base 16)   Apple, Inc.
+   1 Infinite Loop
+   Cupertino  CA 95014
+   UNITED STATES
+
 3C-D1-6E   (hex)   Telepower Communication Co., Ltd
 3CD16E (

commit arpwatch-ethercodes for openSUSE:Factory

2011-10-18 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Tue Oct 18 13:57:22 CEST 2011.




--- openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-16 12:43:17.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-18 07:40:05.0 +0200
@@ -2 +2 @@
-Sat Oct 15 06:40:04 CEST 2011 - autobu...@suse.de
+Tue Oct 18 07:40:05 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-15
+- automated update on 2011-10-18

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.lQfSg0/_old  2011-10-18 13:57:18.0 +0200
+++ /var/tmp/diff_new_pack.lQfSg0/_new  2011-10-18 13:57:18.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.15
+Version:2011.10.18
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.lQfSg0/_old  2011-10-18 13:57:19.0 +0200
+++ /var/tmp/diff_new_pack.lQfSg0/_new  2011-10-18 13:57:19.0 +0200
@@ -96407,6 +96407,13 @@
Poing BY 85586
GERMANY
 
+DC-3C-2E   (hex)   Manufacturing System Insights, Inc.
+DC3C2E (base 16)   Manufacturing System Insights, Inc.
+   2550 Ninth St.
+   Suite 204B
+   Berkely CA 94710
+   UNITED STATES
+
 DC-3C-84   (hex)   Ticom Geomatics, Inc.
 DC3C84 (base 16)   Ticom Geomatics, Inc.
9130 Jollyville Rd. Ste. 300

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-10-16 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Sun Oct 16 12:40:36 CEST 2011.




--- openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-14 09:49:53.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-15 06:40:04.0 +0200
@@ -2 +2 @@
-Fri Oct 14 06:40:05 CEST 2011 - autobu...@suse.de
+Sat Oct 15 06:40:04 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-14
+- automated update on 2011-10-15

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.6ZVPmi/_old  2011-10-16 12:40:33.0 +0200
+++ /var/tmp/diff_new_pack.6ZVPmi/_new  2011-10-16 12:40:33.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.14
+Version:2011.10.15
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.6ZVPmi/_old  2011-10-16 12:40:33.0 +0200
+++ /var/tmp/diff_new_pack.6ZVPmi/_new  2011-10-16 12:40:33.0 +0200
@@ -78651,6 +78651,13 @@
Fuji Shizuoka 417-0001
JAPAN
 
+00-DB-DF   (hex)   Intel Corporate
+00DBDF (base 16)   Intel Corporate
+   Lot 8, Jalan Hi-Tech 2/3
+   Kulim Hi-Tech Park
+   Kulim Kedah 09000
+   MALAYSIA
+
 00-DD-00   (hex)   UNGERMANN-BASS INC.
 00DD00 (base 16)   UNGERMANN-BASS INC.
3900 FREEDOM CIRCLE
@@ -83888,6 +83895,12 @@
Cupertino ca 95014
UNITED STATES
 
+28-6A-BA   (hex)   IEEE-SA
+286ABA (base 16)   IEEE-SA
+   501 Hoes Lane
+   Piscataway NJ 08854
+   UNITED STATES
+
 28-6E-D4   (hex)   HUAWEI TECHNOLOGIES CO.,LTD
 286ED4 (base 16)   HUAWEI TECHNOLOGIES CO.,LTD
B1-7,Huawei Industrial Base,Bantian,Longgang
@@ -84234,6 +84247,12 @@
Waterloo Ontario N2L 3W8
CANADA
 
+2C-B0-5D   (hex)   NETGEAR
+2CB05D (base 16)   NETGEAR
+   350 EAST PLUMERIA DRIVE
+   SAN JOSE CALIFORNIA 95134
+   UNITED STATES
+
 2C-B0-DF   (hex)   Soliton Technologies Pvt Ltd
 2CB0DF (base 16)   Soliton Technologies Pvt Ltd
# 683, 15th Cross 
@@ -87010,6 +87029,13 @@
San Jose CA 95134
UNITED STATES
 
+58-91-CF   (hex)   Intel Corporate
+5891CF (base 16)   Intel Corporate
+   Lot 8, Jalan Hi-Tech 2/3
+   Kulim Hi-Tech Park
+   Kulim Kedah 09000
+   MALAYSIA
+
 58-92-0D   (hex)   Kinetic Avionics Limited
 58920D (base 16)   Kinetic Avionics Limited
Elstree Aerodrome
@@ -87488,6 +87514,13 @@
Beijing  100085
CHINA
 
+60-67-20   (hex)   Intel Corporate
+606720 (base 16)   Intel Corporate
+   Lot 8, Jalan Hi-Tech 2/3
+   Kulim Hi-Tech Park
+   Kulim Kedah 09000
+   MALAYSIA
+
 60-6B-BD   (hex)   Samsung Electronics Co., LTD
 606BBD (base 16)   Samsung Electronics Co., LTD
416, Maetan-3dong, Yeongtong-gu
@@ -90914,6 +90947,12 @@
Shanghai   201613 
CHINA
 
+90-3A-A0   (hex)   Alcatel-Lucent
+903AA0 (base 16)   Alcatel-Lucent
+   600 March Road
+   Kanata Ontario K2K 2E6
+   CANADA
+
 90-3C-AE   (hex)   Yunnan KSEC Digital Technology Co.,Ltd.
 903CAE (base 16)   Yunnan KSEC Digital Technology Co.,Ltd.
3F,NO.176 Keyi ROAD,High and New Technological 
Industrial Development Zone
@@ -96697,6 +96736,13 @@
SAN JOSE CALIFORNIA 95134
UNI

commit arpwatch-ethercodes for openSUSE:Factory

2011-10-14 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Fri Oct 14 09:46:53 CEST 2011.




--- openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-13 12:18:00.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-14 06:40:05.0 +0200
@@ -2 +2 @@
-Thu Oct 13 07:40:05 CEST 2011 - autobu...@suse.de
+Fri Oct 14 06:40:05 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-13
+- automated update on 2011-10-14

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.YFgpbG/_old  2011-10-14 09:46:49.0 +0200
+++ /var/tmp/diff_new_pack.YFgpbG/_new  2011-10-14 09:46:49.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.13
+Version:2011.10.14
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.YFgpbG/_old  2011-10-14 09:46:49.0 +0200
+++ /var/tmp/diff_new_pack.YFgpbG/_new  2011-10-14 09:46:49.0 +0200
@@ -73326,6 +73326,13 @@
Hiawatha IA 52233
UNITED STATES
 
+00-91-FA   (hex)   Synapse Product Development
+0091FA (base 16)   Synapse Product Development
+   1511 6th Ave
+   Suite 400
+   Seattle WA 98101
+   UNITED STATES
+
 00-93-63   (hex)   Uni-Link Technology Co., Ltd.
 009363 (base 16)   Uni-Link Technology Co., Ltd.
7-5, No.66, Sec.2, Nan-Kan Rd., Lu-Chu Hsiang,
@@ -85544,6 +85551,12 @@
New Taipei City  23586
TAIWAN, REPUBLIC OF CHINA
 
+40-BC-8B   (hex)   itelio GmbH
+40BC8B (base 16)   itelio GmbH
+   Franz-Larcher-Stra�e 4
+   Kiefersfelden Bavaria 83088
+   GERMANY
+
 40-BF-17   (hex)   Digistar Telecom. SA
 40BF17 (base 16)   Digistar Telecom. SA
Av. Theodomiro Porto da Fonseca, 3101
@@ -88056,6 +88069,12 @@
Hsin Tien Taipei Hsien 231
TAIWAN, REPUBLIC OF CHINA
 
+68-1A-B2   (hex)   zte corporation
+681AB2 (base 16)   zte corporation
+   12/F.,zte R&D Building,Kejinan Road
+   Shenzhen Guangdong 518057
+   CHINA
+
 68-1F-D8   (hex)   Advanced Telemetry
 681FD8 (base 16)   Advanced Telemetry
10670 Treena Street
@@ -93194,6 +93213,12 @@
Shanghai  200436
CHINA
 
+B0-6C-BF   (hex)   3ality Digital Systems GmbH
+B06CBF (base 16)   3ality Digital Systems GmbH
+   Gut Mergenthau 1
+   Kissing Bayern 86438
+   GERMANY
+
 B0-75-D5   (hex)   ZTE Corporation
 B075D5 (base 16)   ZTE Corporation
12/F,ZTE R&D Building,Kejinan Road,
@@ -94535,6 +94560,12 @@
Le Mars IA 51031
UNITED STATES
 
+C4-60-44   (hex)   Everex Electronics Limited
+C46044 (base 16)   Everex Electronics Limited
+   Unit 3, Block A, 16/F
+   Kailey Industrial Center
+   HONG KONG
+
 C4-63-54   (hex)   U-Raku, Inc.
 C46354 (base 16)   U-Raku, Inc.
401-1 Deba

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-10-13 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Thu Oct 13 12:17:06 CEST 2011.




--- openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-12 16:11:06.0 +0200
+++ arpwatch-ethercodes/arpwatch-ethercodes.changes 2011-10-13 
07:40:05.0 +0200
@@ -2 +2 @@
-Wed Oct 12 06:40:04 CEST 2011 - autobu...@suse.de
+Thu Oct 13 07:40:05 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-12
+- automated update on 2011-10-13

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.UztmRL/_old  2011-10-13 12:17:03.0 +0200
+++ /var/tmp/diff_new_pack.UztmRL/_new  2011-10-13 12:17:03.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.12
+Version:2011.10.13
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.UztmRL/_old  2011-10-13 12:17:03.0 +0200
+++ /var/tmp/diff_new_pack.UztmRL/_new  2011-10-13 12:17:03.0 +0200
@@ -90458,6 +90458,12 @@
Glasgow  G44 4EF
UNITED KINGDOM
 
+88-C3-6E   (hex)   Beijing Ereneben lnformation Technology Limited
+88C36E (base 16)   Beijing Ereneben lnformation Technology Limited
+   Room 14F,Building F,Honglong Central 
Plaza,NO,3001,Heping Road,LuoHu 
+   ShenZhen GuangDong 518110
+   CHINA
+
 88-C6-63   (hex)   Apple Inc
 88C663 (base 16)   Apple Inc
1 Infinite Loop
@@ -91701,6 +91707,12 @@
Irvine California 92612
UNITED STATES
 
+98-FE-03   (hex)   Ericsson - North America
+98FE03 (base 16)   Ericsson - North America
+   6300 Legacy Drive
+   Plano TX 75024
+   UNITED STATES
+
 9C-18-74   (hex)   Nokia Danmark A/S
 9C1874 (base 16)   Nokia Danmark A/S
Frederikskaj
@@ -92084,6 +92096,12 @@
SCANDICCI FI 50018
ITALY
 
+A0-5A-A4   (hex)   Grand Products Nevada, Inc.
+A05AA4 (base 16)   Grand Products Nevada, Inc.
+   751 Pilot Rd.
+   Las Vegas Nevada 89119
+   UNITED STATES
+
 A0-5D-C1   (hex)   TMCT Co., LTD.
 A05DC1 (base 16)   TMCT Co., LTD.
5F-561, #19-11 SanChong Rd.
@@ -97912,6 +97930,12 @@
ANKARA  06370
TURKEY
 
+F0-EE-BB   (hex)   VIPAR GmbH
+F0EEBB (base 16)   VIPAR GmbH
+   Lichtenbergstrasse 8
+   Garching bei Muenchen Bavaria 85748
+   GERMANY
+
 F0-F0-02   (hex)   Hon Hai Precision Ind. Co.,Ltd. 
 F0F002 (base 16)   Hon Hai Precision Ind. Co.,Ltd. 
 NO.1925,Nanle Road ,Songjiang Export 
Processing Zone 

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-10-12 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Wed Oct 12 16:11:06 CEST 2011.




--- openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-11 16:41:55.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-12 06:40:04.0 +0200
@@ -2 +2 @@
-Tue Oct 11 12:40:05 CEST 2011 - autobu...@suse.de
+Wed Oct 12 06:40:04 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-11
+- automated update on 2011-10-12

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.pDzidW/_old  2011-10-12 16:11:03.0 +0200
+++ /var/tmp/diff_new_pack.pDzidW/_new  2011-10-12 16:11:03.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.11
+Version:2011.10.12
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.pDzidW/_old  2011-10-12 16:11:03.0 +0200
+++ /var/tmp/diff_new_pack.pDzidW/_new  2011-10-12 16:11:03.0 +0200
@@ -81738,6 +81738,13 @@
San Jose CA 95134
UNITED STATES
 
+08-25-22   (hex)   ADVANSEE
+082522 (base 16)   ADVANSEE
+   9 Rue Alfred Kastler
+   CS30750
+   NANTES  44307
+   FRANCE
+
 08-2A-D0   (hex)   SRD Innovations Inc.
 082AD0 (base 16)   SRD Innovations Inc.
11525 Valley Ridge Dr. NW
@@ -83102,6 +83109,12 @@
Xindian City, Taipei County  231
TAIWAN, REPUBLIC OF CHINA
 
+1C-5C-55   (hex)   PRIMA Cinema, Inc
+1C5C55 (base 16)   PRIMA Cinema, Inc
+   1903 Wright Place, Suite 320
+   Carlsbad CA 92008
+   UNITED STATES
+
 1C-65-9D   (hex)   Liteon Technology Corporation
 1C659D (base 16)   Liteon Technology Corporation
4F,90,Chien 1 Road,ChungHo,Taipei Hsien,
@@ -83393,6 +83406,12 @@
Sunrise FL 33351
UNITED STATES
 
+20-AA-4B   (hex)   Cisco-Linksys, LLC
+20AA4B (base 16)   Cisco-Linksys, LLC
+   121 Theory Drive
+   Irvine California 92612
+   UNITED STATES
+
 20-B0-F7   (hex)   Enclustra GmbH
 20B0F7 (base 16)   Enclustra GmbH
Technoparkstrasse 1
@@ -85632,6 +85651,12 @@
Cupertino CA 95014
UNITED STATES
 
+44-32-2A   (hex)   Avaya Inc
+44322A (base 16)   Avaya Inc
+   211 Mount Airy Road 
+   Basking Ridge NJ 07920-2311
+   UNITED STATES
+
 44-37-19   (hex)   2 Save Energy Ltd
 443719 (base 16)   2 Save Energy Ltd
The Annexe, Field House Barn
@@ -86790,6 +86815,12 @@
QUANZHOU FUJIAN 362005
CHINA
 
+54-D0-ED   (hex)   AXIM Communications
+54D0ED (base 16)   AXIM Communications
+   1F., No. 5, Aly. 12, Ln. 15, Sec. 6, Sinyi Rd., 
Sinyi Dist.,
+   Taipei  110
+   TAIWAN, REPUBLIC OF CHINA
+
 54-D4-6F   (hex)   Cisco SPVTG
 54D46F (base 16)   Cisco SPVTG
5030 Sugarloaf Pkwy
@@ -87707,6 +87738,12 @@
Gwacheon Gyeonggi-Do 427-060
KOREA, REPUBLIC OF
 
+64-54-22   (hex)   Equinox Payments
+645422 (base 16)   Equinox Payments
+    E. Raintree Dr., Suite 300
+   Scottsdale Arizona 85260
+   UNITED STATES
+
 64-55-7F   (hex)   NSFOCUS Information Technology Co., Ltd.
 64557F (base 16)   NSFOCUS Information Technology Co., Ltd.
3/F,Ether Building, No.4 Beiwa Rd.,Haidian 
District
@@ -90751,6 +90788,13 @@
Taipei City   114
TAIWAN, REPUBLIC OF CHINA
 
+8C-DE-52   (hex)  

commit arpwatch-ethercodes for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Tue Oct 11 16:41:55 CEST 2011.




--- openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-08 11:41:02.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-11 12:40:05.0 +0200
@@ -2 +2 @@
-Sat Oct  8 07:40:05 CEST 2011 - autobu...@suse.de
+Tue Oct 11 12:40:05 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-08
+- automated update on 2011-10-11

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.8k0GT3/_old  2011-10-11 16:41:51.0 +0200
+++ /var/tmp/diff_new_pack.8k0GT3/_new  2011-10-11 16:41:51.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.8
+Version:2011.10.11
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.8k0GT3/_old  2011-10-11 16:41:51.0 +0200
+++ /var/tmp/diff_new_pack.8k0GT3/_new  2011-10-11 16:41:51.0 +0200
@@ -81673,6 +81673,12 @@
MARINA DEL REY CA 90292-6695
UNITED STATES
 
+08-0D-84   (hex)   GECO, Inc.
+080D84 (base 16)   GECO, Inc.
+   1754 N. 48th St.
+   Mesa AZ 85205
+   UNITED STATES
+
 08-11-96   (hex)   Intel Corporate
 081196 (base 16)   Intel Corporate
Lot 8, Jalan Hi-Tech 2/3
@@ -86193,6 +86199,12 @@
Beijing  100015
CHINA
 
+4C-2F-9D   (hex)   ICM Controls
+4C2F9D (base 16)   ICM Controls
+   7313 William Barry Blvd
+   North Syracuse NY 13212
+   UNITED STATES
+
 4C-30-89   (hex)   Thales Transportation Systems GmbH
 4C3089 (base 16)   Thales Transportation Systems GmbH
Bierweg 2
@@ -90434,6 +90446,13 @@
Sunnyvale CA 94089 
UNITED STATES
 
+88-E7-12   (hex)   Whirlpool Corporation
+88E712 (base 16)   Whirlpool Corporation
+   750 Monte Dr.
+   Mail Stop 5210
+   Benton Harbor Michigan 49022
+   UNITED STATES
+
 88-E7-A6   (hex)   iKnowledge Integration Corp.
 88E7A6 (base 16)   iKnowledge Integration Corp.
10F No.2, Sec. 3, Xinsheng S. Rd.,
@@ -93825,9 +93844,13 @@
San Jose CA 95131
UNITED STATES
 
-B8-E7-79   (hex)   PRIVATE
-B8E779 (base 16)
-
+B8-E7-79   (hex)   9Solutions Oy
+B8E779 (base 16)   9Solutions Oy
+   Teknologiantie 2
+   90590
+   Oulu  
+   FINLAND
+
 B8-EE-79   (hex)   YWire Technologies, Inc.
 B8EE79 (base 16)   YWire Technologies, Inc.
1372 Overdale

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-10-08 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Sat Oct 8 11:41:03 CEST 2011.




--- openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-07 15:18:06.0 +0200
+++ arpwatch-ethercodes/arpwatch-ethercodes.changes 2011-10-08 
07:40:05.0 +0200
@@ -2 +2 @@
-Fri Oct  7 07:40:05 CEST 2011 - autobu...@suse.de
+Sat Oct  8 07:40:05 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-07
+- automated update on 2011-10-08

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.dxtAY7/_old  2011-10-08 11:40:55.0 +0200
+++ /var/tmp/diff_new_pack.dxtAY7/_new  2011-10-08 11:40:55.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.7
+Version:2011.10.8
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.dxtAY7/_old  2011-10-08 11:40:55.0 +0200
+++ /var/tmp/diff_new_pack.dxtAY7/_new  2011-10-08 11:40:55.0 +0200
@@ -83793,6 +83793,13 @@
Cupertino CA 95014
UNITED STATES
 
+28-38-CF   (hex)   Gen2wave
+2838CF (base 16)   Gen2wave
+   Gumi-dong, Bundang-gu
+   #707, Point town B/D, 187-4
+   Seongnam-si Gyeonggi-do 463-741
+   KOREA, REPUBLIC OF
+
 28-39-E7   (hex)   Preceno Technology Pte.Ltd.
 2839E7 (base 16)   Preceno Technology Pte.Ltd.
11F, No.207-2, Sec. 3, Beixin Rd., Xindian Dist.
@@ -86606,6 +86613,13 @@
Sentjernej  8310
SLOVENIA
 
+50-FC-30   (hex)   Treehouse Labs
+50FC30 (base 16)   Treehouse Labs
+   601 Great Oaks Dr.
+   Ste. B-103
+   Round Rock TX 78681
+   UNITED STATES
+
 54-03-F5   (hex)   EBN Technology Corp.
 5403F5 (base 16)   EBN Technology Corp.
10F, No.90, Sec. 1, Sintai 5th Rd.
@@ -87625,6 +87639,12 @@
North Andover MA 01845
UNITED STATES
 
+64-27-37   (hex)   Hon Hai Precision Ind. Co.,Ltd. 
+642737 (base 16)   Hon Hai Precision Ind. Co.,Ltd. 
+   NO.1925,Nanle Road ,Songjiang Export Processing 
Zone 
+   Shanghai  201613
+   CHINA
+
 64-31-50   (hex)   Hewlett-Packard Company
 643150 (base 16)   Hewlett-Packard Company
11445 Compaq Center Drive
@@ -87657,6 +87677,12 @@
Shanghai  200233
CHINA
 
+64-4B-F0   (hex)   CalDigit, Inc
+644BF0 (base 16)   CalDigit, Inc
+   1941 Miraloma Ave #B
+   Placentia CA 92870
+   UNITED STATES
+
 64-4D-70   (hex)   dSPACE GmbH
 644D70 (base 16)   dSPACE GmbH
Rathenaustra�e 26
@@ -89698,6 +89724,12 @@
Boulder CO 80301
UNITED STATES
 
+7C-E9-D3   (hex)   Hon Hai Precision Ind. Co.,Ltd.
+7CE9D3 (base 16)   Hon Hai Precision Ind. Co.,Ltd.
+ NO.1925,Nanle Road ,Songjiang Export 
Processing Zone 
+   Shanghai 201613
+   CHINA
+
 7C-ED-8D   (hex)   MICROSOFT
 7CED8D (base 16)   MICROSOFT
One Microsoft Way
@@ -92175,6 +92207,12 @@
Wuxi Jiangsu 214028 
CHINA
 
+A0-F3-E4   (hex)   Alcatel -Lucent IPD
+A0F3E4 (base 16)   Alcatel -Lucent IPD
+   600 March Dr
+   Kanata On K2K 2E1
+   CANADA
+
 A4-01-30   (hex)   ABIsystems Co., LTD
 A40130 (base 16)   ABIsystems Co., LTD
308 ACE Techno Tower8 191-7 Guro-dong
@@ -96800,6 +96838,12 @@
San Diego CA 92121
UNITED STATES
 
+E4-67-BA   (hex)   Danish Interpretation Systems A/

commit arpwatch-ethercodes for openSUSE:Factory

2011-10-07 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Fri Oct 7 15:18:08 CEST 2011.




--- openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-06 14:58:22.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-07 07:40:05.0 +0200
@@ -2 +2 @@
-Thu Oct  6 06:40:14 CEST 2011 - autobu...@suse.de
+Fri Oct  7 07:40:05 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-06
+- automated update on 2011-10-07

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.ifvScI/_old  2011-10-07 15:18:04.0 +0200
+++ /var/tmp/diff_new_pack.ifvScI/_new  2011-10-07 15:18:04.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.6
+Version:2011.10.7
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.ifvScI/_old  2011-10-07 15:18:04.0 +0200
+++ /var/tmp/diff_new_pack.ifvScI/_new  2011-10-07 15:18:04.0 +0200
@@ -13573,6 +13573,13 @@
San Jose CA 95134
UNITED STATES
 
+00-08-31   (hex)   Cisco Systems
+000831 (base 16)   Cisco Systems
+   80 West Tasman Dr.
+   SJCM1-1
+   San Jose CA 95134
+   UNITED STATES
+
 00-08-4E   (hex)   DivergeNet, Inc.
 00084E (base 16)   DivergeNet, Inc.
2142 Bering Dr.
@@ -90657,6 +90664,12 @@
Taoyuan City  330
TAIWAN, REPUBLIC OF CHINA
 
+8C-C8-CD   (hex)   Samsung Electronics Co., LTD
+8CC8CD (base 16)   Samsung Electronics Co., LTD
+   416, Maetan 3-dong, Yeongtong-gu
+   Suwon Gyeonggi-do 443742
+   KOREA, REPUBLIC OF
+
 8C-CF-5C   (hex)   BEFEGA GmbH
 8CCF5C (base 16)   BEFEGA GmbH
Reichenbacher Str. 22
@@ -90905,6 +90918,12 @@
Shenzhen  518026
CHINA
 
+90-8F-CF   (hex)   UNO System Co., Ltd
+908FCF (base 16)   UNO System Co., Ltd
+   #402 Kolon Science Valley ��., 187-10, 
Guro-dong, Guro-gu
+   Seoul  152-848
+   KOREA, REPUBLIC OF
+
 90-90-3C   (hex)   TRISON TECHNOLOGY CORPORATION
 90903C (base 16)   TRISON TECHNOLOGY CORPORATION
No.3, Kung-Yeh 12th Rd., Ping-Jen Industrial 
Park,
@@ -91086,13 +91105,6 @@
Shenzhen Guangdong 518103
CHINA
 
-94-2B-F3   (hex)   Cisco Systems
-942BF3 (base 16)   Cisco Systems
-   80 West Tasman Dr.
-   SJCM1-1
-   San Jose CA 95134
-   UNITED STATES
-
 94-2E-63   (hex)   Fins�cur
 942E63 (base 16)   Fins�cur
52 rue Paul Lescop
@@ -95488,6 +95500,13 @@
Herzeliya Pituach   46728
ISRAEL
 
+D4-12-BB   (hex)   Quadrant Components Inc. Ltd
+D412BB (base 16)   Quadrant Components Inc. Ltd
+   Unit 5, 17/F, Metro Loft,
+   38 Kwai Hei Street,
+   Kwai Chung, New Territory 
+   HONG KONG
+
 D4-1C-1C   (hex)   RCF S.P.A.
 D41C1C (base 16)   RCF S.P.A.
Via Raffaello Sanzio 13

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-10-06 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Thu Oct 6 14:58:27 CEST 2011.




--- openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-05 11:07:13.0 +0200
+++ arpwatch-ethercodes/arpwatch-ethercodes.changes 2011-10-06 
06:40:15.0 +0200
@@ -2 +2 @@
-Wed Oct  5 07:40:08 CEST 2011 - autobu...@suse.de
+Thu Oct  6 06:40:14 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-05
+- automated update on 2011-10-06

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.Gj3HLt/_old  2011-10-06 14:58:17.0 +0200
+++ /var/tmp/diff_new_pack.Gj3HLt/_new  2011-10-06 14:58:17.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.5
+Version:2011.10.6
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.Gj3HLt/_old  2011-10-06 14:58:17.0 +0200
+++ /var/tmp/diff_new_pack.Gj3HLt/_new  2011-10-06 14:58:18.0 +0200
@@ -87778,6 +87778,13 @@
Dallas TX 75243
UNITED STATES
 
+64-9E-F3   (hex)   Cisco Systems
+649EF3 (base 16)   Cisco Systems
+   80 West Tasman Dr.
+   SJCM1-1
+   San Jose CA 95134
+   UNITED STATES
+
 64-A0-E7   (hex)   Cisco Systems
 64A0E7 (base 16)   Cisco Systems
80 West Tasman Dr.
@@ -90774,6 +90781,12 @@
Shanghai   201613 
CHINA
 
+90-3C-AE   (hex)   Yunnan KSEC Digital Technology Co.,Ltd.
+903CAE (base 16)   Yunnan KSEC Digital Technology Co.,Ltd.
+   3F,NO.176 Keyi ROAD,High and New Technological 
Industrial Development Zone
+   Kunming Yunnan 650106
+   CHINA
+
 90-3D-5A   (hex)   Shenzhen Wision Technology Holding Limited
 903D5A (base 16)   Shenzhen Wision Technology Holding Limited
Room 26A, Jinrun Building, N0.6019, Shennan 
Rd., Futian District
@@ -91073,6 +91086,13 @@
Shenzhen Guangdong 518103
CHINA
 
+94-2B-F3   (hex)   Cisco Systems
+942BF3 (base 16)   Cisco Systems
+   80 West Tasman Dr.
+   SJCM1-1
+   San Jose CA 95134
+   UNITED STATES
+
 94-2E-63   (hex)   Fins�cur
 942E63 (base 16)   Fins�cur
52 rue Paul Lescop
@@ -94049,6 +94069,12 @@
Aachen  52068
GERMANY
 
+BC-FE-8C   (hex)   Altronic, LLC
+BCFE8C (base 16)   Altronic, LLC
+   712 Trumbull Ave
+   Girard Ohio 44420
+   UNITED STATES
+
 BC-FF-AC   (hex)   TOPCON CORPORATION
 BCFFAC (base 16)   TOPCON CORPORATION
75-1, Hasunuma-cho
@@ -96926,6 +96952,12 @@
Sungnam-City Kyounggi-do 463-760
KOREA, REPUBLIC OF
 
+E8-39-35   (hex)   Hewlett Packard
+E83935 (base 16)   Hewlett Packard
+   11445 Compaq Center Drive
+   Houston Texas 77070
+   UNITED STATES
+
 E8-39-DF   (hex)   Askey Computer
 E839DF (base 16)   Askey Computer
10F,NO.119,CHIENKANG RD,CHUNG-HO,

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-10-05 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Wed Oct 5 11:07:14 CEST 2011.




--- openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-04 18:06:31.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-05 07:40:08.0 +0200
@@ -2 +2 @@
-Tue Oct  4 07:40:07 CEST 2011 - autobu...@suse.de
+Wed Oct  5 07:40:08 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-04
+- automated update on 2011-10-05

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.7GMsPQ/_old  2011-10-05 11:07:11.0 +0200
+++ /var/tmp/diff_new_pack.7GMsPQ/_new  2011-10-05 11:07:11.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.4
+Version:2011.10.5
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.7GMsPQ/_old  2011-10-05 11:07:11.0 +0200
+++ /var/tmp/diff_new_pack.7GMsPQ/_new  2011-10-05 11:07:11.0 +0200
@@ -18258,10 +18258,11 @@
SAN JOSE CA 95131
UNITED STATES
 
-00-0B-33   (hex)   Vivato
-000B33 (base 16)   Vivato
-   12610 East Mirabeau Parkway
-   Spokane WA 99216
+00-0B-33   (hex)   Vivato Technologies
+000B33 (base 16)   Vivato Technologies
+   444 Cedros Ave
+   Suite 175
+   Solana Beach CA 92027
UNITED STATES
 
 00-0B-34   (hex)   ShangHai Broadband Technologies CO.LTD
@@ -81812,6 +81813,12 @@
ShenZhen GuangDong 518026
CHINA
 
+08-A9-5A   (hex)   Azurewave
+08A95A (base 16)   Azurewave
+   8F., No. 94, Baozhong Rd., Xindian 
+   New Taipei City  231
+   TAIWAN, REPUBLIC OF CHINA
+
 08-AC-A5   (hex)   Benu Video, Inc.
 08ACA5 (base 16)   Benu Video, Inc.
300 Concord Rd., Suite #110
@@ -83623,6 +83630,12 @@
Aurora OH 44202
UNITED STATES
 
+24-BB-C1   (hex)   Absolute Analysis
+24BBC1 (base 16)   Absolute Analysis
+   2393 Teller Road Ste #109
+   Newbury Park California 91320
+   UNITED STATES
+
 24-BC-82   (hex)   Dali Wireless, Inc.
 24BC82 (base 16)   Dali Wireless, Inc.
125 University Avenue, Suite 88
@@ -84083,6 +84096,12 @@
Gumi Gyeongbuk 730-350
KOREA, REPUBLIC OF
 
+2C-67-FB   (hex)   ShenZhen Zhengjili Electronics Co., LTD
+2C67FB (base 16)   ShenZhen Zhengjili Electronics Co., LTD
+   The Longhua Town Shenzhen City Streets huaning 
three house Science Park Road Chiayi Source fifth floor
+   Shenzhen Guangdong 518000
+   CHINA
+
 2C-6B-F5   (hex)   Juniper networks
 2C6BF5 (base 16)   Juniper networks
1194 N. Mathilda ave
@@ -84262,9 +84281,6 @@
Auckland  0632
NEW ZEALAND
 
-30-1E-80   (hex)   PRIVATE
-301E80 (base 16)
-
 30-2D-E8   (hex)   JDA, LLC (JDA Systems)
 302DE8 (base 16)   JDA, LLC (JDA Systems)
4080 Pike Lane
@@ -85533,6 +85549,12 @@
TREMBLAY EN FRANCE Ile de France 93290
FRANCE
 
+40-E7-93   (hex)   Shenzhen Siviton Technology Co.,Ltd
+40E793 (base 16)   Shenzhen Siviton Technology Co.,Ltd
+   4F,Block6,Coolpad Business Centre,North of 
Keyuan Road,Hi-technology Zone,Nanshan District
+   Shenzhen Guangdong 518057
+   CHINA
+
 40-EC-F8   (hex)   Siemens AG
 40ECF8 (base 16)   Siemens AG
I IS MS EDM
@@ -88565,6 +88587,12 @@
 70-6F-81   (hex)   PRIVATE
 706F81 (base 16)

commit arpwatch-ethercodes for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Tue Oct 4 18:06:34 CEST 2011.




--- openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-02 09:48:30.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-04 07:40:08.0 +0200
@@ -2 +2 @@
-Sat Oct  1 07:40:05 CEST 2011 - autobu...@suse.de
+Tue Oct  4 07:40:07 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-01
+- automated update on 2011-10-04

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.uD83xt/_old  2011-10-04 18:06:29.0 +0200
+++ /var/tmp/diff_new_pack.uD83xt/_new  2011-10-04 18:06:29.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.1
+Version:2011.10.4
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.uD83xt/_old  2011-10-04 18:06:30.0 +0200
+++ /var/tmp/diff_new_pack.uD83xt/_new  2011-10-04 18:06:30.0 +0200
@@ -84644,6 +84644,12 @@
Centurion Gauteng 0157
SOUTH AFRICA
 
+34-D0-9B   (hex)   MobilMAX Technology Inc.
+34D09B (base 16)   MobilMAX Technology Inc.
+   2F-5, No.28, Tai-Yuan St.
+   Chupei City, Hsinchu Country  302
+   TAIWAN, REPUBLIC OF CHINA
+
 34-D2-C4   (hex)   RENA GmbH Print Systeme
 34D2C4 (base 16)   RENA GmbH Print Systeme
Hienlohestrasse 24
@@ -95909,6 +95915,13 @@
Kwun Tong Kowloon 0
HONG KONG
 
+D8-97-60   (hex)   C2 Development, Inc.
+D89760 (base 16)   C2 Development, Inc.
+   1606 Golden Aspen Dr
+   Suite 106
+   Ames IA 50010
+   UNITED STATES
+
 D8-9D-B9   (hex)   eMegatech International Corp.
 D89DB9 (base 16)   eMegatech International Corp.
Room 403, No.24 Wucyuan 2nd Rd.,
@@ -97845,6 +97858,13 @@
Vilnius  LT-08221
LITHUANIA
 
+F4-7A-CC   (hex)   SolidFire, Inc.
+F47ACC (base 16)   SolidFire, Inc.
+   1620 Pearl Street
+   Suite 200
+   Boulder Colorado 80302
+   UNITED STATES
+
 F4-94-61   (hex)   NexGen Storage
 F49461 (base 16)   NexGen Storage
400 Centennial Blvd.

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-10-02 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Sun Oct 2 09:48:32 CEST 2011.




--- openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-09-29 12:37:22.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-01 07:40:05.0 +0200
@@ -2 +2 @@
-Thu Sep 29 09:40:07 CEST 2011 - autobu...@suse.de
+Sat Oct  1 07:40:05 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-09-29
+- automated update on 2011-10-01

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.b5l5LR/_old  2011-10-02 09:48:28.0 +0200
+++ /var/tmp/diff_new_pack.b5l5LR/_new  2011-10-02 09:48:28.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.9.29
+Version:2011.10.1
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.b5l5LR/_old  2011-10-02 09:48:28.0 +0200
+++ /var/tmp/diff_new_pack.b5l5LR/_new  2011-10-02 09:48:28.0 +0200
@@ -66830,6 +66830,12 @@
Traverse City MI 49684
UNITED STATES
 
+00-46-4B   (hex)   HUAWEI TECHNOLOGIES CO.,LTD 
+00464B (base 16)   HUAWEI TECHNOLOGIES CO.,LTD 
+   Huawei industrial base,Bantian,Longgang
+   ShenZhen GuangDong 518129
+   CHINA
+
 00-50-00   (hex)   NEXO COMMUNICATIONS, INC.
 005000 (base 16)   NEXO COMMUNICATIONS, INC.
2ND FL., 160, MINGCHU ROAD
@@ -81755,6 +81761,12 @@
Espoo  02100
FINLAND
 
+08-75-72   (hex)   Obelux Oy
+087572 (base 16)   Obelux Oy
+   Kutomotie 6 B
+   Helsinki  00380
+   FINLAND
+
 08-76-18   (hex)   ViE Technologies Sdn. Bhd.
 087618 (base 16)   ViE Technologies Sdn. Bhd.
no. 85-A, Lintang Bayan Lepas 11,
@@ -82795,6 +82807,12 @@
Chino CA 91710
UNITED STATES
 
+18-59-33   (hex)   Cisco SPVTG
+185933 (base 16)   Cisco SPVTG
+   5030 Sugarloaf Pkwy
+   Lawrenceville GA  30044
+   UNITED STATES
+
 18-66-E3   (hex)   Veros Systems, Inc.
 1866E3 (base 16)   Veros Systems, Inc.
PO Box 10534
@@ -83605,6 +83623,12 @@
Aurora OH 44202
UNITED STATES
 
+24-BC-82   (hex)   Dali Wireless, Inc.
+24BC82 (base 16)   Dali Wireless, Inc.
+   125 University Avenue, Suite 88
+   Palo Alto CA 94301
+   UNITED STATES
+
 24-BF-74   (hex)   PRIVATE
 24BF74 (base 16)
 
@@ -84457,6 +84481,12 @@
Zywiec Slaskie 34-300
POLAND
 
+34-40-B5   (hex)   IBM
+3440B5 (base 16)   IBM
+   3039 E Cornwallis Rd
+   Research Triangle Park NC 27709
+   UNITED STATES
+
 34-4B-50   (hex)   ZTE Corporation
 344B50 (base 16)   ZTE Corporation
12/F,ZTE R&D Buliding,Kejinan 
Road,Shenzhen,P.R.China
@@ -86386,6 +86416,12 @@
Shanghai   201613
CHINA
 
+50-64-41   (hex)   Greenlee
+506441 (base 16)   Greenlee
+   219 S Main St 
+   Dallas TX 76104
+   UNITED STATES
+
 50-67-F0   (hex)   ZyXEL Communications Corporation
 5067F0 (base 16)   ZyXEL Communications Corporation
No.6 Innovation Road II,
@@ -89588,6 +89624,13 @@
Hangzhou Zhejiang 310012
CHINA
 
+7C-DD-11   (hex)   Chengdu Morlab Testing Technology Co.,Ltd
+7CDD11 (base 16)   Chengdu Morlab Testing Technology Co.,Ltd
+   1st Floor Building A3 Tianfu Software park
+   

commit arpwatch-ethercodes for openSUSE:Factory

2011-09-29 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Thu Sep 29 12:37:26 CEST 2011.




--- openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-09-27 16:10:51.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-09-29 09:40:07.0 +0200
@@ -2 +2 @@
-Tue Sep 27 07:40:05 CEST 2011 - autobu...@suse.de
+Thu Sep 29 09:40:07 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-09-27
+- automated update on 2011-09-29

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.06QM5b/_old  2011-09-29 12:37:15.0 +0200
+++ /var/tmp/diff_new_pack.06QM5b/_new  2011-09-29 12:37:15.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.9.27
+Version:2011.9.29
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.06QM5b/_old  2011-09-29 12:37:15.0 +0200
+++ /var/tmp/diff_new_pack.06QM5b/_new  2011-09-29 12:37:15.0 +0200
@@ -82365,6 +82365,13 @@
Seoul Korea 138-160
KOREA, REPUBLIC OF
 
+10-C2-BA   (hex)   UTT Co., Ltd.
+10C2BA (base 16)   UTT Co., Ltd.
+   4F, Hyun Bldg
+   658-22, Yeoksam 1-dong, Gangnam-gu
+   Seoul Korea 135-913
+   KOREA, REPUBLIC OF
+
 10-C5-86   (hex)   BIO SOUND LAB CO., LTD.
 10C586 (base 16)   BIO SOUND LAB CO., LTD.
Suite 311, 312 SKn Techno Park 
@@ -84594,6 +84601,12 @@
Cambridge Cambridgeshire CB22 7GG
UNITED KINGDOM
 
+34-C7-31   (hex)   ALPS Electric Co,. Ltd.
+34C731 (base 16)   ALPS Electric Co,. Ltd.
+   6-3-36 Furukawanakazato,
+   Osaki Miyagi-pref 989-6181
+   JAPAN
+
 34-CE-94   (hex)   Parsec (Pty) Ltd
 34CE94 (base 16)   Parsec (Pty) Ltd
Building 8-10 Manhattan Office Park
@@ -87753,6 +87766,13 @@
Jonkoping  553 18
SWEDEN
 
+64-C5-AA   (hex)   South African Broadcasting Corporation
+64C5AA (base 16)   South African Broadcasting Corporation
+   77 Twickenham Avenue
+   Corner Henley Road
+   Auckland Park Gauteng 2006
+   SOUTH AFRICA
+
 64-C6-AF   (hex)   AXERRA Networks Ltd
 64C6AF (base 16)   AXERRA Networks Ltd
24  Raoul Wallenberg St. , 
@@ -87845,6 +87865,12 @@
Libertyville IL 60048
UNITED STATES
 
+64-ED-62   (hex)   WOORI SYSTEMS Co., Ltd
+64ED62 (base 16)   WOORI SYSTEMS Co., Ltd
+   101Ho #42-9, Jeongja-dong, Pundang-gu
+   Sungnam-si Kyunggi-do 463-848
+   KOREA, REPUBLIC OF
+
 64-F9-70   (hex)   Kenade Electronics Technology Co.,LTD.
 64F970 (base 16)   Kenade Electronics Technology Co.,LTD.
F/G room,11/F,Hangdu building,Huafu Rd, Futian 
district,
@@ -89807,6 +89833,12 @@
Richardson TX 75081
UNITED STATES
 
+80-94-6C   (hex)   TOKYO RADAR CORPORATION
+80946C (base 16)   TOKYO RADAR CORPORATION
+   15-7 Nishikubo-cho
+   Hodogaya-ku, Yokohama-shi Kanagawa 240-0022
+   JAPAN
+
 80-97-1B   (hex)   Altenergy Power System,Inc.
 80971B (base 16)   Altenergy Power System,Inc.
No.1 Yatai Road, 
@@ -90708,6 +90740,12 @@
G�vle  SE-800 06
SWEDEN
 
+90-56-82   (hex)   Lenbrook Industries Limited
+905682 (base 16)   Lenbrook Industries Limited
+   633 Granite Court
+   Pickering Ontario L1W 3K1
+   CANADA
+
 90-5F-8D   (hex)   modas GmbH
 905F8D (base 16)   modas GmbH
Belziger St

commit arpwatch-ethercodes for openSUSE:Factory

2011-09-27 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Tue Sep 27 16:10:48 CEST 2011.




--- arpwatch-ethercodes/arpwatch-ethercodes.changes 2011-09-24 
09:40:06.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-09-27 07:40:05.0 +0200
@@ -2 +2 @@
-Sat Sep 24 09:40:06 CEST 2011 - autobu...@suse.de
+Tue Sep 27 07:40:05 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-09-24
+- automated update on 2011-09-27

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.pngKzl/_old  2011-09-27 16:10:44.0 +0200
+++ /var/tmp/diff_new_pack.pngKzl/_new  2011-09-27 16:10:44.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.9.24
+Version:2011.9.27
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.pngKzl/_old  2011-09-27 16:10:45.0 +0200
+++ /var/tmp/diff_new_pack.pngKzl/_new  2011-09-27 16:10:45.0 +0200
@@ -83523,6 +83523,12 @@
Shanghai  200333
CHINA
 
+24-86-F4   (hex)   Ctek, Inc.
+2486F4 (base 16)   Ctek, Inc.
+   34 Miraleste Plaza
+   Rancho Palos Verdes California 90275
+   UNITED STATES
+
 24-87-07   (hex)   SEnergy Corporation
 248707 (base 16)   SEnergy Corporation
Koizumi Bldg. 3F, 1-38-18
@@ -85371,6 +85377,12 @@
Pretoria Gauteng 0184
SOUTH AFRICA
 
+40-98-4C   (hex)   Casacom Solutions AG
+40984C (base 16)   Casacom Solutions AG
+   Badenerstarsse 551
+   Zuerich  8046
+   SWITZERLAND
+
 40-98-4E   (hex)   Texas Instruments
 40984E (base 16)   Texas Instruments
12500 TI Boulevard
@@ -92571,6 +92583,13 @@
Seoul  138-170
KOREA, REPUBLIC OF
 
+AC-31-9D   (hex)   Shenzhen TG-NET Botone Technology Co.,Ltd.
+AC319D (base 16)   Shenzhen TG-NET Botone Technology Co.,Ltd.
+   2nd floor,Building No.6,Pengtengda industrial 
zone,Huarong road,Dalang Street Office,
+   Longhua Town
+   Shenzhen Guangdong 518109
+   CHINA
+
 AC-34-CB   (hex)   Shanhai GBCOM Communication Technology Co. Ltd
 AC34CB (base 16)   Shanhai GBCOM Communication Technology Co. Ltd
Room 602, Building 6, No.555 Dongchuan Road
@@ -94796,6 +94815,12 @@
Saratoga CA 95070
UNITED STATES
 
+CC-6D-EF   (hex)   TJK Tietolaite Oy
+CC6DEF (base 16)   TJK Tietolaite Oy
+   PL 443
+   Vaasa  65101
+   FINLAND
+
 CC-76-69   (hex)   SEETECH
 CC7669 (base 16)   SEETECH
19-15, Seoku-dong






Remember to have fun...

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



  1   2   >