]>
git.ipfire.org Git - people/ms/ipfire-3.x.git/log
Michael Tremer [Sat, 17 Jul 2010 13:16:12 +0000 (15:16 +0200)]
network: Some work on configuration code.
Schantl Stefan [Sat, 17 Jul 2010 12:35:46 +0000 (14:35 +0200)]
New package: Suricata.
Schantl Stefan [Sat, 17 Jul 2010 12:21:18 +0000 (14:21 +0200)]
libyaml: New package.
This is a dependency of suricata.
Michael Tremer [Sat, 17 Jul 2010 08:49:43 +0000 (10:49 +0200)]
netwrk: Remove unused function.
Michael Tremer [Sat, 17 Jul 2010 08:45:58 +0000 (10:45 +0200)]
network: Replace listsort by a function that doesn't use /usr/bin/sort.
Michael Tremer [Sat, 17 Jul 2010 08:12:35 +0000 (10:12 +0200)]
network: Code cleanup.
We cannot use sort.
There was an unknown function. Don't know if we must keep it.
Michael Tremer [Fri, 16 Jul 2010 17:50:10 +0000 (19:50 +0200)]
network: Optimize help function.
Michael Tremer [Fri, 16 Jul 2010 16:15:24 +0000 (18:15 +0200)]
network: Add reset option.
Michael Tremer [Fri, 16 Jul 2010 08:03:41 +0000 (10:03 +0200)]
freeradius: Update to 2.1.9.
Michael Tremer [Fri, 16 Jul 2010 08:02:23 +0000 (10:02 +0200)]
ccache: Update to 3.0.1.
Schantl Stefan [Tue, 13 Jul 2010 17:22:07 +0000 (19:22 +0200)]
glib2: Update to 2.25.11.
Michael Tremer [Sun, 11 Jul 2010 16:37:39 +0000 (18:37 +0200)]
Merge branch 'master' of ssh://git.ipfire.org/pub/git/people/ms/ipfire-3.x into next
Michael Tremer [Sun, 11 Jul 2010 16:37:10 +0000 (18:37 +0200)]
network: Oops. Forgot some files.
Michael Tremer [Sun, 11 Jul 2010 16:17:36 +0000 (18:17 +0200)]
ethtool: New package.
Michael Tremer [Sun, 11 Jul 2010 09:40:36 +0000 (11:40 +0200)]
naoki: Fix installation of kernel in installer system.
Michael Tremer [Sun, 11 Jul 2010 09:17:28 +0000 (11:17 +0200)]
naoki: Add notice for LZMA compression.
Michael Tremer [Sun, 11 Jul 2010 09:01:44 +0000 (11:01 +0200)]
squashfs-tools: Update to 4.1.
Has got XZ support.
Michael Tremer [Sat, 10 Jul 2010 21:02:32 +0000 (23:02 +0200)]
Merge branch 'network' into next
Michael Tremer [Sat, 10 Jul 2010 18:07:59 +0000 (20:07 +0200)]
network: Initialize bonding at start.
Michael Tremer [Sat, 10 Jul 2010 17:56:44 +0000 (19:56 +0200)]
network: Add possibility to remove ports from zone of type bridge.
Michael Tremer [Sat, 10 Jul 2010 17:56:23 +0000 (19:56 +0200)]
network: Add some more checks if detatching a device from a bridge.
Michael Tremer [Sat, 10 Jul 2010 17:37:43 +0000 (19:37 +0200)]
network: Add some initialization handlers.
Michael Tremer [Sat, 10 Jul 2010 17:33:39 +0000 (19:33 +0200)]
network: Move virtual functions to seperate file and rename them.
Michael Tremer [Sat, 10 Jul 2010 17:21:23 +0000 (19:21 +0200)]
network: Put bridge functions into extra file.
Michael Tremer [Sat, 10 Jul 2010 17:15:55 +0000 (19:15 +0200)]
network: Fix bridge functions.
Michael Tremer [Sat, 10 Jul 2010 16:59:41 +0000 (18:59 +0200)]
network: Proper exit codes for bridge hook.
Michael Tremer [Sat, 10 Jul 2010 16:55:08 +0000 (18:55 +0200)]
network: Again very much changes that are hard to break down.
Michael Tremer [Sat, 10 Jul 2010 08:34:04 +0000 (10:34 +0200)]
network: Remove some unneeded functions.
Michael Tremer [Fri, 9 Jul 2010 19:37:47 +0000 (21:37 +0200)]
network: Magnificent changes on code.
Michael Tremer [Fri, 9 Jul 2010 14:05:05 +0000 (16:05 +0200)]
kernel: Update to 2.6.34.1.
Enabled bootmem again which caused a panic at boot time.
Michael Tremer [Fri, 9 Jul 2010 14:04:48 +0000 (16:04 +0200)]
naoki: Create /lib in chroot.
Michael Tremer [Wed, 7 Jul 2010 11:12:26 +0000 (13:12 +0200)]
gobject-introspection: Disable package which does currently not build.
[BUILD] env LPATH=.libs env PYTHONPATH=..:.. UNINSTALLED_INTROSPECTION_SRCDIR=.. UNINSTALLED_INTROSPECTION_BUILDDIR=.. ../tools/g-ir-scanner -v --add-includ
e-path=../gir --add-include-path=. -v --add-include-path=../gir --add-include-path=. --namespace=GLib --nsversion=2.0 --libtool="/bin/sh ../libtool" --libra
ry=glib-2.0 --pkg=glib-2.0 --noclosure --strip-prefix=g --c-include="glib.h" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DGETTEXT_PACKAGE=Dummy -DGLIB_COMPILATION -D__G_I18N_LIB_H__ /usr/lib/glib-2.0/include/glibconfig.h /usr/include/glib-2.0/glib/*.h ./glib-2.0.c --output GLib-2.0.gir
[BUILD] Traceback (most recent call last):
[BUILD] File "../tools/g-ir-scanner", line 38, in <module>
[BUILD] sys.exit(scanner_main(sys.argv))
[BUILD] File "/usr/src/gobject-introspection-0.6.11/giscanner/scannermain.py", line 248, in scanner_main
[BUILD] from giscanner.girwriter import GIRWriter as Writer
[BUILD] File "/usr/src/gobject-introspection-0.6.11/giscanner/girwriter.py", line 30, in <module>
[BUILD] from .xmlwriter import XMLWriter
[BUILD] File "/usr/src/gobject-introspection-0.6.11/giscanner/xmlwriter.py", line 70, in <module>
[BUILD] with LibtoolImporter:
[BUILD] AttributeError: __exit__
Michael Tremer [Wed, 7 Jul 2010 11:11:29 +0000 (13:11 +0200)]
polkit: Remove dependency to gobject-introspection.
Michael Tremer [Wed, 7 Jul 2010 10:49:05 +0000 (12:49 +0200)]
rrdtool: Update to 1.4.4.
Michael Tremer [Tue, 6 Jul 2010 20:27:01 +0000 (22:27 +0200)]
kernel: Update grsecurity configuration.
Michael Tremer [Tue, 6 Jul 2010 20:20:45 +0000 (22:20 +0200)]
kernel: Fix build instructions.
Add prepare commands to prepare state and remove lots of unneeded code.
Michael Tremer [Tue, 6 Jul 2010 20:18:08 +0000 (22:18 +0200)]
naoki: Let ./make.sh build --shell <package> run the prepare command.
Michael Tremer [Tue, 6 Jul 2010 12:19:11 +0000 (14:19 +0200)]
python: Remove patches that add constants to the socket module.
Michael Tremer [Mon, 5 Jul 2010 20:11:50 +0000 (22:11 +0200)]
pomona: Update python version.
Michael Tremer [Mon, 5 Jul 2010 16:18:45 +0000 (18:18 +0200)]
Revert "gcc: Add build-id patch and no-add-needed by default."
This reverts commit
117679a6970bd4d52ce98a9a84d1019cb467b979.
Michael Tremer [Mon, 5 Jul 2010 15:05:35 +0000 (17:05 +0200)]
gcc: Add dependencies for testsuite.
Testsuite doesn't run very well, yet.
Michael Tremer [Mon, 5 Jul 2010 15:04:36 +0000 (17:04 +0200)]
autogen: New package.
Required for gcc testsuite.
Michael Tremer [Mon, 5 Jul 2010 15:04:13 +0000 (17:04 +0200)]
guile: New package.
Required for autogen.
Michael Tremer [Mon, 5 Jul 2010 15:02:49 +0000 (17:02 +0200)]
gcc: Add build-id patch and no-add-needed by default.
Michael Tremer [Mon, 5 Jul 2010 15:02:20 +0000 (17:02 +0200)]
binutils: Add build-id patch.
Michael Tremer [Mon, 5 Jul 2010 12:15:58 +0000 (14:15 +0200)]
python: Update to 2.7.
Michael Tremer [Mon, 5 Jul 2010 11:54:27 +0000 (13:54 +0200)]
Revert "autoconf: Update to 2.66."
This reverts commit
0e34fcb7556eb8f33806d64adfa6ea7c03d85d0b.
This causes too much trouble.
Michael Tremer [Mon, 5 Jul 2010 10:01:23 +0000 (12:01 +0200)]
samba: Update to 3.5.4.
Michael Tremer [Mon, 5 Jul 2010 01:15:08 +0000 (03:15 +0200)]
autoconf: Update to 2.66.
Michael Tremer [Mon, 5 Jul 2010 01:11:14 +0000 (03:11 +0200)]
syslinux: Update to 4.01.
Michael Tremer [Mon, 5 Jul 2010 01:02:00 +0000 (03:02 +0200)]
bwn-ng: Enable dependency to ncurses.
Michael Tremer [Mon, 5 Jul 2010 00:59:40 +0000 (02:59 +0200)]
expect: Update to 5.44.1.15.
Michael Tremer [Mon, 5 Jul 2010 00:04:08 +0000 (02:04 +0200)]
Merge branch 'kernel-update' into next
Michael Tremer [Mon, 5 Jul 2010 00:02:47 +0000 (02:02 +0200)]
kernel: Update patches and configuration for 2.6.34.
Michael Tremer [Fri, 2 Jul 2010 19:05:48 +0000 (21:05 +0200)]
Merge remote branch 'stevee/updates' into next
Conflicts:
pkgs/core/pcre/pcre.nm
Schantl Stefan [Thu, 1 Jul 2010 16:27:12 +0000 (18:27 +0200)]
pcre: Clean up Naoki-Makefile.
Schantl Stefan [Thu, 1 Jul 2010 16:25:33 +0000 (18:25 +0200)]
pcre: Update to version 8.10.
Schantl Stefan [Thu, 1 Jul 2010 16:23:00 +0000 (18:23 +0200)]
cups: Update to version 1.4.4.
Schantl Stefan [Thu, 1 Jul 2010 13:44:41 +0000 (15:44 +0200)]
glib2: Update to version 2.25.10.
Schantl Stefan [Thu, 1 Jul 2010 13:38:31 +0000 (15:38 +0200)]
libpng: Also create a development package.
Schantl Stefan [Thu, 1 Jul 2010 13:36:07 +0000 (15:36 +0200)]
libpng: Update to version 1.4.3.
Michael Tremer [Tue, 29 Jun 2010 21:09:01 +0000 (23:09 +0200)]
pcre: Update to 8.10.
Michael Tremer [Tue, 29 Jun 2010 21:08:34 +0000 (23:08 +0200)]
libpng: Update to 1.4.3.
Fixes a security vulnerability.
Michael Tremer [Fri, 25 Jun 2010 16:35:25 +0000 (18:35 +0200)]
eggdbus: Disable parallel build.
Michael Tremer [Thu, 24 Jun 2010 08:43:16 +0000 (10:43 +0200)]
toolchain: Update mpfr version to 3.0.0.
Michael Tremer [Thu, 24 Jun 2010 08:43:01 +0000 (10:43 +0200)]
naoki: Set nice level for naoki process, too.
Michael Tremer [Wed, 23 Jun 2010 11:28:21 +0000 (13:28 +0200)]
udev: Update to 157.
Michael Tremer [Wed, 23 Jun 2010 10:57:42 +0000 (12:57 +0200)]
mpfr: Update to 3.0.0.
Michael Tremer [Mon, 21 Jun 2010 09:50:14 +0000 (11:50 +0200)]
Merge branch 'master' of ssh://git.ipfire.org/pub/git/people/ms/ipfire-3.x into next
Michael Tremer [Mon, 21 Jun 2010 09:49:56 +0000 (11:49 +0200)]
ccache: Update to 3.0.
Michael Tremer [Sun, 20 Jun 2010 10:27:21 +0000 (12:27 +0200)]
network: Make two groups of hooks, again.
Michael Tremer [Sun, 20 Jun 2010 09:34:31 +0000 (11:34 +0200)]
python: Fix that python uses libffi from system.
Michael Tremer [Sun, 20 Jun 2010 08:05:38 +0000 (10:05 +0200)]
gettext: Enable testsuite.
Runs perfectly.
Michael Tremer [Sat, 19 Jun 2010 13:15:44 +0000 (15:15 +0200)]
network: New hook ipv6-static.
Michael Tremer [Sat, 19 Jun 2010 13:14:46 +0000 (15:14 +0200)]
network: Change status output of ipv4-static hook.
This will make the output more readable when there are
IP addresses with different length.
Michael Tremer [Sat, 19 Jun 2010 13:13:39 +0000 (15:13 +0200)]
network: Faster implementation of seq and lowercase.
Michael Tremer [Sat, 19 Jun 2010 09:49:53 +0000 (11:49 +0200)]
module-init-tools: Update to 3.12.
Michael Tremer [Fri, 18 Jun 2010 19:03:22 +0000 (21:03 +0200)]
network: Don't wait that zone gets in forwarding state.
We should catch this in the config hook.
Michael Tremer [Fri, 18 Jun 2010 19:00:24 +0000 (21:00 +0200)]
network: New function beautify_time.
This functions does pretty printing for the topology change time.
(No very precise but okay as far as I can see.)
EDIT: Also committed STP_PRIORITY by accident.
Michael Tremer [Fri, 18 Jun 2010 17:54:16 +0000 (19:54 +0200)]
network: Make code shorter (no functional changes).
Michael Tremer [Fri, 18 Jun 2010 17:53:01 +0000 (19:53 +0200)]
network: Allow -h and --help to request help.
Michael Tremer [Fri, 18 Jun 2010 17:52:32 +0000 (19:52 +0200)]
network: Only jump to help if the --help parameter is the next parameter.
Michael Tremer [Fri, 18 Jun 2010 17:40:19 +0000 (19:40 +0200)]
network: Cleanup colour namespace.
Michael Tremer [Fri, 18 Jun 2010 17:37:36 +0000 (19:37 +0200)]
network: Add shortcut "network status <zone>".
Michael Tremer [Fri, 18 Jun 2010 15:51:24 +0000 (17:51 +0200)]
libssh2: Update to 1.2.6.
Michael Tremer [Fri, 18 Jun 2010 14:27:41 +0000 (16:27 +0200)]
libtiff: Update to 4.0.0beta6.
Michael Tremer [Fri, 18 Jun 2010 14:06:01 +0000 (16:06 +0200)]
pango: Update to 1.28.1.
Michael Tremer [Fri, 18 Jun 2010 13:55:19 +0000 (15:55 +0200)]
cairo: Update to 1.8.10.
Michael Tremer [Thu, 17 Jun 2010 22:58:10 +0000 (00:58 +0200)]
network: Update routing functions.
Bigger commit, sorry.
Michael Tremer [Thu, 17 Jun 2010 22:57:01 +0000 (00:57 +0200)]
network: New function device_is_promisc.
Michael Tremer [Thu, 17 Jun 2010 22:36:18 +0000 (00:36 +0200)]
network: pppoe: Add some nice status output.
Michael Tremer [Thu, 17 Jun 2010 22:35:53 +0000 (00:35 +0200)]
network: bridge ipv4-static: Add some nice status output.
Michael Tremer [Thu, 17 Jun 2010 22:33:59 +0000 (00:33 +0200)]
network: bridge virtual: Add some nice status output.
Michael Tremer [Thu, 17 Jun 2010 22:33:40 +0000 (00:33 +0200)]
network: bridge ethernet: Add some nice status output.
Michael Tremer [Thu, 17 Jun 2010 22:32:08 +0000 (00:32 +0200)]
network: bridge: Add some nice status output.
Michael Tremer [Thu, 17 Jun 2010 22:27:15 +0000 (00:27 +0200)]
network: ipv4-static: Set gateway only on nonlocal connections.
Michael Tremer [Thu, 17 Jun 2010 22:25:36 +0000 (00:25 +0200)]
network: Add two functions to make very nice status output.
Michael Tremer [Thu, 17 Jun 2010 22:24:52 +0000 (00:24 +0200)]
network: pppoe: Kill pppd daemon in a better way.
Michael Tremer [Thu, 17 Jun 2010 22:22:54 +0000 (00:22 +0200)]
network: New function zone_is_up, zone_is_down, zone_is_nonlocal.
These are only shortcut functions that make life easier.
Michael Tremer [Thu, 17 Jun 2010 22:20:30 +0000 (00:20 +0200)]
network: New function uppercase (very fast).