]>
git.ipfire.org Git - people/ms/ipfire-3.x.git/log
Michael Tremer [Thu, 17 Jun 2010 22:20:04 +0000 (00:20 +0200)]
network: Speedup function uuid.
Michael Tremer [Thu, 17 Jun 2010 22:19:16 +0000 (00:19 +0200)]
network: New function mac_format.
Michael Tremer [Thu, 17 Jun 2010 22:15:27 +0000 (00:15 +0200)]
network: Speedup function mac_generate.
Michael Tremer [Thu, 17 Jun 2010 22:14:16 +0000 (00:14 +0200)]
network: Speedup function device_get_mac.
Michael Tremer [Thu, 17 Jun 2010 22:11:41 +0000 (00:11 +0200)]
network: Speedup function device_hash.
Michael Tremer [Thu, 17 Jun 2010 22:02:07 +0000 (00:02 +0200)]
network: Enhance colour functions.
Automatically enabled/disable colours.
Add some preset colours.
Michael Tremer [Thu, 17 Jun 2010 14:00:23 +0000 (16:00 +0200)]
gettext: Update to 0.18.1.1.
Bugfixes only.
Michael Tremer [Wed, 16 Jun 2010 22:01:15 +0000 (00:01 +0200)]
naoki: Cut names of extracted packages to basename.
Michael Tremer [Wed, 16 Jun 2010 21:59:52 +0000 (23:59 +0200)]
curl: Update to 7.21.0.
Michael Tremer [Wed, 16 Jun 2010 09:52:17 +0000 (11:52 +0200)]
dejagnu: Add some patches.
These patches were taken from fedora and will fix some issues
when running the gcc testsuite.
Michael Tremer [Fri, 11 Jun 2010 22:50:46 +0000 (00:50 +0200)]
Merge commit 'stevee/initscripts' into next
Schantl Stefan [Fri, 11 Jun 2010 15:23:48 +0000 (17:23 +0200)]
initscript: cleanfs, pre-start script should only be script.
Schantl Stefan [Fri, 11 Jun 2010 15:07:12 +0000 (17:07 +0200)]
acpid: Add upstart job file.
Michael Tremer [Thu, 10 Jun 2010 20:59:31 +0000 (22:59 +0200)]
network: Catch exit code of pppd.
Michael Tremer [Thu, 10 Jun 2010 20:54:48 +0000 (22:54 +0200)]
libtool: Update to 2.2.10.
Michael Tremer [Sun, 6 Jun 2010 14:59:33 +0000 (16:59 +0200)]
network: Remove deprecated function device_set_mac.
Michael Tremer [Sun, 6 Jun 2010 14:47:17 +0000 (16:47 +0200)]
network: device_set_{down,up} do set-up/tear-down their parent devices.
Michael Tremer [Sun, 6 Jun 2010 13:37:11 +0000 (15:37 +0200)]
network: Improve function that creates virtual devices.
This function grabs unused and preconfigured devices and
does a lot more checking if it operates correctly.
Michael Tremer [Sun, 6 Jun 2010 13:36:26 +0000 (15:36 +0200)]
network: Log assertion errors.
Michael Tremer [Sun, 6 Jun 2010 12:57:00 +0000 (14:57 +0200)]
Merge branch 'master' of ssh://git.ipfire.org/pub/git/people/ms/ipfire-3.x into next
Michael Tremer [Sun, 6 Jun 2010 12:54:17 +0000 (14:54 +0200)]
firewall: Fix upstart firewall-reload job file.
Michael Tremer [Sun, 6 Jun 2010 12:52:07 +0000 (14:52 +0200)]
Merge commit 'stevee/initscripts' into next
Schantl Stefan [Sun, 6 Jun 2010 09:28:21 +0000 (11:28 +0200)]
vsftpd: Upstart jobfile - Disable run in background.
Add path for configfile to upstart jobfile and allways overwrite the background switch to NO -> So we allways have full control that the job will run in forderground whatever is set inside the configfile. Upstart has problems to stop the process if running in background.
Schantl Stefan [Sun, 6 Jun 2010 09:20:43 +0000 (11:20 +0200)]
vsftpd: Fix binary path in vsftpd upstart jobfile.
Michael Tremer [Sun, 6 Jun 2010 09:18:03 +0000 (11:18 +0200)]
upstart: Run libtoolize to fix build error.
Upstart doesn't like to get built with the recent
version of libtool.
Michael Tremer [Sat, 5 Jun 2010 22:09:00 +0000 (00:09 +0200)]
libtool: Update to 2.2.8.
Schantl Stefan [Sat, 5 Jun 2010 16:25:40 +0000 (18:25 +0200)]
ntp: Disable forking in upstart jobile.
The ntpd can't stopped correctly from upstart if the process is allowed to fork itself.
Schantl Stefan [Sat, 5 Jun 2010 15:43:29 +0000 (17:43 +0200)]
initscripts: Fix syntax of udev-retry jobfile.
The syntax of udev-retry jobfile has to be fixed to fit with new udev version.
Michael Tremer [Fri, 4 Jun 2010 23:37:45 +0000 (01:37 +0200)]
network: Add help for zone command.
Michael Tremer [Fri, 4 Jun 2010 23:34:21 +0000 (01:34 +0200)]
network: Remove running an event if a network device is attached.
We have got a bridge for udev that runs upstart events.
Michael Tremer [Fri, 4 Jun 2010 23:32:52 +0000 (01:32 +0200)]
network+udev: Move 60-net.rules to network package.
Michael Tremer [Fri, 4 Jun 2010 21:57:59 +0000 (23:57 +0200)]
initscripts: Reflect changes on latest udev and upstart versions.
Squashed commit of the following:
commit
540d1b2b875c437ba6114267b89e1af1de4bd616
Author: Schantl Stefan <Stevee@ipfire.org>
Date: Fri Jun 4 23:53:37 2010 +0200
initscripts: Add commit to udev jobfile.
commit
13a27c6057470e980828ebbe771b39f1073b5d5e
Author: Schantl Stefan <Stevee@ipfire.org>
Date: Fri Jun 4 23:45:18 2010 +0200
initscripts: Udev start on startup and clean up jobfile to use new udev functions.
commit
358d0a7db1bbfad9c1c1eca516d6752c1507dce5
Author: Schantl Stefan <Stevee@ipfire.org>
Date: Fri Jun 4 23:43:52 2010 +0200
initscripts: Swith stating goals of load-modules and sysctl.
commit
bfd6768c717aef07b655e69b7869d69a86c31837
Author: Schantl Stefan <Stevee@ipfire.org>
Date: Fri Jun 4 23:40:32 2010 +0200
initscripts: Remove unneeded file mount-kernel-filesystems.
Schantl Stefan [Fri, 4 Jun 2010 21:53:37 +0000 (23:53 +0200)]
initscripts: Add commit to udev jobfile.
Michael Tremer [Fri, 4 Jun 2010 21:47:55 +0000 (23:47 +0200)]
network: Enhanced the logging and did minor code cleanups.
Schantl Stefan [Fri, 4 Jun 2010 21:45:18 +0000 (23:45 +0200)]
initscripts: Udev start on startup and clean up jobfile to use new udev functions.
Schantl Stefan [Fri, 4 Jun 2010 21:43:52 +0000 (23:43 +0200)]
initscripts: Swith stating goals of load-modules and sysctl.
Schantl Stefan [Fri, 4 Jun 2010 21:40:32 +0000 (23:40 +0200)]
initscripts: Remove unneeded file mount-kernel-filesystems.
Michael Tremer [Fri, 4 Jun 2010 21:36:46 +0000 (23:36 +0200)]
openl2tp: New package.
Michael Tremer [Fri, 4 Jun 2010 21:29:56 +0000 (23:29 +0200)]
ppp: Fix installation of pppol2tp plugin.
Michael Tremer [Fri, 4 Jun 2010 21:25:58 +0000 (23:25 +0200)]
naoki: Always install /lib/cpp in environments.
Michael Tremer [Fri, 4 Jun 2010 01:19:33 +0000 (03:19 +0200)]
network: Make restart timeout configureable.
Michael Tremer [Fri, 4 Jun 2010 01:17:00 +0000 (03:17 +0200)]
network: Add help for restart command.
Michael Tremer [Fri, 4 Jun 2010 01:06:47 +0000 (03:06 +0200)]
network: Add some small databases for status monitoring and accounting.
Michael Tremer [Thu, 3 Jun 2010 22:50:39 +0000 (00:50 +0200)]
network: Remove some unused functions.
Michael Tremer [Thu, 3 Jun 2010 22:39:46 +0000 (00:39 +0200)]
network: Add updetach option to pppoe hook.
This won't detach pppd unless the connection was successfully
established.^
Michael Tremer [Thu, 3 Jun 2010 22:38:39 +0000 (00:38 +0200)]
network: Add restart command.
Michael Tremer [Thu, 3 Jun 2010 22:18:18 +0000 (00:18 +0200)]
network: Don't explicitely load the ppp_generic module.
This should be done on system boot.
Michael Tremer [Thu, 3 Jun 2010 22:17:25 +0000 (00:17 +0200)]
network: Add dependency to upstart (because of the event framework).
Michael Tremer [Thu, 3 Jun 2010 22:11:36 +0000 (00:11 +0200)]
network: Create some default actions for the ppp events.
Michael Tremer [Thu, 3 Jun 2010 21:28:37 +0000 (23:28 +0200)]
network: Handle pppd ip-up and ip-down events sober in hook.
Michael Tremer [Thu, 3 Jun 2010 20:57:52 +0000 (22:57 +0200)]
network: Add help texts for config command.
Michael Tremer [Thu, 3 Jun 2010 20:35:55 +0000 (22:35 +0200)]
network: Add help tests for start and stop command.
Michael Tremer [Thu, 3 Jun 2010 19:24:08 +0000 (21:24 +0200)]
less: Add all the nice features to less we usually have.
Add lesspipe.sh with profile configuration.
Remove --with-secure which disables important features.
Michael Tremer [Thu, 3 Jun 2010 15:47:54 +0000 (17:47 +0200)]
ccache: Update to 3.0pre1.
Michael Tremer [Thu, 3 Jun 2010 15:12:40 +0000 (17:12 +0200)]
glibc: Forgot to add the fedora patch.
Michael Tremer [Thu, 3 Jun 2010 15:10:49 +0000 (17:10 +0200)]
firewall: Add reload event (for upstart).
Michael Tremer [Thu, 3 Jun 2010 15:10:12 +0000 (17:10 +0200)]
network: Copy files to DIR_APP so we don't touch the source in the working directory.
Michael Tremer [Thu, 3 Jun 2010 14:56:52 +0000 (16:56 +0200)]
network: Create empty configuration directory.
Michael Tremer [Thu, 3 Jun 2010 14:56:37 +0000 (16:56 +0200)]
network: Update dependency information.
Michael Tremer [Thu, 3 Jun 2010 14:53:02 +0000 (16:53 +0200)]
network: Update codebase.
Michael Tremer [Wed, 2 Jun 2010 12:10:16 +0000 (14:10 +0200)]
glibc: Disable two more test that failed in the build cluster.
Michael Tremer [Tue, 1 Jun 2010 22:30:29 +0000 (00:30 +0200)]
pakfire: We use a very light bash version for now.
Michael Tremer [Wed, 26 May 2010 09:38:31 +0000 (11:38 +0200)]
kernel: Update to 2.6.34.
Michael Tremer [Tue, 1 Jun 2010 21:57:16 +0000 (23:57 +0200)]
readline: Install /etc/inputrc.
Michael Tremer [Tue, 1 Jun 2010 19:45:26 +0000 (21:45 +0200)]
man-db: Add dependency to less.
less lets us browse man pages more comfortable.
Michael Tremer [Tue, 1 Jun 2010 17:55:55 +0000 (19:55 +0200)]
Revert "m4: Disable testsuite."
This reverts commit
290899883504fa5b215045d6ecccc32479a9899d .
Michael Tremer [Tue, 1 Jun 2010 17:53:34 +0000 (19:53 +0200)]
Revert "findutils: Disable testsuite."
This reverts commit
5f133a0f13dfce55f3137d16ded121608a42b1ce .
Michael Tremer [Tue, 1 Jun 2010 17:52:55 +0000 (19:52 +0200)]
bash: Copy root's startfiles to right place.
Michael Tremer [Tue, 1 Jun 2010 17:07:18 +0000 (19:07 +0200)]
toolchain: Bump version.
Michael Tremer [Tue, 1 Jun 2010 17:07:14 +0000 (19:07 +0200)]
Merge branch 'glibc-fixes' into next
Michael Tremer [Tue, 1 Jun 2010 16:55:18 +0000 (18:55 +0200)]
glibc: Run testsuite without hardening.
Michael Tremer [Tue, 1 Jun 2010 16:54:56 +0000 (18:54 +0200)]
glibc: Changed some configure parameters.
Michael Tremer [Tue, 1 Jun 2010 16:40:52 +0000 (18:40 +0200)]
glibc: Install /etc/ld.so.conf.d.
Michael Tremer [Tue, 1 Jun 2010 16:39:07 +0000 (18:39 +0200)]
QA: Add some new option to allow $ORIGIN as rpath.
Michael Tremer [Tue, 1 Jun 2010 15:25:18 +0000 (17:25 +0200)]
glibc: Disable tests that don't work.
We will need much more investigation about the reasons.
Michael Tremer [Sun, 30 May 2010 22:17:46 +0000 (00:17 +0200)]
toolchain: Disable testsuite of cpio.
Michael Tremer [Sun, 30 May 2010 22:17:28 +0000 (00:17 +0200)]
toolchain: Sync changes with mpc.
Michael Tremer [Sun, 30 May 2010 22:16:58 +0000 (00:16 +0200)]
toolchain: Sync glibc changes.
Michael Tremer [Sun, 30 May 2010 22:15:03 +0000 (00:15 +0200)]
glibc: Add some commands to fix the testsuite.
Michael Tremer [Sun, 30 May 2010 22:13:57 +0000 (00:13 +0200)]
glibc: Enable testsuite (on regular build).
Michael Tremer [Sun, 30 May 2010 22:12:02 +0000 (00:12 +0200)]
glibc: Remove --enable-omitfp.
This switch however builds another version of glibc with -O99
and profiling enabled. We don't need or want this.
Michael Tremer [Sun, 30 May 2010 22:10:52 +0000 (00:10 +0200)]
glibc: Remove rpath line that breakes the gconv functions.
Michael Tremer [Sat, 29 May 2010 13:15:39 +0000 (15:15 +0200)]
pkg-config: Update to 0.25.
Michael Tremer [Wed, 26 May 2010 11:42:12 +0000 (13:42 +0200)]
Revert "pkg-config: Update to 0.24."
This reverts commit
75716605caef89bf8e8a47bae86d491499e46d68 .
Michael Tremer [Wed, 26 May 2010 11:26:21 +0000 (13:26 +0200)]
Merge branch 'master' into next
Michael Tremer [Wed, 26 May 2010 11:04:49 +0000 (13:04 +0200)]
libsoup: Update to 2.31.2.
Old version did not build with glib2.
Michael Tremer [Wed, 26 May 2010 09:17:45 +0000 (11:17 +0200)]
python: Add dependency to sqlite.
Michael Tremer [Tue, 25 May 2010 20:26:55 +0000 (22:26 +0200)]
pkg-config: Update to 0.24.
Enabled testsuite.
Michael Tremer [Tue, 25 May 2010 20:03:42 +0000 (22:03 +0200)]
initscripts: Update udev.conf in order to work with new udev version.
Latest versions of udev create all the required nodes in /dev
and so on.
Michael Tremer [Tue, 25 May 2010 18:39:19 +0000 (20:39 +0200)]
udev: Update to 156.
Michael Tremer [Mon, 24 May 2010 13:49:14 +0000 (15:49 +0200)]
Merge commit 'stevee/updates' into next
Schantl Stefan [Mon, 24 May 2010 09:40:55 +0000 (11:40 +0200)]
sane: Also create a devel package.
Schantl Stefan [Mon, 24 May 2010 09:39:47 +0000 (11:39 +0200)]
sane: Remove hard coded DIR_APP path.
Schantl Stefan [Mon, 24 May 2010 09:37:24 +0000 (11:37 +0200)]
sane: Add a couple of patches.
* Add patch to fix dealing with epson devices.
* Add i8n patch.
Schantl Stefan [Mon, 24 May 2010 09:34:56 +0000 (11:34 +0200)]
sane: Updat to version 1.0.21.
Schantl Stefan [Mon, 24 May 2010 09:21:46 +0000 (11:21 +0200)]
libssh2: Also create devel package.
Schantl Stefan [Mon, 24 May 2010 09:20:51 +0000 (11:20 +0200)]
libssh2: Add flag to disable rpath.
Schantl Stefan [Mon, 24 May 2010 09:18:32 +0000 (11:18 +0200)]
libssh2: Clean up Naoki-Makefile.
Schantl Stefan [Mon, 24 May 2010 09:17:55 +0000 (11:17 +0200)]
libssh2: Update to version 1.2.5.
Michael Tremer [Sun, 23 May 2010 09:45:11 +0000 (11:45 +0200)]
gobject-introspection: Update to 0.6.11.
Last version caused a build error with newer glib2s.