buildroot.git
14 years agokernel-headers: bump 2.6.{27,31,32,33} stable versions
Peter Korsgaard [Fri, 2 Apr 2010 07:28:07 +0000 (09:28 +0200)]
kernel-headers: bump 2.6.{27,31,32,33} stable versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodnsmasq: fix CFLAGS
Gustavo Zacarias [Thu, 1 Apr 2010 15:44:28 +0000 (17:44 +0200)]
dnsmasq: fix CFLAGS

Closes #1459

dnsmasq takes CFLAGS on make opt rather than env.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoiw: needs host-pkg-config
Gustavo Zacarias [Wed, 31 Mar 2010 18:30:30 +0000 (15:30 -0300)]
iw: needs host-pkg-config

Closes #1459

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoxlib_libX11: don't build documentation
Peter Korsgaard [Wed, 31 Mar 2010 10:13:51 +0000 (12:13 +0200)]
xlib_libX11: don't build documentation

Closes #1387

The documentation step needs working groff and ps2pdf on the host, and
only slows down the build, so just disable it.

At the same time, cleanup the overlong _CONF_OPT line.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoConfig.in: bump default JLEVEL to 2
Peter Korsgaard [Wed, 31 Mar 2010 09:05:12 +0000 (11:05 +0200)]
Config.in: bump default JLEVEL to 2

With multicores everywhere, 2 is probably a bit low - But atleast it's
better than the current default.

This extra parallelism also ensures we get to test the make dependencies
a bit more.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoe2fsprogs: bump version
Gustavo Zacarias [Wed, 17 Mar 2010 19:59:32 +0000 (16:59 -0300)]
e2fsprogs: bump version

Closes #1423

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoiptables: bump version
Gustavo Zacarias [Tue, 16 Mar 2010 17:07:59 +0000 (14:07 -0300)]
iptables: bump version

Closes #1417

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoopenssl: bump version
Gustavo Zacarias [Fri, 26 Mar 2010 13:16:31 +0000 (10:16 -0300)]
openssl: bump version

Closes #1411

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain: prepare for more than two alternatives
Yann E. MORIN [Fri, 26 Mar 2010 19:46:37 +0000 (20:46 +0100)]
toolchain: prepare for more than two alternatives

Lay down the path to add more than two toolchain kinds:
- check the type of toolchain as:
    ifeq (toolchain_buildroot,y)
        blabla buildroot-specific
    else ifeq (toolchain_external,y)
        blabla external-specific
    endif

- prefer using positive checks, a-la:
    ifeq (foo,y)
  instead of:
    ifneq (bar,y)
  (where foo and bar are mutually exclusive)

- have the toolchain_buildroot case always appear first

- gettext is handled differently, because we want to add an option
  only if not using the buildroot toolchain, hence we use ifneq.

Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
Acked-By: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoexternal toolchain: fix sysroot location if the toolchain was moved
Yann E. MORIN [Wed, 24 Mar 2010 22:42:42 +0000 (23:42 +0100)]
external toolchain: fix sysroot location if the toolchain was moved

Sysrooted toolchain can be relocated. In this case, the sysroot is no
longer located at the place it was configured at.

Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
Acked-By: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agophp: bump version
Gustavo Zacarias [Fri, 26 Mar 2010 15:54:39 +0000 (12:54 -0300)]
php: bump version

Closes #1429

[Peter: stick to bz2 upstream]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: add #1327
Peter Korsgaard [Wed, 31 Mar 2010 08:40:30 +0000 (10:40 +0200)]
CHANGES: add #1327

Got fixed by d5bf5f967009733.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoFix autotools instalation with symbols
Paulius Zaleckas [Tue, 30 Mar 2010 15:20:55 +0000 (17:20 +0200)]
Fix autotools instalation with symbols

Closes #1447

When installing without symbols install-strip is used,
with symbols - install-exec.
Since install-exec installs only executables, we should use
simple install, to install other needed files also
(like files in /usr/shared) as install-strip does.

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Acked-by: Lionel Landwerlin <llandwerlin@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoget rid of broken nios2 support
Peter Korsgaard [Tue, 30 Mar 2010 15:18:25 +0000 (17:18 +0200)]
get rid of broken nios2 support

Has been marked as broken for more than 1 year, with no indication
that anyone cares, and it needs a bunch of special handling.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobinutils: simplify BINUTILS_SITE selection
Peter Korsgaard [Tue, 30 Mar 2010 15:05:02 +0000 (17:05 +0200)]
binutils: simplify BINUTILS_SITE selection

All versions are available on gnu.org.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobinutils: get rid of ancient 2.18.50.0.9 development version
Peter Korsgaard [Tue, 30 Mar 2010 15:04:23 +0000 (17:04 +0200)]
binutils: get rid of ancient 2.18.50.0.9 development version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobinutils: default to 2.20.1, mark 2.19.1 as deprecated
Peter Korsgaard [Tue, 30 Mar 2010 14:50:45 +0000 (16:50 +0200)]
binutils: default to 2.20.1, mark 2.19.1 as deprecated

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobinutils: add 2.20.1
Gustavo Zacarias [Mon, 29 Mar 2010 14:58:41 +0000 (11:58 -0300)]
binutils: add 2.20.1

Closes #1441

[Peter: use gnu.org upstream]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoclasspath: trivial Config.in whitespace fix
Peter Korsgaard [Tue, 30 Mar 2010 14:07:28 +0000 (16:07 +0200)]
classpath: trivial Config.in whitespace fix

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibxml2: bump version
Peter Korsgaard [Mon, 29 Mar 2010 15:42:12 +0000 (17:42 +0200)]
libxml2: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibgcrypt: bump to 1.4.5
Lionel Landwerlin [Sat, 27 Mar 2010 15:11:25 +0000 (16:11 +0100)]
libgcrypt: bump to 1.4.5

Also autotools.in conversion and change source location from
gd.tuwien.ac.at to ftp.gnupg.org

[Peter: add missing libgpg-error makefile dependency]
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoxlib_libXfont: don't build devel documentation
Peter Korsgaard [Mon, 29 Mar 2010 10:41:17 +0000 (12:41 +0200)]
xlib_libXfont: don't build devel documentation

Adds to the build time and brings in an xmlto dependency

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: bump 1.16.x stable version
Peter Korsgaard [Mon, 29 Mar 2010 09:29:30 +0000 (11:29 +0200)]
busybox: bump 1.16.x stable version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoAdd new netperf package
Gustavo Zacarias [Thu, 18 Feb 2010 15:49:27 +0000 (12:49 -0300)]
Add new netperf package

Closes #1105

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump less to 436 and migrate to Makefile.autotools.in
Gustavo Zacarias [Thu, 18 Feb 2010 19:15:58 +0000 (16:15 -0300)]
Bump less to 436 and migrate to Makefile.autotools.in

Closes #1123

[Peter: get rid of redundant DISABLE_LARGEFILE]

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump nano to 2.2.3 and migrate to Makefile.autotools.in
Gustavo Zacarias [Thu, 18 Feb 2010 19:01:01 +0000 (16:01 -0300)]
Bump nano to 2.2.3 and migrate to Makefile.autotools.in

Closes #1117

[Peter: get rid of redundant DISABLE_LARGEFILE, trailing spaces]

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agosquid: don't use susv3 legacy functions
Peter Korsgaard [Wed, 24 Mar 2010 08:00:57 +0000 (09:00 +0100)]
squid: don't use susv3 legacy functions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoNew package squid 3.0.STABLE21
Gustavo Zacarias [Wed, 23 Dec 2009 12:30:45 +0000 (09:30 -0300)]
New package squid 3.0.STABLE21

Closes #513

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoAdd lmbench
Kelvin Cheung [Wed, 11 Nov 2009 02:51:02 +0000 (10:51 +0800)]
Add lmbench

Closes #661

Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agofreetype: bump to 2.3.12
William Wagner [Mon, 22 Mar 2010 19:46:32 +0000 (19:46 +0000)]
freetype: bump to 2.3.12

Signed-off-by: William Wagner <will_wagner@carallon.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agomdadm: update to 2.6.9
Richard van Paasen [Mon, 14 Dec 2009 21:56:10 +0000 (22:56 +0100)]
mdadm: update to 2.6.9

Closes #805

This patch updates mdadm to 2.6.9 and uses the new makefile template.

Signed-off-by: Richard van Paasen <rvpaasen@t3i.nl>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage: add librsync
Chris Seawood [Mon, 22 Mar 2010 15:50:51 +0000 (16:50 +0100)]
package: add librsync

Closes #1303

[Peter: misc tweaks (whitespace, kconfig, sf.net URL)]

Signed-off-by: Chris Seawood <cls@seawood.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: additional 1.16.0 fixes
Peter Korsgaard [Mon, 22 Mar 2010 14:19:42 +0000 (15:19 +0100)]
busybox: additional 1.16.0 fixes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agowget: needs WCHAR support in toolchain
Peter Korsgaard [Mon, 22 Mar 2010 14:13:02 +0000 (15:13 +0100)]
wget: needs WCHAR support in toolchain

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure args
Peter Korsgaard [Mon, 22 Mar 2010 13:29:00 +0000 (14:29 +0100)]
package: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure args

Makefile.autotools.in automatically adds these to the configure invocation,
so there's no need to explicitly list them.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoiperf: update to 2.0.4
Richard van Paasen [Mon, 14 Dec 2009 21:54:12 +0000 (22:54 +0100)]
iperf: update to 2.0.4

Closes #800

Signed-off-by: Richard van Paasen <rvpaasen@t3i.nl>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agomemstat: bump to 0.8 and migrate to Makefile.package.in
Gustavo Zacarias [Thu, 18 Feb 2010 19:48:24 +0000 (16:48 -0300)]
memstat: bump to 0.8 and migrate to Makefile.package.in

Closes #1129

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agowget: bump to 1.12 and migrate to Makefile.autotools.in
Gustavo Zacarias [Thu, 18 Feb 2010 17:51:51 +0000 (14:51 -0300)]
wget: bump to 1.12 and migrate to Makefile.autotools.in

Closes #1111.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopppd: only install manpages if BR2_HAVE_MANPAGES is enabled
Peter Korsgaard [Mon, 22 Mar 2010 12:59:54 +0000 (13:59 +0100)]
pppd: only install manpages if BR2_HAVE_MANPAGES is enabled

They do get removed in target-finalize, but we might as well not install
them in the first place.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: add #1345
Peter Korsgaard [Thu, 18 Mar 2010 22:15:06 +0000 (23:15 +0100)]
CHANGES: add #1345

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: 1.16.0 beep fix
Peter Korsgaard [Thu, 18 Mar 2010 22:09:05 +0000 (23:09 +0100)]
busybox: 1.16.0 beep fix

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump pppd to 2.4.5 and convert to Makefile.autotools.in
Gustavo Zacarias [Wed, 17 Mar 2010 18:36:13 +0000 (15:36 -0300)]
Bump pppd to 2.4.5 and convert to Makefile.autotools.in

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibpng: bump version
Peter Korsgaard [Thu, 18 Mar 2010 15:42:21 +0000 (16:42 +0100)]
libpng: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibglib2: bump version
Peter Korsgaard [Tue, 16 Mar 2010 15:30:00 +0000 (16:30 +0100)]
libglib2: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: bump 2.6.32.x / 2.6.33.x versions
Peter Korsgaard [Mon, 15 Mar 2010 20:18:56 +0000 (21:18 +0100)]
kernel-headers: bump 2.6.32.x / 2.6.33.x versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agosetserial: fix build with 2.6.33+ kernel headers on x86
Peter Korsgaard [Mon, 15 Mar 2010 14:14:56 +0000 (15:14 +0100)]
setserial: fix build with 2.6.33+ kernel headers on x86

linux/hayesesp.h got removed in 2.6.33, but some archs (like x86) still
define the TIOCGHAYESESP ioctl, breaking the build.

It's very unlikely to be of interest anymore, so just undef it.

Reported-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: remove obsolete openswan support
Peter Korsgaard [Sun, 14 Mar 2010 20:36:24 +0000 (21:36 +0100)]
kernel-headers: remove obsolete openswan support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: get rid of ancient 2.6.26 version
Peter Korsgaard [Sun, 14 Mar 2010 20:35:37 +0000 (21:35 +0100)]
kernel-headers: get rid of ancient 2.6.26 version

And remove the -rt support we had for that version.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotarget/linux: remove ancient (<2.6.27) versions
Peter Korsgaard [Sun, 14 Mar 2010 20:32:56 +0000 (21:32 +0100)]
target/linux: remove ancient (<2.6.27) versions

And get rid of the corresponding at91 patches as well.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: default to 2.6.33
Peter Korsgaard [Sun, 14 Mar 2010 07:26:39 +0000 (08:26 +0100)]
kernel-headers: default to 2.6.33

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopppd: enable ipv6 support if toolchain supports it
Alexander Clouter [Sat, 13 Mar 2010 20:43:06 +0000 (21:43 +0100)]
pppd: enable ipv6 support if toolchain supports it

Closes #1273

Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotarget: add linux 2.6.33
H Hartley Sweeten [Fri, 12 Mar 2010 23:32:55 +0000 (17:32 -0600)]
target: add linux 2.6.33

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: 1.16.0 tail fix
Peter Korsgaard [Fri, 12 Mar 2010 22:19:57 +0000 (23:19 +0100)]
busybox: 1.16.0 tail fix

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain: add 2.6.33 kernel headers
Peter Korsgaard [Fri, 12 Mar 2010 22:18:05 +0000 (23:18 +0100)]
toolchain: add 2.6.33 kernel headers

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain: Add uClibc 0.9.30.3, remove older 0.9.30.x
Peter Korsgaard [Fri, 12 Mar 2010 22:14:59 +0000 (23:14 +0100)]
toolchain: Add uClibc 0.9.30.3, remove older 0.9.30.x

As the 0.9.30.x stable releases only contain bugfixes, there isn't much
sense in using the older 0.9.30.x releases instead of .3, so use a single
0.9.30.x config similar to how we do it for the kernel headers.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoremove -mm linux patch options
H Hartley Sweeten [Tue, 9 Mar 2010 18:08:35 +0000 (12:08 -0600)]
remove -mm linux patch options

The -mm tree is really no longer available since the -next tree
was created for testing.  It's not even listed on the kernel.org
site any longer.  Plus, the last one that was published as
available was pretty old, 2.6.28-rc2-mm1.

Remove all the -mm patch stuff from Buildroot to clean up the
Linux kernel selection.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: additional 1.16.0 fixes
Peter Korsgaard [Mon, 8 Mar 2010 22:07:52 +0000 (23:07 +0100)]
busybox: additional 1.16.0 fixes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agomtd-utils: fix build with external toolchain
Peter Korsgaard [Mon, 8 Mar 2010 21:44:28 +0000 (22:44 +0100)]
mtd-utils: fix build with external toolchain

Reported by H Hartley Sweeten.

Make sure we pass proper CFLAGS to mtd-utils, so builds needing --sysroot
works (E.G. external toolchains).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: add X.org 7.5
Peter Korsgaard [Mon, 8 Mar 2010 13:29:48 +0000 (14:29 +0100)]
CHANGES: add X.org 7.5

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMerge branch 'x11r75' of git://gitorious.org/takeme-buildroot/takeme-buildroot
Peter Korsgaard [Mon, 8 Mar 2010 13:12:33 +0000 (14:12 +0100)]
Merge branch 'x11r75' of git://gitorious.org/takeme-buildroot/takeme-buildroot

14 years agoe2fsprogs: fix build when no binaries/libs are selected
Peter Korsgaard [Sun, 7 Mar 2010 22:00:06 +0000 (23:00 +0100)]
e2fsprogs: fix build when no binaries/libs are selected

Reported by "Thomas".

Strip fails as it gets called without any arguments. Instead of working
around this, simply remove the package-specific stripping as it is
done later (in target-finalize) anyway.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodosfstools: unbreak build
Peter Korsgaard [Sat, 6 Mar 2010 23:13:53 +0000 (00:13 +0100)]
dosfstools: unbreak build

Unbreak build after e8352988 (make sure install targets aren't run everytime)

Reported-by: Darcy Watkins <DWatkins@tranzeo.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agosquashfs: fix 3.4 build after be8a104c3cd (pass CFLAGS/LDFLAGS and add host-zlib...
Peter Korsgaard [Tue, 2 Mar 2010 16:42:23 +0000 (17:42 +0100)]
squashfs: fix 3.4 build after be8a104c3cd (pass CFLAGS/LDFLAGS and add host-zlib dependency)

Commit be8a104c3cd (pass CFLAGS/LDFLAGS and add host-zlib dependency)
changed the way make was invocated for squashfs and added a patch for 4.0,
but forgot to add an equivalent patch for 3.4.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoConfig.in: Bump version
Peter Korsgaard [Tue, 2 Mar 2010 16:41:12 +0000 (17:41 +0100)]
Config.in: Bump version

Tree is open for development again.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump X11 version to 7.5
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:30 +0000 (11:35 +0200)]
Bump X11 version to 7.5

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-xfree86-type1 to 1.0.2
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:29 +0000 (11:35 +0200)]
Bump font-xfree86-type1 to 1.0.2

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-winitzki-cyrillic to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:29 +0000 (11:35 +0200)]
Bump font-winitzki-cyrillic to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-sun-misc to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:28 +0000 (11:35 +0200)]
Bump font-sun-misc to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-sony-misc to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:28 +0000 (11:35 +0200)]
Bump font-sony-misc to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-screen-cyrillic to 1.0.2
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:27 +0000 (11:35 +0200)]
Bump font-screen-cyrillic to 1.0.2

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-schumacher-misc to 1.1.0
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:26 +0000 (11:35 +0200)]
Bump font-schumacher-misc to 1.1.0

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-mutt-misc to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:26 +0000 (11:35 +0200)]
Bump font-mutt-misc to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-misc-misc to 1.1.0
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:25 +0000 (11:35 +0200)]
Bump font-misc-misc to 1.1.0

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-misc-meltho to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:25 +0000 (11:35 +0200)]
Bump font-misc-meltho to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-misc-ethiopic to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:24 +0000 (11:35 +0200)]
Bump font-misc-ethiopic to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-misc-cyrillic to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:24 +0000 (11:35 +0200)]
Bump font-misc-cyrillic to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-micro-misc to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:23 +0000 (11:35 +0200)]
Bump font-micro-misc to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-jis-misc to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:22 +0000 (11:35 +0200)]
Bump font-jis-misc to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-isas-misc to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:22 +0000 (11:35 +0200)]
Bump font-isas-misc to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-ibm-type1 to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:21 +0000 (11:35 +0200)]
Bump font-ibm-type1 to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump encodings to 1.0.3
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:21 +0000 (11:35 +0200)]
Bump encodings to 1.0.3

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-dec-misc to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:20 +0000 (11:35 +0200)]
Bump font-dec-misc to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-daewoo-misc to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:20 +0000 (11:35 +0200)]
Bump font-daewoo-misc to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-cursor-misc to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:19 +0000 (11:35 +0200)]
Bump font-cursor-misc to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-cronyx-cyrillic to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:18 +0000 (11:35 +0200)]
Bump font-cronyx-cyrillic to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-bitstream-type1 to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:18 +0000 (11:35 +0200)]
Bump font-bitstream-type1 to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-bitstream-speedo to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:17 +0000 (11:35 +0200)]
Bump font-bitstream-speedo to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-bitstream-75dpi to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:17 +0000 (11:35 +0200)]
Bump font-bitstream-75dpi to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-bitstream-100dpi to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:16 +0000 (11:35 +0200)]
Bump font-bitstream-100dpi to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-bh-type1 to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:16 +0000 (11:35 +0200)]
Bump font-bh-type1 to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-bh-ttf to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:15 +0000 (11:35 +0200)]
Bump font-bh-ttf to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-bh-lucidatypewriter-75dpi to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:15 +0000 (11:35 +0200)]
Bump font-bh-lucidatypewriter-75dpi to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-bh-lucidatypewriter-100dpi to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:14 +0000 (11:35 +0200)]
Bump font-bh-lucidatypewriter-100dpi to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-bh-75dpi to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:14 +0000 (11:35 +0200)]
Bump font-bh-75dpi to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-bh-100dpi to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:13 +0000 (11:35 +0200)]
Bump font-bh-100dpi to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-arabic-misc to 1.0.1
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:13 +0000 (11:35 +0200)]
Bump font-arabic-misc to 1.0.1

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-alias to 1.0.2
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:12 +0000 (11:35 +0200)]
Bump font-alias to 1.0.2

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-adobe-utopia-type1 to 1.0.2
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:12 +0000 (11:35 +0200)]
Bump font-adobe-utopia-type1 to 1.0.2

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-adobe-utopia-75dpi to 1.0.2
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:11 +0000 (11:35 +0200)]
Bump font-adobe-utopia-75dpi to 1.0.2

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
14 years agoBump font-adobe-utopia-100dpi to 1.0.2
Paulius Zaleckas [Sun, 28 Feb 2010 09:35:11 +0000 (11:35 +0200)]
Bump font-adobe-utopia-100dpi to 1.0.2

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>