CIA.vc
mirko
Real-time open source activity stats
Stats » Authors » mirko
informationsyndicateUTC clock
16:32 on May 26, 2012
event counters
The last message was received 4.66 days ago at 00:36 on May 22, 2012
0 messages so far today, 0 messages yesterday
1 messages so far this week, 0 messages last week
2 messages so far this month, 27 messages last month
1138 messages since the first one, 8.38 years ago, for an average of 2.69 days between messages
recent messages
dateReversed sort columnprojectcontentlink
00:36 TuesdayOpenWrt
Commit by mirko :: r31838 /packages/libs/polarssl/ (2 files in 2 dirs): (link)
[packages/polarssl] level up polarssl to version 1.1.3
#
18:13 on May 03KDE
Commit by mirko :: r1292752 /trunk/www/sites/planet/planetkde/config: (link)
Update Alexandra L.
#
02:34 on Apr 29OpenWrt
Commit by mirko :: r31505 /packages/ (5 files in 5 dirs): (link)
[packages/*] remove special treatment when using glibc - support got dropped
#
02:34 on Apr 29OpenWrt
Commit by mirko :: r31504 /trunk/package/ (base-files/Makefile hotplug2/Makefile): (link)
[package/*] remove special treatment when using glibc - support got dropped
#
02:34 on Apr 29OpenWrt
Commit by mirko :: r31503 /trunk/ (9 files in 7 dirs): (link)
[toolchain/glibc*] purge support for glibc - use eglibc instead!

for reference: http://www.mail-archive.com/openwrt-devel at lists dot openwrt dot org/msg13425.html
#
00:57 on Apr 29OpenWrt
Commit by mirko :: r31502 /trunk/toolchain/eglibc/ (Config.in Config.version Makefile): (link)

[toolchain/eglibc] drop support for eglibc version trunk/HEAD

When selecting a specific eglibc version, it comes with a specific SVN
revision that should not be modified as it (more or less) correspond to
a tagged release. This patch disable the possibility to select a specific
SVN revision on known eglib versions.

This patch also disables the possibility to select the trunk branch of
eglibc. There are multiple reasons for that:

  • trunk/HEAD may not even compile
  • the OpenWrt built system makes using trunk/HEAD a difficult thing, as OpenWRT fetches the source tree and store it in a compressed tar archive. Subsequent build get the source from the tar archive - not from SVN, making the use of trunk/HEAD largelly innefective.
  • we cannot know the corresponding version of trunk/HEAD, meaning that we'll face compiling issues when we'll try to copy the libc files - unless the build system is fixed with this specific issue in mind. Signed-off-by: Emmanuel Deloget <logout at free dot fr>
#
00:28 on Apr 29OpenWrt
Commit by mirko :: r31501 /trunk/toolchain/eglibc/Config.version: (link)
[toolchain/eglibc] set version string of eglibc version 2.14 to 2.14.1

eglibc version number depends on the branch and on the maintenance release
(i.e. the SVN revision). Changing the revision may change the maintenance
version. This patch correlate the SVN revision to the correct version
number - without this change  eglibc 2.14 provoke build errors when
building the base-files package (example, for 2.14):

$ make package/base-files/compile V=1
   make[1] package/base-files/compile
   make[2] -C package/opkg host-compile
   make[2] -C package/base-files-network compile
   make[2] -C package/base-files compile
cp: cannot stat `/home/me/openwrt/trunk/staging_dir/toolchain-arm_v7-a_gcc-4.6-linaro_eglibc-trunk_eabi/lib/ld-2.14.so': No such file or directory

Signed-off-by: Emmanuel Deloget <logout at free dot fr>
#
00:20 on Apr 29OpenWrt
Commit by mirko :: r31500 /trunk/toolchain/eglibc/ (Config.in Config.version Makefile): (link)
[toolchain/eglibc] drop eglibc version 2.12
#
00:04 on Apr 29OpenWrt
Commit by mirko :: r31499 /trunk/package/ (8 files in 5 dirs): (link)
[packages/{e2fsprogs,util-linux,util-linux-ng}] update/rename those packages

This patch makes several changes to the util-linux(-ng) package:
 * rename to util-linux (official name now, util-linux-ng got merged)
 * bump to last stable version 2.21.1 (was 2.13.0.1 before)
 * add several new packages
 * sort packages within Makefile
 * remove patches which got merged upstream

This patch makes some changes to the e2fsprogs package:
 * bump to last stable version 1.42.2
 * libraries moved from e2fsprogs to util-linux - take care of that

Signed-off-by: Luka Perkov <openwrt at lukaperkov dot net>
#
22:57 on Apr 24OpenWrt
Commit by mirko :: r31469 /trunk/scripts/feeds: (link)
[scripts/feeds] re-enable shallow git clones ('--depth 1')
#
17:34 on Apr 24OpenWrt
Commit by mirko :: r31467 /trunk/scripts/feeds: (link)
[scripts/feeds] include revisions of feeds when listing them
#
17:21 on Apr 24OpenWrt
Commit by mirko :: r31466 /trunk/include/kernel-defaults.mk: (link)
[include/kernel-defaults.mk] enable verbose output of kernel build if V=99 is passed

append V=1 to KERNEL_MAKEOPTS when $V (and therewith $KBUILD_VERBOSE) is set to 99
#
00:19 on Apr 22OpenWrt
Commit by mirko :: r31427 /trunk/package/firewall/files/firewall.config: (link)
[package/firewall] minor change: adjust formatting of firewall.config

 - remove trailing whitespaces (s/\ $//g)
 - replace spaces with tabs between options and values
#
15:00 on Apr 21OpenWrt
Commit by mirko :: r31393 /trunk/toolchain/gcc/patches/4.7-linaro/400-fix-incorrect-optimization.patch: (link)
[toolchain/gcc] remove screwed up patch for gcc 4.7-linaro which got committed by accident
#
14:35 on Apr 21OpenWrt
Commit by mirko :: r31392 /trunk/toolchain/gcc/ (20 files in 2 dirs): (link)
[toolchain/gcc] add support for GCC 4.7-linaro (based on GCC 4.7.1)
#
12:43 on Apr 21OpenWrt
Commit by mirko :: r31391 /trunk/target/linux/lantiq/base-files/etc/uci-defaults/network: (link)
[target/linux/lantiq] change /etc/config/network according to actual VLAN config to enable LAN port 4 on the ARV4520PW board

The VLAN mapping on the ARV4520PW board is the following:

port on Router: | VLAN in software:
LAN 1 | 3
LAN 2 | 2
LAN 3 | 1
LAN 4 | 0
DSL | 4

So LAN4 is not VLAN4 but VLAN0 (VLAN4 is DSL port) -> set "3 2 1 0 5t" as default switch config.
#
05:45 on Apr 18OpenWrt
Commit by mirko :: r31342 /trunk/toolchain/eglibc/Config.in: (link)
[toolchain/eglibc] when choosing eglibc select eglibc version 2.13 by default
#
05:45 on Apr 18OpenWrt
Commit by mirko :: r31341 /trunk/toolchain/eglibc/patches/2.12/100-do-not-use-implicit-rules.patch: (link)
[toolchain/eglibc] remove patch '100-do-not-use-implicit-rules.patch' for eglibc 2.12

Mentioned patch got obsoleted by commit 31300, since it went upstream meanwhile
#
13:14 on Apr 16OpenWrt
Commit by mirko :: r31300 /trunk/toolchain/eglibc/Config.in: (link)
[toolchain/eglibc] level up eglibc versions to latest revisions of its respective branches

in particular this solves the issue that eglibc version 2.x produced so-files having the version string 2.(x-1) in its names which confused the toolchain
#
23:53 on Apr 15OpenWrt
Commit by mirko :: r31297 /packages/libs/boost/Makefile: (link)
[packages/boost] level up, fix several issues

 - level up to version 1.49.0
 - package boost-chrono
 - package boost-locale
 - package boost-random
 - package boost-timer
 - add myself as maintainer
 - add dependencies among themselves
 - fix python include path (python2.6 -> python2.7)
#