]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/log
people/teissler/ipfire-2.x.git
10 years agoipfire theme: Fix align on div, and fix javascript tag
Alf Høgemark [Sat, 22 Feb 2014 11:14:41 +0000 (12:14 +0100)] 
ipfire theme: Fix align on div, and fix javascript tag

Remove align attribute on div for openbox, rather use
style attribute with text-align, since align attribute
causes html validation warnings, since it is deprecated.

Remove deprecated and useless attribute on javascript tag.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Fri, 21 Feb 2014 10:56:52 +0000 (11:56 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agontp: Update to 4.2.6p5.
Michael Tremer [Fri, 21 Feb 2014 10:54:14 +0000 (11:54 +0100)] 
ntp: Update to 4.2.6p5.

10 years agofirewall: Remove even more redundant rules.
Michael Tremer [Fri, 21 Feb 2014 10:35:05 +0000 (11:35 +0100)] 
firewall: Remove even more redundant rules.

10 years agoIntel-lan: updated e1000 and igb vendor driver.
Arne Fitzenreiter [Fri, 21 Feb 2014 08:48:33 +0000 (09:48 +0100)] 
Intel-lan: updated e1000 and igb vendor driver.

igb v5.0.6 and e1000e v2.5.4

10 years agokernel: update to 3.10.31.
Arne Fitzenreiter [Thu, 20 Feb 2014 22:37:22 +0000 (23:37 +0100)] 
kernel: update to 3.10.31.

10 years agofirewall: Remove rule that allows access to everything.
Michael Tremer [Thu, 20 Feb 2014 12:03:28 +0000 (13:03 +0100)] 
firewall: Remove rule that allows access to everything.

10 years agofirewall: Fix proper check for BLUE and ORANGE devices.
Michael Tremer [Thu, 20 Feb 2014 12:01:48 +0000 (13:01 +0100)] 
firewall: Fix proper check for BLUE and ORANGE devices.

10 years agofirewall: Remove redundant rule.
Michael Tremer [Thu, 20 Feb 2014 12:01:36 +0000 (13:01 +0100)] 
firewall: Remove redundant rule.

10 years agoindex.cgi: Change display of DNS servers.
Michael Tremer [Thu, 20 Feb 2014 09:55:08 +0000 (10:55 +0100)] 
index.cgi: Change display of DNS servers.

Add missing colon and put them into one column in the
table.

10 years agoMerge remote-tracking branch 'alfh/bugfix_htmlclean' into next
Michael Tremer [Wed, 19 Feb 2014 19:49:38 +0000 (20:49 +0100)] 
Merge remote-tracking branch 'alfh/bugfix_htmlclean' into next

10 years agoMerge remote-tracking branch 'alfh/bugfix_missing_swapvisibility' into next
Michael Tremer [Wed, 19 Feb 2014 19:48:12 +0000 (20:48 +0100)] 
Merge remote-tracking branch 'alfh/bugfix_missing_swapvisibility' into next

10 years agoMerge remote-tracking branch 'alfh/bugfix_menu_touch' into next
Michael Tremer [Wed, 19 Feb 2014 19:47:54 +0000 (20:47 +0100)] 
Merge remote-tracking branch 'alfh/bugfix_menu_touch' into next

10 years agocore76: Add update accelerator script to updater.
Michael Tremer [Wed, 19 Feb 2014 19:47:12 +0000 (20:47 +0100)] 
core76: Add update accelerator script to updater.

10 years agoMerge remote-tracking branch 'alfh/feature_updxlrator' into next
Michael Tremer [Wed, 19 Feb 2014 19:46:21 +0000 (20:46 +0100)] 
Merge remote-tracking branch 'alfh/feature_updxlrator' into next

10 years agocgi-bin: Add title attribute to input type image where missing
Alf Høgemark [Wed, 19 Feb 2014 17:31:02 +0000 (18:31 +0100)] 
cgi-bin: Add title attribute to input type image where missing

Almost all of <input type="image"... has both an alt and a
title attribute, but some are missing title, and when the icon
is not very clear, it makes it harder to understand what the icon
does. By adding title, the browser displays text when mouse pointer
is over the icon.

Also add missing quotes for alt and title attributes where needed.

10 years agoipfire theme: Add missing swapVisibility javascript function
Alf Høgemark [Wed, 19 Feb 2014 17:05:55 +0000 (18:05 +0100)] 
ipfire theme: Add missing swapVisibility javascript function

qos.cgi and media.cgi depend on swapVisibility function, this
is defined in each theme, but was missing from the new theme.

Add the function, and implement it using jquery, since jquery
is always present in the new theme.

10 years agowebgui menus: Make top menu item clickable on mobile safari
Alf Høgemark [Wed, 19 Feb 2014 16:30:49 +0000 (17:30 +0100)] 
webgui menus: Make top menu item clickable on mobile safari

The menus in the new default theme does not work properly on
ipad and I guess other devices using mobile safari.

The reason is that <a> tags without href is not marked as
clickable by ios, and therefore no css hover effect is applied.

The fix is either to add a href="#" attribute
or a onclick="return true;" atribute on the <a> tag.
I prefer the href solution, since it is a no javascript solution.

10 years agocgi-bin: Use readonly="readonly" attribute on html input elements
Alf Høgemark [Tue, 18 Feb 2014 17:48:57 +0000 (18:48 +0100)] 
cgi-bin: Use readonly="readonly" attribute on html input elements

The proper way to mark readonly is to use readonly="readonly", not
readonly="true", like it was done some places.

10 years agostrongswan: Update to 5.1.2rc1.
Michael Tremer [Tue, 18 Feb 2014 14:16:08 +0000 (15:16 +0100)] 
strongswan: Update to 5.1.2rc1.

10 years agofirewall: Import Turkish translation.
Ersan Yildirim [Mon, 17 Feb 2014 16:24:14 +0000 (17:24 +0100)] 
firewall: Import Turkish translation.

10 years agoUpdate translations.
Michael Tremer [Mon, 17 Feb 2014 15:40:14 +0000 (16:40 +0100)] 
Update translations.

10 years agoMerge remote-tracking branch 'alfh/feature_htmlcleanup' into next
Michael Tremer [Mon, 17 Feb 2014 15:33:38 +0000 (16:33 +0100)] 
Merge remote-tracking branch 'alfh/feature_htmlcleanup' into next

Conflicts:
html/cgi-bin/logs.cgi/firewalllogip.dat
html/cgi-bin/logs.cgi/firewalllogport.dat
html/cgi-bin/media.cgi

10 years agoMerge remote-tracking branch 'alfh/feature_langfixes' into next
Michael Tremer [Mon, 17 Feb 2014 15:28:23 +0000 (16:28 +0100)] 
Merge remote-tracking branch 'alfh/feature_langfixes' into next

10 years agoMerge remote-tracking branch 'alfh/feature_firewalllog_first_last' into next
Michael Tremer [Mon, 17 Feb 2014 15:24:41 +0000 (16:24 +0100)] 
Merge remote-tracking branch 'alfh/feature_firewalllog_first_last' into next

10 years agoRevert "perl-PDF-Create: New package"
Michael Tremer [Mon, 17 Feb 2014 15:17:45 +0000 (16:17 +0100)] 
Revert "perl-PDF-Create: New package"

This reverts commit e7f5c0465ba009549aeb3c61627e26984db576f8.

10 years agoSet version to 2.15 beta2.
Arne Fitzenreiter [Sun, 16 Feb 2014 07:47:31 +0000 (08:47 +0100)] 
Set version to 2.15 beta2.

10 years agonginx: remove tcp_proxy_module patch.
Arne Fitzenreiter [Sun, 16 Feb 2014 07:10:11 +0000 (08:10 +0100)] 
nginx: remove tcp_proxy_module patch.

10 years agoglibc: Backport hotfixes from RHEL6.
Michael Tremer [Sat, 15 Feb 2014 18:40:08 +0000 (19:40 +0100)] 
glibc: Backport hotfixes from RHEL6.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Sat, 15 Feb 2014 17:42:37 +0000 (18:42 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agofireinfo: Exclude some more patterns.
Michael Tremer [Sat, 15 Feb 2014 17:40:55 +0000 (18:40 +0100)] 
fireinfo: Exclude some more patterns.

10 years agou-boot: limit videores to 800x600.
Arne Fitzenreiter [Sat, 15 Feb 2014 16:50:00 +0000 (17:50 +0100)] 
u-boot: limit videores to 800x600.

pandaboard has display problems on console with higher resolutions.

10 years agokernel: disable cpu-idle and debug_ll on arm-multiarch kernel.
Arne Fitzenreiter [Sat, 15 Feb 2014 16:49:17 +0000 (17:49 +0100)] 
kernel: disable cpu-idle and debug_ll on arm-multiarch kernel.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Arne Fitzenreiter [Sat, 15 Feb 2014 16:48:35 +0000 (17:48 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agokernel: enable hyperv driver.
Arne Fitzenreiter [Sat, 15 Feb 2014 16:47:07 +0000 (17:47 +0100)] 
kernel: enable hyperv driver.

10 years agocgi-bin: HTML cleanup, add quotes for attribute values
Alf Høgemark [Sat, 15 Feb 2014 15:54:38 +0000 (16:54 +0100)] 
cgi-bin: HTML cleanup, add quotes for attribute values

10 years agoatm-status.cgi: display more values for solos-pci.
Arne Fitzenreiter [Sat, 15 Feb 2014 15:41:40 +0000 (16:41 +0100)] 
atm-status.cgi: display more values for solos-pci.

10 years agoleds: add geos router support, updated alix leds.
Arne Fitzenreiter [Sat, 15 Feb 2014 15:39:22 +0000 (16:39 +0100)] 
leds: add geos router support, updated alix leds.

10 years agokernel: cs5535audio spam the syslog with access errors.
Arne Fitzenreiter [Sat, 15 Feb 2014 15:29:31 +0000 (16:29 +0100)] 
kernel: cs5535audio spam the syslog with access errors.

On geos boards the cs5535 is present but the ac97 is not there.

10 years agokernel: add some missing gpio modules.
Arne Fitzenreiter [Sat, 15 Feb 2014 15:27:20 +0000 (16:27 +0100)] 
kernel: add some missing gpio modules.

the gpio modules are needed for led's on alix and geos boards.

10 years agocgi-bin and themes: Remove language attribute on script tag
Alf Høgemark [Tue, 11 Feb 2014 18:42:35 +0000 (19:42 +0100)] 
cgi-bin and themes: Remove language attribute on script tag

10 years agologs.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Tue, 11 Feb 2014 18:06:32 +0000 (19:06 +0100)] 
logs.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agopppsetup.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:45:53 +0000 (12:45 +0100)] 
pppsetup.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agoiptables.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:45:31 +0000 (12:45 +0100)] 
iptables.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agogui.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:44:58 +0000 (12:44 +0100)] 
gui.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agoservices.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:23:50 +0000 (12:23 +0100)] 
services.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agoremote.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:23:06 +0000 (12:23 +0100)] 
remote.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agopppsetup.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:22:46 +0000 (12:22 +0100)] 
pppsetup.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agoovpnmain.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:20:35 +0000 (12:20 +0100)] 
ovpnmain.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agofireinfo.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 11:17:35 +0000 (12:17 +0100)] 
fireinfo.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agoids.cgi: htmlcleanup, change html tags from uppercase to lowercase
Alf Høgemark [Sun, 9 Feb 2014 10:54:56 +0000 (11:54 +0100)] 
ids.cgi: htmlcleanup, change html tags from uppercase to lowercase

10 years agomedia.cgi: htmlcleanup, change <B> tag to <b>, and fix attribute quotation
Alf Høgemark [Sun, 9 Feb 2014 10:51:34 +0000 (11:51 +0100)] 
media.cgi: htmlcleanup, change <B> tag to <b>, and fix attribute quotation

10 years agoqos.cgi: Use Language string for legend in graph
Alf Høgemark [Sat, 15 Feb 2014 14:43:56 +0000 (15:43 +0100)] 
qos.cgi: Use Language string for legend in graph

10 years agofirewalllog.dat: Use language string keys already defined
Alf Høgemark [Tue, 11 Feb 2014 19:19:11 +0000 (20:19 +0100)] 
firewalllog.dat: Use language string keys already defined

10 years agofirewalllogport.dat: Use language string keys already defined
Alf Høgemark [Tue, 11 Feb 2014 19:11:10 +0000 (20:11 +0100)] 
firewalllogport.dat: Use language string keys already defined

10 years agofirewalllogip.dat: Use language string keys already defined
Alf Høgemark [Tue, 11 Feb 2014 19:10:40 +0000 (20:10 +0100)] 
firewalllogip.dat: Use language string keys already defined

10 years agocountry.cgi: Use language string keys already defined
Alf Høgemark [Tue, 11 Feb 2014 19:10:03 +0000 (20:10 +0100)] 
country.cgi: Use language string keys already defined

10 years agoovpnmain.cgi: Use language string keys already defined
Alf Høgemark [Sun, 9 Feb 2014 10:19:58 +0000 (11:19 +0100)] 
ovpnmain.cgi: Use language string keys already defined

10 years agoqos.cgi: Use language string keys already defined
Alf Høgemark [Sun, 9 Feb 2014 10:19:19 +0000 (11:19 +0100)] 
qos.cgi: Use language string keys already defined

10 years agomedia.cgi: Use language string keys already defined
Alf Høgemark [Sun, 9 Feb 2014 10:03:04 +0000 (11:03 +0100)] 
media.cgi: Use language string keys already defined

10 years agoindex.cgi: Use language string keys already defined
Alf Høgemark [Sun, 9 Feb 2014 09:45:55 +0000 (10:45 +0100)] 
index.cgi: Use language string keys already defined

10 years agofirewalllog.dat: Use language string for First and Last text
Alf Høgemark [Sat, 15 Feb 2014 14:16:06 +0000 (15:16 +0100)] 
firewalllog.dat: Use language string for First and Last text

10 years agoMerge branch 'next' of https://github.com/ipfire/ipfire-2.x into feature_firewalllog_...
Alf Høgemark [Sat, 15 Feb 2014 14:13:16 +0000 (15:13 +0100)] 
Merge branch 'next' of https://github.com/ipfire/ipfire-2.x into feature_firewalllog_first_last

10 years agoupdxlrator: Add support for tar.xz files
Alf Høgemark [Sat, 15 Feb 2014 09:01:51 +0000 (10:01 +0100)] 
updxlrator: Add support for tar.xz files

10 years agoupdxlrator: Handle colon in filenames in updatexlrator.cgi
Alf Høgemark [Wed, 5 Feb 2014 19:02:44 +0000 (20:02 +0100)] 
updxlrator: Handle colon in filenames in updatexlrator.cgi

The updatexlrator.cgi is assuming that colon is not part of any
filenames downloaded by updxlrator. Fix this by fixing regular
expression used for listing pending download files, and by
fixing regular expression used to listing files in maintenance view.

The fix for listing in maintenance is not very nice, I just use
":separator:" as field separator instead of just ":", which was used
earlier. This should make it very unlikely to collide with a part of
the filename.

Also make the files in download be sorted using lower case, like it is
done for files in the vendor path.

The problem can be reproduced by downloading
http://mirror.us.leaseweb.net/archlinux/community/os/x86_64/
docker-1:0.7.6-1-x86_64.pkg.tar.xz, after pkg.tar.xz files support has
been added to updxlrator.

10 years agoupdxlrator: Add support for ArchLinux pkg.tar.xz files
Alf Høgemark [Wed, 5 Feb 2014 18:03:35 +0000 (19:03 +0100)] 
updxlrator: Add support for ArchLinux pkg.tar.xz files

Add support for caching package files for ArchLinux in updxlrator, by
adding pkg.tar.xz to the regular expression for Linux vendor.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Arne Fitzenreiter [Fri, 14 Feb 2014 22:41:45 +0000 (23:41 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agokernel: add some omap/pandaboard patches.
Arne Fitzenreiter [Fri, 14 Feb 2014 22:41:13 +0000 (23:41 +0100)] 
kernel: add some omap/pandaboard patches.

10 years agokernel: update i586 config.
Arne Fitzenreiter [Fri, 14 Feb 2014 22:26:31 +0000 (23:26 +0100)] 
kernel: update i586 config.

10 years agokernel: fix imq patch for 3.10.30.
Arne Fitzenreiter [Fri, 14 Feb 2014 21:24:05 +0000 (22:24 +0100)] 
kernel: fix imq patch for 3.10.30.

kernel: fix imq patch for 3.10.30 and remove old patches.

10 years agokernel: update to 3.10.30.
Arne Fitzenreiter [Fri, 14 Feb 2014 17:08:24 +0000 (18:08 +0100)] 
kernel: update to 3.10.30.

10 years agokernel: enable gpio_expander for alix led's.
Arne Fitzenreiter [Fri, 14 Feb 2014 17:04:32 +0000 (18:04 +0100)] 
kernel: enable gpio_expander for alix led's.

10 years agofireinfo: Remove old patch.
Michael Tremer [Fri, 14 Feb 2014 16:38:16 +0000 (17:38 +0100)] 
fireinfo: Remove old patch.

10 years agofireinfo: Update to 2.1.9.
Michael Tremer [Fri, 14 Feb 2014 16:37:17 +0000 (17:37 +0100)] 
fireinfo: Update to 2.1.9.

10 years agosysctl: Load variables first thing when booting.
Michael Tremer [Fri, 14 Feb 2014 16:35:37 +0000 (17:35 +0100)] 
sysctl: Load variables first thing when booting.

10 years agofirewall: Load init script functions.
Michael Tremer [Fri, 14 Feb 2014 15:10:21 +0000 (16:10 +0100)] 
firewall: Load init script functions.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Fri, 14 Feb 2014 12:50:01 +0000 (13:50 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agoindex.cgi: Fix showing DNS servers.
Michael Tremer [Fri, 14 Feb 2014 12:49:37 +0000 (13:49 +0100)] 
index.cgi: Fix showing DNS servers.

10 years agofirewall: Use --wait for all iptables commands.
Michael Tremer [Fri, 14 Feb 2014 12:04:18 +0000 (13:04 +0100)] 
firewall: Use --wait for all iptables commands.

10 years agofirewall: Load conntrack modules in firewall script.
Michael Tremer [Fri, 14 Feb 2014 11:54:08 +0000 (12:54 +0100)] 
firewall: Load conntrack modules in firewall script.

10 years agoMove enabling nf_conntrack_acct where it should be.
Michael Tremer [Fri, 14 Feb 2014 11:52:28 +0000 (12:52 +0100)] 
Move enabling nf_conntrack_acct where it should be.

10 years agofirewall: Initialize basic ruleset before entering runlevel 3.
Michael Tremer [Fri, 14 Feb 2014 11:48:11 +0000 (12:48 +0100)] 
firewall: Initialize basic ruleset before entering runlevel 3.

10 years agonetwork: Remove redundant insertion of wireless rules.
Michael Tremer [Fri, 14 Feb 2014 11:41:23 +0000 (12:41 +0100)] 
network: Remove redundant insertion of wireless rules.

10 years agonetwork: Remove old accounting code.
Michael Tremer [Fri, 14 Feb 2014 11:40:57 +0000 (12:40 +0100)] 
network: Remove old accounting code.

10 years agofirewall: Call firewall.local start at the very end.
Michael Tremer [Fri, 14 Feb 2014 11:40:11 +0000 (12:40 +0100)] 
firewall: Call firewall.local start at the very end.

10 years agofirewall: Use --wait for every iptables call.
Michael Tremer [Fri, 14 Feb 2014 11:35:40 +0000 (12:35 +0100)] 
firewall: Use --wait for every iptables call.

10 years agoFix missing string in proxy.cgi (Cache-Digest creation).
Michael Tremer [Fri, 14 Feb 2014 11:15:37 +0000 (12:15 +0100)] 
Fix missing string in proxy.cgi (Cache-Digest creation).

10 years agotor: Bump package version to 6 and fix backup.
Michael Tremer [Thu, 13 Feb 2014 14:39:35 +0000 (15:39 +0100)] 
tor: Bump package version to 6 and fix backup.

The backup include file is missing in older releases
and will be created on the fly when updating old packages.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Thu, 13 Feb 2014 14:31:25 +0000 (15:31 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agofirewalllog.dat: Use language string for First and Last links
Alf Høgemark [Wed, 12 Feb 2014 20:26:26 +0000 (21:26 +0100)] 
firewalllog.dat: Use language string for First and Last links

10 years agofirewalllog.dat: Add First and Last links, for fast navigation in log lines
Alf Høgemark [Sat, 8 Feb 2014 07:12:53 +0000 (08:12 +0100)] 
firewalllog.dat: Add First and Last links, for fast navigation in log lines

Add two links for navigating in log pages, one for going to the
first page and one for goint to the last page.

Introduce variable which points to the first log line to
display on the last possible page.

The commit contains hardcoded text for Last and First, and I
am also uncertain how spaces between links should be handled.
So this should be improved based on feedback.

10 years agonetexternal.cgi: Fix display of DNS1 and DNS2
Alf Høgemark [Sat, 8 Feb 2014 06:32:08 +0000 (07:32 +0100)] 
netexternal.cgi: Fix display of DNS1 and DNS2

10 years agopartresize: fix output redirection to dev/zero.
Arne Fitzenreiter [Wed, 12 Feb 2014 00:02:08 +0000 (01:02 +0100)] 
partresize: fix output redirection to dev/zero.

10 years agolinux: Fix grsecurity-related crash on Intel Haswell CPUs.
Michael Tremer [Tue, 11 Feb 2014 15:54:48 +0000 (16:54 +0100)] 
linux: Fix grsecurity-related crash on Intel Haswell CPUs.

10 years agotor: Update to 0.2.4.20.
Michael Tremer [Tue, 11 Feb 2014 15:54:09 +0000 (16:54 +0100)] 
tor: Update to 0.2.4.20.

10 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Tue, 11 Feb 2014 11:00:40 +0000 (12:00 +0100)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

10 years agoperl-PDF-Create: New package
Alexander Marx [Tue, 11 Feb 2014 03:52:26 +0000 (04:52 +0100)] 
perl-PDF-Create: New package

This package allows to create PDF documents from
perl scripts.

10 years agopartresize: resize partition before c,h,s changes.
Arne Fitzenreiter [Mon, 10 Feb 2014 23:23:11 +0000 (00:23 +0100)] 
partresize: resize partition before c,h,s changes.

10 years agolinux: Fix IMQ crash.
Michael Tremer [Mon, 10 Feb 2014 22:00:19 +0000 (23:00 +0100)] 
linux: Fix IMQ crash.

Fixes #10474.

10 years agoglibc: Include getconf in image.
Michael Tremer [Mon, 10 Feb 2014 21:10:49 +0000 (22:10 +0100)] 
glibc: Include getconf in image.

Also include missing getent for ARM.