rpms/broadcom-wl/F-13 .cvsignore, 1.8, 1.9 README.txt, 1.2, 1.3 broadcom-wl.spec, 1.9, 1.10 sources, 1.8, 1.9
by Chris Nolan
Author: cnolan
Update of /cvs/nonfree/rpms/broadcom-wl/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25588
Modified Files:
.cvsignore README.txt broadcom-wl.spec sources
Log Message:
* Thu Jan 27 2011 Chris Nolan <chris(a)cenolan.com> - 5.100.82.38
- updated version to 5.100.82.38
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/broadcom-wl/F-13/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 22 Feb 2010 23:09:06 -0000 1.8
+++ .cvsignore 27 Jan 2011 23:01:53 -0000 1.9
@@ -1,3 +1,3 @@
-hybrid-portsrc-x86_32-v5.60.48.36.tar.gz
-README.txt
+hybrid-portsrc_x86_32-v5_100_82_38.tar.gz
broadcom-wl-blacklist.conf
+README.txt
Index: README.txt
===================================================================
RCS file: /cvs/nonfree/rpms/broadcom-wl/F-13/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.txt 22 Feb 2010 23:09:06 -0000 1.2
+++ README.txt 27 Jan 2011 23:01:53 -0000 1.3
@@ -3,12 +3,31 @@
DISCLAIMER
----------
This is an Official Release of Broadcom's hybrid Linux driver for use with
-Broadcom based hardware.
+Broadcom-based hardware.
-LICENSE
--------
-You must read the LICENSE.txt file in the docs directory before using this
-software.
+WHERE TO GET THE RELEASE
+------------------------
+http://www.broadcom.com/support/802.11/linux_sta.php
+
+IMPORTANT NOTE AND DISCUSSION OF HYBRID DRIVER
+----------------------------------------------
+There are separate tarballs for 32 bit and 64 bit x86 CPU architectures.
+Make sure you use the appropriate tarball for your machine.
+
+Other than 32 vs 64 bit, the hybrid binary is agnostic to the specific
+versions (2.6.X) and distributions (Fedora, Ubuntu, SuSE, etc). It performs
+all interactions with the OS through OS specific files (wl_linux.c, wl_iw.c,
+osl_linux.c) that are shipped in source form. You compile this source on
+your system and link with a precompiled binary file (wlc_hybrid.o_shipped)
+which contains the rest of the driver.
+
+PRECOMPILED DRIVER
+-------------------
+Some distros (Ubuntu and Fedora at the least) already have a version of
+this driver in their repositories precompiled, tested and ready to go.
+You just use the package manager to install the proper package. If
+its available for your distro, this is usually an easier solution. See
+the end of this document for further discussion.
ABOUT THIS RELEASE
-------------------
@@ -22,45 +41,204 @@
Both Broadcom and and Dell product names are described. Cards not listed here
may also work.
- BRCM PCI PCI Dell
- Product Name Vendor ID Device ID Product ID
- ------------- ---------- --------- -----------
+ BRCM PCI PCI Dell
+ Product Name Vendor ID Device ID Product ID
+ ------------- ---------- --------- -----------
4311 2.4 Ghz 0x14e4 0x4311 Dell 1390
4311 Dualband 0x14e4 0x4312 Dell 1490
- 4311 5 Ghz 0x14e4 0x4313
+ 4311 5 Ghz 0x14e4 0x4313
4312 2.4 Ghz 0x14e4 0x4315 Dell 1395
- 4313 2.4 Ghz 0x14e4 0x4727 Dell 1501
+ 4313 2.4 Ghz 0x14e4 0x4727 Dell 1501
4321 Dualband 0x14e4 0x4328 Dell 1505
4321 Dualband 0x14e4 0x4328 Dell 1500
4321 2.4 Ghz 0x14e4 0x4329
4321 5 Ghz 0x14e4 0x432a
- 4322 Dualband 0x14e4 0x432b Dell 1510
+ 4322 Dualband 0x14e4 0x432b Dell 1510
4322 2.4 Ghz 0x14e4 0x432c
4322 5 Ghz 0x14e4 0x432d
43224 Dualband 0x14e4 0x4353 Dell 1520
43225 2.4 Ghz 0x14e4 0x4357
+ 43227 2.4 Ghz 0x14e4 0x4358
+ 43228 Dualband 0x14e4 0x4359 Dell 1530
To find the Device ID's of Broadcom cards on your machines do:
# lspci -n | grep 14e4
-INSTALLATION & USAGE NOTES
---------------------------
-This driver conflicts with the Linux community provided driver for Broadcom
-hardware and cannot be used at the same time. It also conflicts with the ssb
-driver and ndiswrapper Broadcom windows drivers.
-
-To overcome these conflicts this package installs the file
-/etc/modprobe.d/broadcom-wl-blacklist.conf which blacklists the following
-kernel modules to prevent them from loading:
-
-b43
-bcm43xx
-ssb
-ndiswrapper
-
-If you require to use any of these modules for other installed hardware then
-you will need to comment out the corresponding entry for that module. Note
-that doing so may prevent this driver from functioning.
+
+REQUIREMENTS
+------------
+Building this driver requires that your machine have the proper tools,
+packages, header files and libraries to build a standard a kernel module.
+This usually is done by installing the kernel developer or kernel source
+package and varies from distro to distro. Consult the documentation for
+your specific OS.
+
+
+If you cannot successfully build a module that comes with your distro's
+kernel developer or kernel source package, you will not be able to build
+this module either.
+
+If you try to build this module but get an error message that looks like
+this:
+
+make: *** /lib/modules/"release"/build: No such file or directory. Stop.
+
+Then you do not have the proper packages installed, since installing the
+proper packages will create /lib/modules/"release"/build on your system.
+
+On Fedora install 'kernel-devel' (Development Package for building kernel
+modules to match the kernel) from the Package Manager (System->
+Administration-> Add/Remove Software).
+
+On Ubuntu, you will need headers and tools. Try these commands:
+# apt-get install build-essential linux-headers-generic
+# apt-get build-dep linux
+
+To check to see if you have this directory do this:
+
+# ls /lib/modules/`uname -r`/build
+
+BUILD INSTRUCTIONS
+------------------
+1. Setup the directory by untarring the proper tarball:
+
+For 32 bit: hybrid-portsrc_x86-32_v5.100.82.38.tar.gz
+For 64 bit: hybrid-portsrc_x86-64_v5.100.82.38.tar.gz
+
+Example:
+# mkdir hybrid_wl
+# cd hybrid_wl
+# tar xzf <path>/hybrid-portsrc_x86-32_v5.100.82.38.tar.gz
+
+2. Build the driver as a Linux loadable kernel module (LKM):
+
+# make clean (optional)
+# make
+
+When the build completes, it will produce a wl.ko file in the top level
+directory.
+
+If your driver does not build, check to make sure you have installed the
+kernel package described in the requirements above.
+
+INSTALL INSTRUCTIONS
+--------------------
+
+Upgrading from a previous version:
+---------------------------------
+
+If you were already running a previous version of wl, you'll want to provide
+a clean transition from the older driver. (The path to previous driver is
+usually /lib/modules/<kernel-version>/kernel/net/wireless)
+
+# rmmod wl
+# mv <path-to-prev-driver>/wl.ko <path-to-prev-driver>/wl.ko.orig
+# cp wl.ko <path-to-prev-driver>/wl.ko
+# depmod
+# modprobe wl
+
+The new wl driver should now be operational and your all done.
+
+Fresh installation:
+------------------
+1: Remove any other drivers for the Broadcom wireless device.
+
+There are several open source drivers that are used to drive Broadcom 802.11
+chips such as b43 and ssb. They will conflict with this driver and need
+to be uninstalled before this driver can be installed. Any previous
+revisions of the wl driver also need to be removed.
+
+Note: On some systems such as Ubuntu 9.10, the ssb module may load during
+boot even though it is blacklisted (see note under Common Issues on how to
+resolve this). Nevertheless, ssb still must be removed
+(by hand or script) before wl is loaded. The wl driver will not function
+properly if ssb the module is loaded.
+
+# lsmod | grep "b43\|ssb\|wl"
+
+If any of these are installed, remove them:
+# rmmod b43
+# rmmod ssb
+# rmmod wl
+
+To blacklist these drivers and prevent them from loading in the future:
+# echo "blacklist ssb" >> /etc/modprobe.d/blacklist.conf
+# echo "blacklist b43" >> /etc/modprobe.d/blacklist.conf
+
+2: Insmod the driver.
+
+Otherwise, if you have not previously installed a wl driver, you'll need
+to add a security module before using the wl module. Most newer systems
+use lib80211 while others use ieee80211_crypt_tkip. See which one works for
+your system.
+
+# modprobe lib80211
+ or
+# modprobe ieee80211_crypt_tkip
+
+Then:
+# insmod wl.ko
+
+wl.ko is now operational. It may take several seconds for the Network
+Manager to notice a new network driver has been installed and show the
+surrounding wireless networks.
+
+Common issues:
+----------------
+
+* After the insmod you may see this message:
+ "WARNING: modpost: missing MODULE_LICENSE()"
+ It is expected, not harmful and can be ignored.
+
+* You might see this message:
+ "insmod: error inserting 'wl.ko': -1 Unknown symbol in module"
+ Usually this means that the wlan security module (as mentioned above) is
+ not loaded. Try this:
+ # modprobe lib80211
+ or
+ # modprobe ieee80211_crypt_tkip
+ and then re-try to insmod the wl driver.
+ # insmod wl.ko
+
+* If the wl driver loads but doesn't seem to do anything:
+ the ssb module may be the cause. Sometimes blacklisting ssb may not
+ be enough to prevent it from loading and it loads anyway. (This is mostly
+ seen on Ubuntu/Debian systems).
+
+ Check to see if ssb, wl or b43 is loaded:
+ # lsmod | grep "b43\|ssb\|wl"
+
+ If any of these are installed, remove them:
+ # rmmod b43
+ # rmmod ssb
+ # rmmod wl
+
+ Back up the current boot ramfs and generate a new one.
+ # cp /boot/initrd.img-`uname -r` somewheresafe
+ # update-initramfs -u
+ # reboot
+
+3: Setup to always load at boot time.
+
+The procedure to make a module load at boot time varies from distro to
+distro. Consult the docs for your specific distro to see how. The
+following seems to work for my setup on Fedora and Ubuntu. Check your
+docs to see the procedure for your distro.
+
+Follow these steps to have the driver load as part of the boot process:
+
+# load driver as described above
+# cp wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
+# depmod -a
+
+# echo modeprobe wl >> /etc/rc.local (Fedora/SUSE)
+
+Ubuntu ships a version of wl.ko, so those need to be disabled. On my
+system the were several versions, so I searched and renamed the .ko's
+like this:
+
+# sh: for i in `find /lib /var -name wl\.ko`; do mv $i ${i}.orig; done
+
TX POWER EXPLAINED
------------------
@@ -70,20 +248,53 @@
Internally, the actual tx power is always kept within regulatory limits
no matter what the user request is set to.
-WHAT'S NEW IN THIS RELEASE
-----------------------------
-+ Supports up to linux kernel 2.6.31. 2.6.32 support is there also but
-not tested (although reports from users suggests it works fine.)
+WHAT'S NEW IN RELEASE 5.100.82.38
+---------------------------------
++ Support for bcm43227 and bcm43228
++ Fix for issue where iwconfig was sometime reporting rate incorrectly
++ Supports rfkill in kernels 2.6.31 to 2.6.36
++ Supports scan complete event (SIOCGIWSCAN)
++ Adds EAGAIN (busy signal) to query of scan results
+
+WHAT'S NEW IN RELEASE 5.100.57.15
+---------------------------------
++ Following fixes (issues introduced in 5.100.57.13)
+ Issue #87477 - 4313: DUT is not able to associate in WPA2-PSK TKIP/AES
+ Issue #87533 - NetworkManager: 4313: Unable to associate to APs with WPA2-PSK
+
+WHAT'S NEW IN RELEASE 5.100.57.13
+---------------------------------
++ 4313 PHY fixes to improve throughput stability at different ranges
++ Fix for interop issues with different APs
++ Fix for hangs seen during Fn-F2 sequence
+- Support for rfkill in kernels 2.6.31 to 2.6.36
+
+WHAT'S NEW IN RELEASE 5.60.246.6
+--------------------------------
++ Supports rfkill in kernels 2.6.31 to 2.6.36
++ Fix for compile error with multicast list in kernel 2.6.34
++ Fix for #76743 - Ubuntu9.04: Network manager displays n/w's with radio disabled
+
+WHAT'S NEW IN RELEASE 5.60.246.2
+--------------------------------
++ Supports up to linux kernel 2.6.36 (from 2.6.32)
++ Fix for #86668: [Canonical] Bug #611575/617369: System will hang if
+ you use the F2 hot key to enable/disable wireless quickly while
+ wireless is still in the process of re-association with AP
+
+WHAT'S NEW IN RELEASE 5.60.48.36
+--------------------------------
++ Supports up to linux kernel 2.6.32
+ Supports hidden networks
-+ Supports rfkill in kernels < 2.6.31
++ Supports rfkill in kernels < 2.6.31
+ Setting power level via 'iwconfig eth1 txpower X' now operational
-+ Support for 4313
-+ Additional channels in both 2.4 and 5 Ghz bands.
++ Support for bcm4313
++ Additional channels in both 2.4 and 5 Ghz bands
+ Fixed issue with tkip group keys that caused this message to repeat often:
- TKIP: RX tkey->key_idx=2 frame keyidx=1 priv=ffff8800cf80e840
+ TKIP: RX tkey->key_idx=2 frame keyidx=1 priv=ffff8800cf80e840
+ Following fixes
Issue #72216 - Ubuntu 8.04: standby/resume with WPA2 and wpa_supplicant causes
- a continuous assoc/disassoc loop (issue in 2.6.24 kernel)
+ a continuous assoc/disassoc loop (issue in 2.6.24 kernel)
Issue #72324 - Ubuntu 8.04: cannot ping when Linux STA is IBSS creator with WEP
Issue #76739 - Ubuntu 9.04: unable to connect to hidden network after stdby/resume
Issue #80392 - S4 resume hang with SuSE SLED 11 and 43225
@@ -92,7 +303,48 @@
KNOWN ISSUES AND LIMITATIONS
----------------------------
#72238 - 20% lower throughput on channels 149, 153, 157, and 161
-#76743 - Ubuntu9.04: Network manager displays n/w's with radio disabled
#76793 - Ubuntu9.04: STA fails to create IBSS network in 5 Ghz band
#81392 - Unable to transfer data over ad-hoc network created by NetworkManager (iwconfig OK)
#81452 - STA unable to associate to AP when PEAPv1-MSCHAPv2 authentication is used
+#87531 - WPASUP: 4313: WPA Supplicant crashes when trying to connect to 802.1x
+
+HOW TO INSTALL A PRE-COMPILED DRIVER
+-----------------------------------
+Some of the major linux distros already supply a version of this driver, so
+you don't have to compile your own. Most of the distros keep this driver
+along with other proprietary or non-GPL drivers in a separate repository.
+
+For further information see the documentation for your specific distro.
+
+Fedora:
+------
+su -c 'rpm -Uvh
+http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
+http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
+
+su -
+yum update
+yum install kmod-wl
+
+Ubuntu:
+------
+Go to System->Administration->Hardware Drivers
+Choose the Broadcom STA wireless driver
+Activate
+
+Sometimes the driver does not show up in the Hardware Drivers choices. In
+this case, try reintalling the driver from the GUI or shell like this:
+
+From the GUI:
+Package Manager (System>Administration>Synaptic Package Manager). Click the
+Reload button in the upper left corner of Synaptic to refresh your index then
+search for and reinstall the package named bcmwl-kernel-source.
+
+From the shell:
+sudo apt-get update
+sudo apt-get --reinstall install bcmwl-kernel-source
+
+In either GUI or text case, after reinstalling, reboot your machine.
+
+Now go back to System->Administration->Hardware Drivers
+and you should see the driver enabled and working.
Index: broadcom-wl.spec
===================================================================
RCS file: /cvs/nonfree/rpms/broadcom-wl/F-13/broadcom-wl.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- broadcom-wl.spec 22 Feb 2010 23:09:06 -0000 1.9
+++ broadcom-wl.spec 27 Jan 2011 23:01:53 -0000 1.10
@@ -1,11 +1,11 @@
Name: broadcom-wl
-Version: 5.60.48.36
+Version: 5.100.82.38
Release: 1%{?dist}
Summary: Common files for Broadcom 802.11 STA driver
Group: System Environment/Kernel
License: Redistributable, no modification permitted
URL: http://www.broadcom.com/support/802.11/linux_sta.php
-Source0: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc-x86_32-v5.60.48.36....
+Source0: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_32-v5_100_82_38...
Source1: http://www.broadcom.com/docs/linux_sta/README.txt
Source2: broadcom-wl-blacklist.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -46,6 +46,9 @@
%config(noreplace) %{_sysconfdir}/modprobe.d/broadcom-wl-blacklist.conf
%changelog
+* Thu Jan 27 2011 Chris Nolan <chris(a)cenolan.com> - 5.100.82.38
+- updated version to 5.100.82.38
+
* Mon Feb 22 2010 Chris Nolan <chris(a)cenolan.com> - 5.60.48.36-1
- updated version to 5.60.48.36
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/broadcom-wl/F-13/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 22 Feb 2010 23:09:06 -0000 1.8
+++ sources 27 Jan 2011 23:01:53 -0000 1.9
@@ -1,3 +1,3 @@
-0466d863405e1ab99d5e288fe886e852 hybrid-portsrc-x86_32-v5.60.48.36.tar.gz
-e8805d3ad0fb4824520a3bb13d391e7c README.txt
+c0074a1622c75916442e26763ddf47d0 hybrid-portsrc_x86_32-v5_100_82_38.tar.gz
5eb025e4c25f9fdaa7ae809652c66173 broadcom-wl-blacklist.conf
+e8805d3ad0fb4824520a3bb13d391e7c README.txt
13 years, 10 months
rpms/wl-kmod/F-13 broadcom-wl-5.100.82.38-license.patch,1.1,1.2
by Chris Nolan
Author: cnolan
Update of /cvs/nonfree/rpms/wl-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23649
Modified Files:
broadcom-wl-5.100.82.38-license.patch
Log Message:
* Thu Jan 27 2011 Chris Nolan <chris(a)cenolan.com> - 5.100.82.38-1
- Updated version to 5.100.82.38
broadcom-wl-5.100.82.38-license.patch:
wl_linux.c | 2 ++
1 file changed, 2 insertions(+)
Index: broadcom-wl-5.100.82.38-license.patch
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-13/broadcom-wl-5.100.82.38-license.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- broadcom-wl-5.100.82.38-license.patch 27 Jan 2011 22:21:36 -0000 1.1
+++ broadcom-wl-5.100.82.38-license.patch 27 Jan 2011 22:36:43 -0000 1.2
@@ -1,8 +1,8 @@
-diff -Naur --recursive hybrid-portsrc-x86_32-v5.60.48.36.orig/src/wl/sys/wl_linux.c hybrid-portsrc-x86_32-v5.60.48.36/src/wl/sys/wl_linux.c
---- hybrid-portsrc-x86_32-v5.60.48.36.orig/src/wl/sys/wl_linux.c 2010-02-05 20:59:15.000000000 -0500
-+++ hybrid-portsrc-x86_32-v5.60.48.36/src/wl/sys/wl_linux.c 2010-02-22 16:14:45.982808162 -0500
-@@ -151,6 +151,8 @@
- static void wl_force_kill(wl_task_t *task);
+diff -Naur --recursive hybrid-portsrc_x86_32-v5_100_82_38.orig/src/wl/sys/wl_linux.c hybrid-portsrc_x86_32-v5_100_82_38/src/wl/sys/wl_linux.c
+--- hybrid-portsrc_x86_32-v5_100_82_38.orig/src/wl/sys/wl_linux.c 2010-12-15 01:58:07.000000000 +0000
++++ hybrid-portsrc_x86_32-v5_100_82_38/src/wl/sys/wl_linux.c 2011-01-27 22:33:05.899146588 +0000
+@@ -180,6 +180,8 @@
+ static void wl_report_radio_state(wl_info_t *wl);
#endif
+MODULE_LICENSE("MIXED/Proprietary");
13 years, 10 months
rpms/wl-kmod/F-13 broadcom-wl-5.100.82.38-license.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 wl-kmod.spec, 1.74, 1.75 broadcom-wl-5.60.48.36-2.6.33-kernel.patch, 1.1, NONE broadcom-wl-5.60.48.36-license.patch, 1.1, NONE
by Chris Nolan
Author: cnolan
Update of /cvs/nonfree/rpms/wl-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22531
Modified Files:
.cvsignore sources wl-kmod.spec
Added Files:
broadcom-wl-5.100.82.38-license.patch
Removed Files:
broadcom-wl-5.60.48.36-2.6.33-kernel.patch
broadcom-wl-5.60.48.36-license.patch
Log Message:
* Thu Jan 27 2011 Chris Nolan <chris(a)cenolan.com> - 5.100.82.38-1
- Updated version to 5.100.82.38
broadcom-wl-5.100.82.38-license.patch:
wl_linux.c | 2 ++
1 file changed, 2 insertions(+)
--- NEW FILE broadcom-wl-5.100.82.38-license.patch ---
diff -Naur --recursive hybrid-portsrc-x86_32-v5.60.48.36.orig/src/wl/sys/wl_linux.c hybrid-portsrc-x86_32-v5.60.48.36/src/wl/sys/wl_linux.c
--- hybrid-portsrc-x86_32-v5.60.48.36.orig/src/wl/sys/wl_linux.c 2010-02-05 20:59:15.000000000 -0500
+++ hybrid-portsrc-x86_32-v5.60.48.36/src/wl/sys/wl_linux.c 2010-02-22 16:14:45.982808162 -0500
@@ -151,6 +151,8 @@
static void wl_force_kill(wl_task_t *task);
#endif
+MODULE_LICENSE("MIXED/Proprietary");
+
static struct pci_device_id wl_id_table[] = {
{ PCI_VENDOR_ID_BROADCOM, 0x4311, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
{ PCI_VENDOR_ID_BROADCOM, 0x4312, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-13/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 22 Feb 2010 23:03:46 -0000 1.9
+++ .cvsignore 27 Jan 2011 22:21:36 -0000 1.10
@@ -1,3 +1,3 @@
-hybrid-portsrc-x86_32-v5.60.48.36.tar.gz
-hybrid-portsrc-x86_64-v5.60.48.36.tar.gz
+hybrid-portsrc_x86_32-v5_100_82_38.tar.gz
+hybrid-portsrc_x86_64-v5_100_82_38.tar.gz
broadcom-wl-kmodtool-excludekernel-filterfile
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-13/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 22 Feb 2010 23:03:46 -0000 1.9
+++ sources 27 Jan 2011 22:21:36 -0000 1.10
@@ -1,3 +1,3 @@
-0466d863405e1ab99d5e288fe886e852 hybrid-portsrc-x86_32-v5.60.48.36.tar.gz
-a78095ddcc30a191f64dccbc31b84de8 hybrid-portsrc-x86_64-v5.60.48.36.tar.gz
+c0074a1622c75916442e26763ddf47d0 hybrid-portsrc_x86_32-v5_100_82_38.tar.gz
+cac172f7422fa43264049c7065fe21d6 hybrid-portsrc_x86_64-v5_100_82_38.tar.gz
5df50b59ac8a311c81c9ad569ffc2225 broadcom-wl-kmodtool-excludekernel-filterfile
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-13/wl-kmod.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- wl-kmod.spec 17 Dec 2010 09:06:29 -0000 1.74
+++ wl-kmod.spec 27 Jan 2011 22:21:36 -0000 1.75
@@ -3,20 +3,19 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
+#define buildforkernels newest
Name: wl-kmod
-Version: 5.60.48.36
-Release: 2%{?dist}.3
+Version: 5.100.82.38
+Release: 1%{?dist}
Summary: Kernel module for broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
URL: http://www.broadcom.com/support/802.11/linux_sta.php
-Source0: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc-x86_32-v5.60.48.36....
-Source1: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc-x86_64-v5.60.48.36....
+Source0: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_32-v5_100_82_38...
+Source1: http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_64-v5_100_82_38...
Source11: broadcom-wl-kmodtool-excludekernel-filterfile
-Patch0: broadcom-wl-5.60.48.36-license.patch
-Patch1: broadcom-wl-5.60.48.36-2.6.33-kernel.patch
+Patch0: broadcom-wl-5.100.82.38-license.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{_bindir}/kmodtool
@@ -54,7 +53,6 @@
tar xzf %{SOURCE1}
%endif
%patch0 -p1 -b .license
-%patch1 -p0 -b .kernel
popd
for kernel_version in %{?kernel_versions} ; do
@@ -84,6 +82,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Jan 27 2011 Chris Nolan <chris(a)cenolan.com> - 5.100.82.38-1
+- Updated version to 5.100.82.38
+
* Fri Dec 17 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.60.48.36-2.3
- rebuild for updated kernel
--- broadcom-wl-5.60.48.36-2.6.33-kernel.patch DELETED ---
--- broadcom-wl-5.60.48.36-license.patch DELETED ---
13 years, 10 months
rpms/mame/F-13 .cvsignore, 1.18, 1.19 mame.spec, 1.18, 1.19 sources, 1.18, 1.19
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3973
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Mon Jan 24 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.141u1-1
- Updated to 0.141u1
- Re-enabled the fortify patch
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore 14 Jan 2011 07:10:52 -0000 1.18
+++ .cvsignore 25 Jan 2011 21:24:51 -0000 1.19
@@ -1 +1,2 @@
mame0141s.exe
+0141u1_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/mame.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- mame.spec 14 Jan 2011 07:10:52 -0000 1.18
+++ mame.spec 25 Jan 2011 21:24:51 -0000 1.19
@@ -2,7 +2,7 @@
%bcond_with debug
%global baseversion 141
-#global sourceupdate 2
+%global sourceupdate 1
Name: mame
%if 0%{?sourceupdate}
@@ -21,7 +21,7 @@
%if 0%{?sourceupdate}
#Source updates
Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
-Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
+#Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
#Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
#Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
%endif
@@ -92,7 +92,7 @@
i=`expr $i + 1`
done
%endif
-#patch0 -p1 -b .fortify
+%patch0 -p1 -b .fortify
%patch2 -p1 -b .verbosebuild
# Create ini file
@@ -230,6 +230,10 @@
%changelog
+* Mon Jan 24 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.141u1-1
+- Updated to 0.141u1
+- Re-enabled the fortify patch
+
* Thu Jan 13 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.141-1
- Updated to 0.141
- Temporarily dropped the fortify patch
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources 14 Jan 2011 07:10:52 -0000 1.18
+++ sources 25 Jan 2011 21:24:51 -0000 1.19
@@ -1 +1,2 @@
b19481d31b2d7d94c193f3e47cc5a461 mame0141s.exe
+b9e2d7b1200cb53044350fd73bac25f8 0141u1_diff.zip
13 years, 10 months
rpms/mame/F-14 .cvsignore, 1.19, 1.20 mame.spec, 1.22, 1.23 sources, 1.19, 1.20
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3867
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Mon Jan 24 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.141u1-1
- Updated to 0.141u1
- Re-enabled the fortify patch
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore 14 Jan 2011 07:10:44 -0000 1.19
+++ .cvsignore 25 Jan 2011 21:24:43 -0000 1.20
@@ -1 +1,2 @@
mame0141s.exe
+0141u1_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/mame.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- mame.spec 14 Jan 2011 07:10:44 -0000 1.22
+++ mame.spec 25 Jan 2011 21:24:43 -0000 1.23
@@ -2,7 +2,7 @@
%bcond_with debug
%global baseversion 141
-#global sourceupdate 2
+%global sourceupdate 1
Name: mame
%if 0%{?sourceupdate}
@@ -21,7 +21,7 @@
%if 0%{?sourceupdate}
#Source updates
Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
-Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
+#Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
#Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
#Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
%endif
@@ -92,7 +92,7 @@
i=`expr $i + 1`
done
%endif
-#patch0 -p1 -b .fortify
+%patch0 -p1 -b .fortify
%patch2 -p1 -b .verbosebuild
# Create ini file
@@ -230,6 +230,10 @@
%changelog
+* Mon Jan 24 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.141u1-1
+- Updated to 0.141u1
+- Re-enabled the fortify patch
+
* Thu Jan 13 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.141-1
- Updated to 0.141
- Temporarily dropped the fortify patch
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources 14 Jan 2011 07:10:44 -0000 1.19
+++ sources 25 Jan 2011 21:24:43 -0000 1.20
@@ -1 +1,2 @@
b19481d31b2d7d94c193f3e47cc5a461 mame0141s.exe
+b9e2d7b1200cb53044350fd73bac25f8 0141u1_diff.zip
13 years, 10 months
rpms/mame/devel .cvsignore, 1.19, 1.20 mame.spec, 1.22, 1.23 sources, 1.19, 1.20
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3763
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Mon Jan 24 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.141u1-1
- Updated to 0.141u1
- Re-enabled the fortify patch
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore 14 Jan 2011 07:10:34 -0000 1.19
+++ .cvsignore 25 Jan 2011 21:24:33 -0000 1.20
@@ -1 +1,2 @@
mame0141s.exe
+0141u1_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- mame.spec 14 Jan 2011 07:10:34 -0000 1.22
+++ mame.spec 25 Jan 2011 21:24:33 -0000 1.23
@@ -2,7 +2,7 @@
%bcond_with debug
%global baseversion 141
-#global sourceupdate 2
+%global sourceupdate 1
Name: mame
%if 0%{?sourceupdate}
@@ -21,7 +21,7 @@
%if 0%{?sourceupdate}
#Source updates
Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
-Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
+#Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
#Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
#Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
%endif
@@ -92,7 +92,7 @@
i=`expr $i + 1`
done
%endif
-#patch0 -p1 -b .fortify
+%patch0 -p1 -b .fortify
%patch2 -p1 -b .verbosebuild
# Create ini file
@@ -230,6 +230,10 @@
%changelog
+* Mon Jan 24 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.141u1-1
+- Updated to 0.141u1
+- Re-enabled the fortify patch
+
* Thu Jan 13 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.141-1
- Updated to 0.141
- Temporarily dropped the fortify patch
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources 14 Jan 2011 07:10:34 -0000 1.19
+++ sources 25 Jan 2011 21:24:33 -0000 1.20
@@ -1 +1,2 @@
b19481d31b2d7d94c193f3e47cc5a461 mame0141s.exe
+b9e2d7b1200cb53044350fd73bac25f8 0141u1_diff.zip
13 years, 10 months
rpms/vlc/devel vlc-backport-signal_fix.patch, NONE, 1.1 vlc.spec, 1.105, 1.106
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20061
Modified Files:
vlc.spec
Added Files:
vlc-backport-signal_fix.patch
Log Message:
Backport another patch that worth been tested on KDE 4.6
https://bugs.kde.org/show_bug.cgi?id=260719
vlc-backport-signal_fix.patch:
override.c | 2 ++
1 file changed, 2 insertions(+)
--- NEW FILE vlc-backport-signal_fix.patch ---
commit de68b12937589cdcbe5143f162dabd7654969362
Author: Rémi Denis-Courmont <remi(a)remlab.net>
Date: Sat Jul 24 13:43:56 2010 +0300
Do not override signal functions for the time being
diff --git a/bin/override.c b/bin/override.c
index 2385f2b..ac9e14c 100644
--- a/bin/override.c
+++ b/bin/override.c
@@ -201,6 +201,7 @@ int rand (void)
}
+#if 0
/** Signals **/
#include <signal.h>
@@ -252,6 +253,7 @@ error:
LOG("Blocked", "%d, %p, %p", signum, act, old);
return -1;
}
+#endif
/*** Locales ***
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- vlc.spec 25 Jan 2011 13:54:51 -0000 1.105
+++ vlc.spec 25 Jan 2011 17:15:53 -0000 1.106
@@ -26,7 +26,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 1.1.6
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -39,6 +39,7 @@
Patch3: vlc-1.1.6-hardode_font_patch.patch
Patch4: vlc-1.1.4-tls_path.patch
Patch5: vlc-backport-lirc_fix.patch
+Patch6: vlc-backport-signal_fix.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -248,6 +249,7 @@
%patch3 -p1 -b .hardode_path
%patch4 -p1 -b .tls_path
%patch5 -p1 -b .lirc_fix
+%patch6 -p1 -b .signal_fix
sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in
rm modules/access/videodev2.h
@@ -555,8 +557,9 @@
%changelog
-* Mon Jan 24 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.6-1
+* Mon Jan 24 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.6-2
- Update to 1.1.6
+- backport lirc and signal fixes
* Sat Dec 18 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.5-2
- Clear execstack on dmo and real plugin for i686
13 years, 10 months
rpms/vlc/devel vlc.spec,1.104,1.105
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7026
Modified Files:
vlc.spec
Log Message:
Fix live555date RPM macro
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- vlc.spec 25 Jan 2011 11:57:16 -0000 1.104
+++ vlc.spec 25 Jan 2011 13:54:51 -0000 1.105
@@ -214,7 +214,7 @@
Provides: ffmpeg4vlc-devel = 0.6-0.5
Obsoletes: ffmpeg4vlc-libs < 0.6-0.5
Obsoletes: ffmpeg4vlc-devel < 0.6-0.5
-%{?live555date:Requires: live555%{_isa} = %{live555date}}
+%{?live555date:Requires: live555date%{_isa} = %{live555date}}
%description core
VLC media player core components
13 years, 10 months
rpms/live555/devel live555.spec,1.11,1.12
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/live555/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6904
Modified Files:
live555.spec
Log Message:
Don't override live555%{_isa} natural versioning
Index: live555.spec
===================================================================
RCS file: /cvs/free/rpms/live555/devel/live555.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- live555.spec 24 Jan 2011 22:16:07 -0000 1.11
+++ live555.spec 25 Jan 2011 13:53:42 -0000 1.12
@@ -3,7 +3,7 @@
Name: live555
Version: 0
-Release: 0.29.%{date}%{?dist}
+Release: 0.30.%{date}%{?dist}
Summary: Live555.com streaming libraries
Group: System Environment/Libraries
@@ -17,9 +17,9 @@
Patch3: live-uselocale.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Provides: live555%{_isa} = %{date}
+Provides: live555date%{_isa} = %{date}
# Packages using live555 must Requires this:
-#{?live555date:Requires: live555%{_isa} = %{live555date}}
+#{?live555date:Requires: live555date%{_isa} = %{live555date}}
%description
@@ -193,9 +193,10 @@
%{_libdir}/libUsageEnvironment*.a
%changelog
-* Mon Jan 24 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0-0.29.2011.01.24
+* Tue Jan 25 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0-0.30.2011.01.24
- Update to 2011.01.24
- Update live555 patches from Rémi.
+- Use RPM macro to workaround inconsistent ABI dependency.
* Tue Jun 22 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0-0.28.2010.06.22
- Update to 2010.06.22
13 years, 10 months
rpms/vlc/devel vlc-backport-lirc_fix.patch,1.1,1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5794
Modified Files:
vlc-backport-lirc_fix.patch
Log Message:
Fix truncated patch
vlc-backport-lirc_fix.patch:
lirc.c | 3 +++
1 file changed, 3 insertions(+)
Index: vlc-backport-lirc_fix.patch
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc-backport-lirc_fix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vlc-backport-lirc_fix.patch 25 Jan 2011 11:57:16 -0000 1.1
+++ vlc-backport-lirc_fix.patch 25 Jan 2011 13:39:37 -0000 1.2
@@ -16,9 +16,9 @@
#include <fcntl.h>
#ifdef HAVE_CONFIG_H
-@@ -154,10 +155,12 @@ static void Run( intf_thread_t *p_intf )
+@@ -154,10 +155,12 @@
/* Wait for data */
- struct pollfd ufd = { .fd = p_sys->i_fd, .events = POLLIN, .revents = 0
+ struct pollfd ufd = { .fd = p_sys->i_fd, .events = POLLIN, .revents = 0 };
if( poll( &ufd, 1, -1 ) == -1 )
+ {
if( errno == EINTR )
@@ -28,3 +28,4 @@
+ }
/* Process */
+ int canc = vlc_savecancel();
13 years, 10 months