Felix Fietkau [Sun, 10 Mar 2013 17:04:36 +0000 (17:04 +0000)]
kernel: prevent -f*-sections from leaking into the boot zImage wrapper on arm
SVN-Revision: 35938
Felix Fietkau [Sun, 10 Mar 2013 17:04:31 +0000 (17:04 +0000)]
kernel: ensure that the arm exception handlers get preserved
SVN-Revision: 35937
Felix Fietkau [Sun, 10 Mar 2013 14:51:42 +0000 (14:51 +0000)]
kernel: use -ffunction-sections, -fdata-sections and --gc-sections on ARM to reduce kernel image size, disable those flags when tracing on MIPS to fix compile errors
SVN-Revision: 35936
Felix Fietkau [Sun, 10 Mar 2013 14:51:38 +0000 (14:51 +0000)]
kernel: remove the BROKEN dependency on the kernel export symbol strip
SVN-Revision: 35935
Gabor Juhos [Sun, 10 Mar 2013 13:24:54 +0000 (13:24 +0000)]
xburst: remove 3.3 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35934
Gabor Juhos [Sun, 10 Mar 2013 13:24:52 +0000 (13:24 +0000)]
xburst: switch to 3.8
Compile tested only, so add broken flag.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35933
Gabor Juhos [Sun, 10 Mar 2013 13:24:50 +0000 (13:24 +0000)]
xburst: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35932
Gabor Juhos [Sun, 10 Mar 2013 13:24:47 +0000 (13:24 +0000)]
linux/3.8: add missing config symbols
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35931
Gabor Juhos [Sun, 10 Mar 2013 13:24:46 +0000 (13:24 +0000)]
adm5120: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35930
Gabor Juhos [Sun, 10 Mar 2013 13:24:45 +0000 (13:24 +0000)]
adm5120: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35929
Gabor Juhos [Sun, 10 Mar 2013 13:24:44 +0000 (13:24 +0000)]
malta: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35928
Gabor Juhos [Sun, 10 Mar 2013 13:24:43 +0000 (13:24 +0000)]
malta: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35927
Gabor Juhos [Sun, 10 Mar 2013 13:24:42 +0000 (13:24 +0000)]
atheros: remove 3.3 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35926
Gabor Juhos [Sun, 10 Mar 2013 13:24:40 +0000 (13:24 +0000)]
atheros: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35925
Gabor Juhos [Sun, 10 Mar 2013 13:24:39 +0000 (13:24 +0000)]
mpc83xx: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35924
Gabor Juhos [Sun, 10 Mar 2013 13:24:38 +0000 (13:24 +0000)]
mpc83xx: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35923
Gabor Juhos [Sun, 10 Mar 2013 13:21:40 +0000 (13:21 +0000)]
rb532: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35922
Gabor Juhos [Sun, 10 Mar 2013 13:21:33 +0000 (13:21 +0000)]
rb532: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35921
Gabor Juhos [Sun, 10 Mar 2013 13:21:29 +0000 (13:21 +0000)]
rb532: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35920
Gabor Juhos [Sun, 10 Mar 2013 07:20:57 +0000 (07:20 +0000)]
ar71xx: correct board name to make LEDs work on RB750
Patch by: Denver A <denvera@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3419/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35919
Gabor Juhos [Sun, 10 Mar 2013 07:20:54 +0000 (07:20 +0000)]
ppc40x: remove __dev_{in,ex}it annotations
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35918
Felix Fietkau [Sun, 10 Mar 2013 01:27:04 +0000 (01:27 +0000)]
cns3xxx: reduce buffer allocation size to 2048 bytes, improves ethernet performance
SVN-Revision: 35917
Felix Fietkau [Sun, 10 Mar 2013 01:01:55 +0000 (01:01 +0000)]
cns3xxx: remove linux 3.3 support
SVN-Revision: 35916
Felix Fietkau [Sun, 10 Mar 2013 01:01:51 +0000 (01:01 +0000)]
cns3xxx: disable CONFIG_PROC_STRIPPED and add an init script to set the ethernet cpu affinity (improves lan<->wlan bridging performance)
SVN-Revision: 35915
Hauke Mehrtens [Sat, 9 Mar 2013 20:01:55 +0000 (20:01 +0000)]
mac80211: decrease rx slots to 128, I hope this is a good trade of between stability and memory consumption.
SVN-Revision: 35913
Hauke Mehrtens [Sat, 9 Mar 2013 19:48:03 +0000 (19:48 +0000)]
brcm47xx: add some more partition parser fixes by Rafał Miłecki
SVN-Revision: 35912
Hauke Mehrtens [Sat, 9 Mar 2013 19:24:43 +0000 (19:24 +0000)]
brcm47xx: netconfig: add bacis support for swconfig
Parse the cpu port from swconfig and explicitly mark the cpu port as tagged.
SVN-Revision: 35911
Felix Fietkau [Sat, 9 Mar 2013 19:04:37 +0000 (19:04 +0000)]
kernel: add a missing config symbol for 3.8
SVN-Revision: 35910
Felix Fietkau [Sat, 9 Mar 2013 19:00:39 +0000 (19:00 +0000)]
mkimage: unbreak build on non-linux systems
SVN-Revision: 35909
Felix Fietkau [Sat, 9 Mar 2013 18:51:46 +0000 (18:51 +0000)]
cns3xxx: add linux 3.8 support and use it by default
SVN-Revision: 35908
Felix Fietkau [Sat, 9 Mar 2013 18:51:39 +0000 (18:51 +0000)]
kernel: fix mpcore watchdog symbol export
SVN-Revision: 35907
Luka Perkov [Fri, 8 Mar 2013 20:16:11 +0000 (20:16 +0000)]
mkimage: upgrade to version 2013.01.01
SVN-Revision: 35905
Jo-Philipp Wich [Fri, 8 Mar 2013 19:52:18 +0000 (19:52 +0000)]
Revert "firewall3: update to git head"
This reverts commit
89969fa333c90fdb217b7289272f3427add107de.
SVN-Revision: 35904
Jo-Philipp Wich [Fri, 8 Mar 2013 15:27:33 +0000 (15:27 +0000)]
firewall3: update to git head
- introduce per-zone user chains
- support legacy "tcpudp" protocol notation
SVN-Revision: 35903
Steven Barth [Fri, 8 Mar 2013 07:04:38 +0000 (07:04 +0000)]
odhcp6c: various bugfixes * Don't prematurely send RENEW / REBIND when T1 or T2 is > 1 day * Add "norelease" option to not send a RELEASE when stopping
SVN-Revision: 35902
Felix Fietkau [Thu, 7 Mar 2013 17:32:29 +0000 (17:32 +0000)]
build: BSD compile fixes
following patch allows to build images for Qemu ARM on
OpenBSD 5.2 amd64 and FreeBSD 9.1 amd64.
Mostly small pieces of code changes to get things right on the
specific platform.
Updated the README to describe better, which tools on the host
are required. Added some kind of prepare scripts to install needed
tools on BSD via packages.
Signed-off-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de>
SVN-Revision: 35900
Steven Barth [Thu, 7 Mar 2013 09:30:52 +0000 (09:30 +0000)]
netfilter: Fix typo in last commit
SVN-Revision: 35899
Steven Barth [Thu, 7 Mar 2013 08:48:41 +0000 (08:48 +0000)]
iptables: Add missing IPv6 builtin modules
SVN-Revision: 35898
Steven Barth [Wed, 6 Mar 2013 17:05:34 +0000 (17:05 +0000)]
iptables: redo update to 1.4.18 with old linking-behaviour
SVN-Revision: 35896
Mirko Vogt [Wed, 6 Mar 2013 13:29:29 +0000 (13:29 +0000)]
Update README file
Append '-a' to "scripts/feeds {update,install}" example calls.
SVN-Revision: 35895
Steven Barth [Wed, 6 Mar 2013 12:55:48 +0000 (12:55 +0000)]
Revert "iptables: update to 1.4.18" due to toolchain-issue: binaries cause segfaults when stripped on ar71xx
SVN-Revision: 35894
Felix Fietkau [Tue, 5 Mar 2013 22:06:30 +0000 (22:06 +0000)]
hostapd: include the madwifi headers in the package directory to avoid compile breakage if the madwifi build fails
SVN-Revision: 35893
Steven Barth [Tue, 5 Mar 2013 20:51:57 +0000 (20:51 +0000)]
iptables: update to 1.4.18
SVN-Revision: 35892
Felix Fietkau [Tue, 5 Mar 2013 14:32:31 +0000 (14:32 +0000)]
mac80211: add another minstrel_ht performance improvement
SVN-Revision: 35890
Jo-Philipp Wich [Tue, 5 Mar 2013 13:45:09 +0000 (13:45 +0000)]
firewall3: add default config and firewall.user
SVN-Revision: 35889
Jo-Philipp Wich [Tue, 5 Mar 2013 13:41:56 +0000 (13:41 +0000)]
include: make firewall3 the default
SVN-Revision: 35888
Felix Fietkau [Mon, 4 Mar 2013 17:16:38 +0000 (17:16 +0000)]
hostapd: update to git version 2013-03-02
SVN-Revision: 35887
Gabor Juhos [Mon, 4 Mar 2013 16:08:41 +0000 (16:08 +0000)]
cns21xx: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35886
Gabor Juhos [Mon, 4 Mar 2013 16:08:39 +0000 (16:08 +0000)]
cns21xx: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35885
Gabor Juhos [Mon, 4 Mar 2013 15:16:37 +0000 (15:16 +0000)]
ppc44x: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35884
Gabor Juhos [Mon, 4 Mar 2013 15:16:35 +0000 (15:16 +0000)]
ppc44x: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35883
Gabor Juhos [Mon, 4 Mar 2013 15:16:33 +0000 (15:16 +0000)]
ppc40x: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35882
Gabor Juhos [Mon, 4 Mar 2013 15:16:32 +0000 (15:16 +0000)]
ppc40x: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35881
Florian Fainelli [Mon, 4 Mar 2013 13:42:35 +0000 (13:42 +0000)]
brcm63xx: fix LED names for various boards
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35880
Gabor Juhos [Mon, 4 Mar 2013 12:08:28 +0000 (12:08 +0000)]
ar71xx: add backported watchdog patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35879
Gabor Juhos [Mon, 4 Mar 2013 11:48:15 +0000 (11:48 +0000)]
ar71xx: use backported QCA955x patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35878
Gabor Juhos [Mon, 4 Mar 2013 11:48:08 +0000 (11:48 +0000)]
ar71xx: use backported PCI patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35877
Gabor Juhos [Mon, 4 Mar 2013 11:48:06 +0000 (11:48 +0000)]
ar71xx: use backported MISC IRQ patch
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35876
Gabor Juhos [Mon, 4 Mar 2013 11:48:04 +0000 (11:48 +0000)]
ar71xx: use backported GPIO patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35875
Luka Perkov [Mon, 4 Mar 2013 11:37:28 +0000 (11:37 +0000)]
ar71xx: enable building ramdisk images for WZRHPG30XNH board types
Signed-off-by: Luka Perkov <luka@openwrt.org>
Acked-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35874
Gabor Juhos [Mon, 4 Mar 2013 09:40:44 +0000 (09:40 +0000)]
ar71xx: use backported SPI patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35873
Gabor Juhos [Mon, 4 Mar 2013 09:37:25 +0000 (09:37 +0000)]
mpc85xx: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35872
Gabor Juhos [Mon, 4 Mar 2013 09:37:24 +0000 (09:37 +0000)]
mpc85xx: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35871
Gabor Juhos [Mon, 4 Mar 2013 09:03:50 +0000 (09:03 +0000)]
ar71xx: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35870
Gabor Juhos [Mon, 4 Mar 2013 08:47:38 +0000 (08:47 +0000)]
ar71xx: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35869
Gabor Juhos [Mon, 4 Mar 2013 08:43:55 +0000 (08:43 +0000)]
kernel: update linux 3.8 to 3.8.2
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35868
Luka Perkov [Sun, 3 Mar 2013 21:59:35 +0000 (21:59 +0000)]
uboot-env: wzr-600dhp uses wzr-hp-ag300h name
SVN-Revision: 35866
Luka Perkov [Sun, 3 Mar 2013 21:59:34 +0000 (21:59 +0000)]
ar71xx: rework changes from r35840
Signed-off-by: Luka Perkov <luka@openwrt.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35865
Gabor Juhos [Sun, 3 Mar 2013 17:05:05 +0000 (17:05 +0000)]
hotplug2: restore accidentally deleted patch
Without the 170-non_fatal_include.patch hotplug2 throws this:
Unable to include '/etc/hotplug2-platform.rules'
Syntax error (/etc/hotplug2-common.rules, line 9): Syntax error: Internal parser error.
Unable to include '/etc/hotplug2-common.rules'
Syntax error (/etc/hotplug2-init.rules, line 3): Syntax error: Internal parser error.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35863
Gabor Juhos [Sun, 3 Mar 2013 13:58:52 +0000 (13:58 +0000)]
kernel: update linux 3.8 to 3.8.1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35862
Gabor Juhos [Sun, 3 Mar 2013 13:58:10 +0000 (13:58 +0000)]
linux/3.8: add missing config symbols
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35861
Gabor Juhos [Sun, 3 Mar 2013 13:57:40 +0000 (13:57 +0000)]
kernel: update linux 3.7 to 3.7.10
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35860
Felix Fietkau [Sun, 3 Mar 2013 13:56:36 +0000 (13:56 +0000)]
hotplug2: fix a memory leak and wrong variables leaking into the fork worker process (#12436, maybe also #12765)
SVN-Revision: 35857
Felix Fietkau [Sun, 3 Mar 2013 13:56:32 +0000 (13:56 +0000)]
hotplug2: merge worker related fixes into one patch
SVN-Revision: 35856
Gabor Juhos [Sun, 3 Mar 2013 12:47:37 +0000 (12:47 +0000)]
ar71xx: update MAC address assignment for dir-825-c1
Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35855
Gabor Juhos [Sun, 3 Mar 2013 12:47:33 +0000 (12:47 +0000)]
ar71xx: fixes leds for dir-825-c1
Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35854
Gabor Juhos [Sun, 3 Mar 2013 12:47:31 +0000 (12:47 +0000)]
ramips: set -march=24kec for rt305x and rt3883 to enable use of DSP extension
All known rt305x and rt3883 implementations support at
least the 24kec instruction set which includes the DSP
extension. For rt288x, the previous value mips32r2 is
kept.
The cpu target is now set per sub-archtecture, according
to cpu-feature-overrides.h of each SoC family.
[juhosg: define ARCH_PACKAGES variable for rt305x/rt3883
in order to differentiate the packages compiled with
the 24Kec option.]
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35853
Gabor Juhos [Sun, 3 Mar 2013 12:47:28 +0000 (12:47 +0000)]
ramips: add user-space detection for ALL5002/ALL5003
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35852
Gabor Juhos [Sun, 3 Mar 2013 12:47:25 +0000 (12:47 +0000)]
ramips: indicate support for ALL5003
add ALL5003 to board description in mach-all5002.c
adapt detection in user-space accordingly
(no functional changes)
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35851
Gabor Juhos [Sun, 3 Mar 2013 12:47:02 +0000 (12:47 +0000)]
ramips: enhance user-space board detection
Similar to ar71xx, detect only once and cache the strings in
/tmp/sysinfo/model and /tmp/sysinfo/boardname.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35850
Gabor Juhos [Sun, 3 Mar 2013 12:46:08 +0000 (12:46 +0000)]
ramips: fix whitespace in /lib/ramips.sh
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35849
Felix Fietkau [Sun, 3 Mar 2013 12:05:33 +0000 (12:05 +0000)]
mac80211: merge some more minstrel_ht performance improvements
SVN-Revision: 35848
Felix Fietkau [Sat, 2 Mar 2013 21:00:58 +0000 (21:00 +0000)]
mac80211: merge minstrel_ht rate control performance improvements
SVN-Revision: 35847
Felix Fietkau [Sat, 2 Mar 2013 18:07:02 +0000 (18:07 +0000)]
mac80211: another fix for monitor mode handling (fixes #13071)
SVN-Revision: 35846
Jo-Philipp Wich [Sat, 2 Mar 2013 17:09:33 +0000 (17:09 +0000)]
firewall3: update to git head, introduces support for "enabled" option
SVN-Revision: 35845
Felix Fietkau [Sat, 2 Mar 2013 00:32:54 +0000 (00:32 +0000)]
Revert "[cns3xxx]: clean up PCI bus topology" (r35079)
It breaks PCIe IRQ mapping and possibly other things
SVN-Revision: 35842
Luka Perkov [Fri, 1 Mar 2013 13:46:01 +0000 (13:46 +0000)]
ar71xx: add support for Buffalo WZR 600DHP
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 35840
Luka Perkov [Thu, 28 Feb 2013 23:49:36 +0000 (23:49 +0000)]
scripts: update GNU mirrors
SVN-Revision: 35838
Steven Barth [Thu, 28 Feb 2013 16:37:20 +0000 (16:37 +0000)]
6relayd: Fix illegal memory accesses Spurious errors when receiving netlink-messages lead to unhandled errors which caused SIGBUS. Thanks to tdavis for debugging
SVN-Revision: 35836
Steven Barth [Thu, 28 Feb 2013 14:57:19 +0000 (14:57 +0000)]
6relayd: various fixes cap preferred and valid lifetimes at more reasonable limits decrease memory usage (remove unnecessary book-keeping)
SVN-Revision: 35835
Hauke Mehrtens [Thu, 28 Feb 2013 13:27:21 +0000 (13:27 +0000)]
brcm47xx: bgmac: omit the fcs
This fixes #13058 and hopefully #12927
SVN-Revision: 35834
Hauke Mehrtens [Thu, 28 Feb 2013 13:24:39 +0000 (13:24 +0000)]
brcm47xx: bgmac: update to version form netdev git repository
SVN-Revision: 35833
Jo-Philipp Wich [Thu, 28 Feb 2013 10:58:12 +0000 (10:58 +0000)]
xtables-addons: fix packaging of iptaccount
SVN-Revision: 35831
Hauke Mehrtens [Thu, 28 Feb 2013 10:43:02 +0000 (10:43 +0000)]
b43-tools: fix compile error: undefined reference to `yydebug'
With bison 2.7 YYDEBUG will be set to 0 if it was not set, then #ifdef
YYDEBUG returns true, but bison 2.7 treets YYDEBUG 0 as not set.
This fixes the following error:
obj/main.o: In function `main':
main.c:(.text.startup+0xaf): undefined reference to `yydebug'
collect2: error: ld returned 1 exit status
This closes #13093.
SVN-Revision: 35830
Luka Perkov [Thu, 28 Feb 2013 00:52:36 +0000 (00:52 +0000)]
mpfr: upgrade to 3.1.1
SVN-Revision: 35828
Luka Perkov [Thu, 28 Feb 2013 00:52:34 +0000 (00:52 +0000)]
bison: upgrade to version 2.7
SVN-Revision: 35827
Luka Perkov [Thu, 28 Feb 2013 00:52:33 +0000 (00:52 +0000)]
cmake: upgrade to version 2.8.10.2
SVN-Revision: 35826
Luka Perkov [Thu, 28 Feb 2013 00:52:32 +0000 (00:52 +0000)]
e2fsprogs: upgrade to version 1.42.7
SVN-Revision: 35825
Luka Perkov [Thu, 28 Feb 2013 00:52:31 +0000 (00:52 +0000)]
flex: upgrade to version 2.5.37
SVN-Revision: 35824
Luka Perkov [Thu, 28 Feb 2013 00:52:30 +0000 (00:52 +0000)]
gmp: upgrade to version 5.1.1
SVN-Revision: 35823