From 24934e623441310f644e5f72855b0f2bf9f3cd1a Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Mon, 27 Oct 2014 18:38:05 +0200 Subject: Incoming! Moving Rogento.git to kogaion-desktop. Finally --- .../files/extra-monitor-20090817.patch | 51 ++++++++++++++++++++++ .../files/extra-monitor-20091125.patch | 51 ++++++++++++++++++++++ .../wireless-regdb/files/extra-monitor-debug.patch | 34 +++++++++++++++ .../wireless-regdb/files/extra-monitor.patch | 19 ++++++++ 4 files changed, 155 insertions(+) create mode 100644 net-wireless/wireless-regdb/files/extra-monitor-20090817.patch create mode 100644 net-wireless/wireless-regdb/files/extra-monitor-20091125.patch create mode 100644 net-wireless/wireless-regdb/files/extra-monitor-debug.patch create mode 100644 net-wireless/wireless-regdb/files/extra-monitor.patch (limited to 'net-wireless/wireless-regdb/files') diff --git a/net-wireless/wireless-regdb/files/extra-monitor-20090817.patch b/net-wireless/wireless-regdb/files/extra-monitor-20090817.patch new file mode 100644 index 00000000..9f06e473 --- /dev/null +++ b/net-wireless/wireless-regdb/files/extra-monitor-20090817.patch @@ -0,0 +1,51 @@ +diff -Naur wireless-regdb-2009.08.17-orig/db.txt wireless-regdb-2009.08.17/db.txt +--- wireless-regdb-2009.08.17-orig/db.txt 2009-08-17 09:25:16.000000000 -0400 ++++ wireless-regdb-2009.08.17/db.txt 2009-09-07 20:44:51.000000000 -0400 +@@ -579,6 +579,13 @@ + country VN: + (2402 - 2482 @ 40), (N/A, 20) + ++country XN: ++ (2182 - 7010 @ 40), (N/A, 40) ++ ++country XX: ++ (2182 - 7010 @ 40), (N/A, 30), PASSIVE-SCAN, NO-IBSS ++ ++ + country YE: + (2402 - 2482 @ 40), (N/A, 20) + +diff -Naur wireless-regdb-2009.08.17-orig/Makefile wireless-regdb-2009.08.17/Makefile +--- wireless-regdb-2009.08.17-orig/Makefile 2009-08-17 09:25:16.000000000 -0400 ++++ wireless-regdb-2009.08.17/Makefile 2009-09-07 20:45:53.000000000 -0400 +@@ -18,8 +18,8 @@ + echo custom-distro; \ + fi) + +-DISTRO_PRIVKEY ?= ~/.wireless-regdb-$(LSB_ID).key.priv.pem +-DISTRO_PUBKEY ?= ~/.wireless-regdb-$(LSB_ID).key.priv.pem ++DISTRO_PRIVKEY ?= wireless-regdb-$(LSB_ID).key.priv.pem ++DISTRO_PUBKEY ?= wireless-regdb-$(LSB_ID).key.priv.pem + + REGDB_AUTHOR ?= $(shell if [ -f $(DISTRO_PRIVKEY) ]; then \ + echo $(LSB_ID) ; \ +@@ -29,7 +29,7 @@ + echo custom-user; \ + fi) + +-REGDB_PRIVKEY ?= ~/.wireless-regdb-$(REGDB_AUTHOR).key.priv.pem ++REGDB_PRIVKEY ?= wireless-regdb-$(REGDB_AUTHOR).key.priv.pem + REGDB_PUBKEY ?= $(REGDB_AUTHOR).key.pub.pem + + REGDB_UPSTREAM_PUBKEY ?= linville.key.pub.pem +@@ -91,8 +91,8 @@ + # Distributions packagers should do only once: + # make install-distro-key + # This will create a private key for you and install it into +-# ~/.wireless-regdb-$(LSB_ID).key.priv.pem +-# To make new releaes just do: ++# wireless-regdb-$(LSB_ID).key.priv.pem ++# To make new releases just do: + # make maintainer-clean + # make + # sudo make install diff --git a/net-wireless/wireless-regdb/files/extra-monitor-20091125.patch b/net-wireless/wireless-regdb/files/extra-monitor-20091125.patch new file mode 100644 index 00000000..9f06e473 --- /dev/null +++ b/net-wireless/wireless-regdb/files/extra-monitor-20091125.patch @@ -0,0 +1,51 @@ +diff -Naur wireless-regdb-2009.08.17-orig/db.txt wireless-regdb-2009.08.17/db.txt +--- wireless-regdb-2009.08.17-orig/db.txt 2009-08-17 09:25:16.000000000 -0400 ++++ wireless-regdb-2009.08.17/db.txt 2009-09-07 20:44:51.000000000 -0400 +@@ -579,6 +579,13 @@ + country VN: + (2402 - 2482 @ 40), (N/A, 20) + ++country XN: ++ (2182 - 7010 @ 40), (N/A, 40) ++ ++country XX: ++ (2182 - 7010 @ 40), (N/A, 30), PASSIVE-SCAN, NO-IBSS ++ ++ + country YE: + (2402 - 2482 @ 40), (N/A, 20) + +diff -Naur wireless-regdb-2009.08.17-orig/Makefile wireless-regdb-2009.08.17/Makefile +--- wireless-regdb-2009.08.17-orig/Makefile 2009-08-17 09:25:16.000000000 -0400 ++++ wireless-regdb-2009.08.17/Makefile 2009-09-07 20:45:53.000000000 -0400 +@@ -18,8 +18,8 @@ + echo custom-distro; \ + fi) + +-DISTRO_PRIVKEY ?= ~/.wireless-regdb-$(LSB_ID).key.priv.pem +-DISTRO_PUBKEY ?= ~/.wireless-regdb-$(LSB_ID).key.priv.pem ++DISTRO_PRIVKEY ?= wireless-regdb-$(LSB_ID).key.priv.pem ++DISTRO_PUBKEY ?= wireless-regdb-$(LSB_ID).key.priv.pem + + REGDB_AUTHOR ?= $(shell if [ -f $(DISTRO_PRIVKEY) ]; then \ + echo $(LSB_ID) ; \ +@@ -29,7 +29,7 @@ + echo custom-user; \ + fi) + +-REGDB_PRIVKEY ?= ~/.wireless-regdb-$(REGDB_AUTHOR).key.priv.pem ++REGDB_PRIVKEY ?= wireless-regdb-$(REGDB_AUTHOR).key.priv.pem + REGDB_PUBKEY ?= $(REGDB_AUTHOR).key.pub.pem + + REGDB_UPSTREAM_PUBKEY ?= linville.key.pub.pem +@@ -91,8 +91,8 @@ + # Distributions packagers should do only once: + # make install-distro-key + # This will create a private key for you and install it into +-# ~/.wireless-regdb-$(LSB_ID).key.priv.pem +-# To make new releaes just do: ++# wireless-regdb-$(LSB_ID).key.priv.pem ++# To make new releases just do: + # make maintainer-clean + # make + # sudo make install diff --git a/net-wireless/wireless-regdb/files/extra-monitor-debug.patch b/net-wireless/wireless-regdb/files/extra-monitor-debug.patch new file mode 100644 index 00000000..bb20f867 --- /dev/null +++ b/net-wireless/wireless-regdb/files/extra-monitor-debug.patch @@ -0,0 +1,34 @@ +diff -Naur wireless-regdb-2009.03.09-orig/db.txt wireless-regdb-2009.03.09/db.txt +--- wireless-regdb-2009.03.09-orig/db.txt 2009-03-12 09:53:34.000000000 -0400 ++++ wireless-regdb-2009.03.09/db.txt 2009-03-12 10:27:39.000000000 -0400 +@@ -551,11 +551,16 @@ + (2402 - 2482 @ 40), (N/A, 20) + + country US: +- (2402 - 2472 @ 40), (3, 27) ++ (2182 - 2402 @ 40), (6, 30), PASSIVE-SCAN, NO-IBSS ++ (2402 - 2472 @ 40), (6, 30) ++ (2472 - 3500 @ 40), (6, 30), PASSIVE-SCAN, NO-IBSS ++ (3500 - 5170 @ 40), (3, 17), PASSIVE-SCAN, NO-IBSS + (5170 - 5250 @ 40), (3, 17) + (5250 - 5330 @ 40), (3, 20), DFS ++ (5330 - 5490 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS + (5490 - 5710 @ 40), (3, 20), DFS + (5735 - 5835 @ 40), (3, 30) ++ (5835 - 7010 @ 40), (3, 30), PASSIVE-SCAN, NO-IBSS + + country UY: + (2402 - 2482 @ 40), (N/A, 20) +@@ -575,6 +580,12 @@ + country VN: + (2402 - 2482 @ 40), (N/A, 20) + ++country XN: ++ (2182 - 7010 @ 40), (N/A, 40) ++ ++country XX: ++ (2182 - 7010 @ 40), (N/A, 30), PASSIVE-SCAN, NO-IBSS ++ + country YE: + (2402 - 2482 @ 40), (N/A, 20) + diff --git a/net-wireless/wireless-regdb/files/extra-monitor.patch b/net-wireless/wireless-regdb/files/extra-monitor.patch new file mode 100644 index 00000000..b026a2f1 --- /dev/null +++ b/net-wireless/wireless-regdb/files/extra-monitor.patch @@ -0,0 +1,19 @@ +diff -Naur wireless-regdb-2009.01.30/db.txt wireless-regdb-2009.01.30-zc/db.txt +--- wireless-regdb-2009.01.30/db.txt 2009-02-10 15:54:30.000000000 -0500 ++++ wireless-regdb-2009.01.30-zc/db.txt 2009-02-10 15:56:59.000000000 -0500 +@@ -540,11 +540,15 @@ + (2402 - 2482 @ 40), (N/A, 20) + + country US: ++ (2182 - 2402 @ 40), (N/A, 0), PASSIVE-SCAN, NO-IBSS + (2402 - 2472 @ 40), (3, 27) ++ (2472 - 5170 @ 40), (N/A, 0), PASSIVE-SCAN, NO-IBSS + (5170 - 5250 @ 40), (3, 17) + (5250 - 5330 @ 40), (3, 20), DFS ++ (5330 - 5490 @ 40), (N/A, 0), PASSIVE-SCAN, NO-IBSS + (5490 - 5710 @ 40), (3, 20), DFS + (5735 - 5835 @ 40), (3, 30) ++ (5835 - 7000 @ 40), (N/A, 0), PASSIVE-SCAN, NO-IBSS + + country UY: + (2402 - 2482 @ 40), (N/A, 20) -- cgit v1.2.3