]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
Merge remote-tracking branch 'stevee/updates'
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 27 Apr 2014 18:30:21 +0000 (20:30 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 27 Apr 2014 18:30:21 +0000 (20:30 +0200)
12 files changed:
dosfstools/dosfstools.nm
ghostscript/ghostscript.nm
htop/htop.nm
lcms2/lcms2.nm [new file with mode: 0644]
libhtp/libhtp.nm
libnetfilter_conntrack/libnetfilter_conntrack.nm
libnetfilter_queue/libnetfilter_queue.nm
lighttpd/lighttpd.nm
lm-sensors/lm-sensors.nm
mc/mc.nm
suricata/suricata.nm
ulogd2/ulogd2.nm

index 2d6220550852eb629df23484af82bfd322835a78..c319532a30bc4ffa69294be03595ab1a0d86071e 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = dosfstools
-version    = 3.0.25
+version    = 3.0.26
 release    = 1
 
 groups     = System/Filesystems
index b8c52079621de592bc9e511cb7902d07b2864718..9bda9826ff3a0c568bdc19f9c2f8a0a9dd44c348 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = ghostscript
-version    = 9.05
-release    = 2.1
+version    = 9.14
+release    = 1
 
 groups     = Applications/Printing
 url        = http://ghostscript.com
@@ -30,9 +30,14 @@ source_dl  = http://downloads.ghostscript.com/public/
 
 build
        requires
+               autoconf
+               automake
+               cups-devel >= 1.1.13
                dbus-devel
                expat-devel
+               freetype-devel
                glib2-devel
+               lcms2-devel >= 2.4
                libidn-devel
                libjpeg-devel
                libpng-devel
@@ -44,7 +49,14 @@ build
        end
 
        prepare_cmds
-               rm -rvf libpng zlib jpeg jasper expat
+               # Fix build with local zlib.
+               sed -i 's/ZLIBDIR=src/ZLIBDIR=$includedir/' configure.ac
+
+               # Remove shipped source code.
+               rm -rvf expat freetype icclib jasper jpeg jpegxr lcms lcms2 \
+                       libpng openjpeg zlib cups/libs
+
+               autoconf --force
        end
 
        CFLAGS += -fno-strict-aliasing
@@ -55,7 +67,9 @@ build
                --with-drivers=ALL \
                --disable-compile-inits \
                --with-system-libtiff \
-               --with-install-cups
+               --with-install-cups \
+               \
+               CFLAGS="%{CFLAGS}"
 
        PARALLELISMFLAGS = # Disable this
 end
index 6e8dc5645a60cc6ce8c22e8e3e4ff717de6c7da3..1863351574934408345ab519dc0f6626026f0751 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = htop
-version    = 1.0.2
+version    = 1.0.3
 release    = 1
 
 groups     = Applications/System
@@ -17,18 +17,16 @@ description
        top(1).
 end
 
-source_dl  = http://sourceforge.net/projects/htop/files
+source_dl  = http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/
+source_dl += http://hisham.hm/htop/releases/%{version}/
 
 build
        requires
                ncurses-devel
        end
 
-       configure_options += \
-               --sysconfdir=/etc
-
        install_cmds
-               rm -rf %{BUILDROOT}/usr/share/{applications,pixmaps}
+               rm -rf %{BUILDROOT}%{datadir}/{applications,pixmaps}
        end
 end
 
diff --git a/lcms2/lcms2.nm b/lcms2/lcms2.nm
new file mode 100644 (file)
index 0000000..4f34961
--- /dev/null
@@ -0,0 +1,59 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = lcms2
+version    = 2.6
+release    = 1
+
+groups     = System/Tools
+url        = http://www.littlecms.com/
+license    = MIT
+summary    = Color Management Engine.
+
+description
+       LittleCMS intends to be a small-footprint, speed optimized color management
+       engine in open source form. LCMS2 is the current version of LCMS, and can be
+       parallel installed with the original (deprecated) lcms.
+end
+
+source_dl  = http://www.littlecms.com/
+
+build
+       requires
+               libjpeg-devel
+               libtiff-devel
+               zlib-devel
+       end
+
+       configure_options +=\
+               --disable-static \
+               --program-suffix=2
+
+       test
+               make check
+       end
+
+       install_cms
+               # Install missing header files.
+               install -D -m 644 include/lcms2.h %{BUILDROOT}/usr/include/lcms2.h
+               install -D -m 644 include/lcms2_plugin.h %{BUILDROOT}/usr/include/lcms2_plugin.h
+       end
+end
+
+packages
+       package %{name}
+
+       package %{name}-libs
+               template LIBS
+       end
+
+       package %{name}-devel
+               template DEVEL
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end
index e42cc1e0edcf07949abd54ab858202e46b014228..e6604ad176c6fdcaec37bf3385f6b1ff69c7b4cf 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = libhtp
-version    = 0.2.9
+version    = 0.5.10
 release    = 1
 
 groups     = System/Libraries
@@ -19,7 +19,7 @@ end
 
 thisapp = htp-%{version}
 
-source_dl  = http://www.openinfosecfoundation.org/download/
+source_dl  = https://github.com/ironbee/%{name}/releases/download/%{version}/
 sources    = %{thisapp}.tar.gz
 
 build
@@ -38,7 +38,6 @@ end
 
 packages
        package %{name}
-       end
 
        package %{name}-devel
                template DEVEL
index b8fdcd0c553a530c163f3260d5229b544f89349f..3edf5ba6071781d7cc3670394f45c2dab3aea3e4 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = libnetfilter_conntrack
-version    = 1.0.3
+version    = 1.0.4
 release    = 1
 
 groups     = System/Libraries
index e2147ead0b8192a600c1b79a7023d436847e80d7..d7b3c7ee28a819977294f5454f3d9f8417d079dc 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = libnetfilter_queue
-version    = 1.0.1
+version    = 1.0.2
 release    = 1
 
 groups     = System/Libraries
@@ -24,6 +24,7 @@ sources    = %{thisapp}.tar.bz2
 
 build
        requires
+               libmnl-devel >= 1.0.3
                libnfnetlink-devel
                pkg-config
        end
index 4d137deeb8b5d0dffe3eedcba498c225cb519a8c..2b348b5dc1b3d1873c3658afeb4f974d6ae1962e 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = lighttpd
-version    = 1.4.30
+version    = 1.4.35
 ver_major  = 1.4
 release    = 2
 
index 8ab6c3862b5623004d7f99112acf402e6ace00ab..a1a01bdad9e84528e2651f43fa98cee8df8b4f82 100644 (file)
@@ -4,8 +4,9 @@
 ###############################################################################
 
 name       = lm-sensors
-version    = 3.3.3
-release    = 2
+version    = 3.3.5
+release    = 1
+
 thisapp    = lm_sensors-%{version}
 
 groups     = Applications/Statistics
index 7e37f53fe24be3041c253fbe8337ef180df9368a..e0978f7f9981ab7794ea62b7ff867ab8e8319830 100644 (file)
--- a/mc/mc.nm
+++ b/mc/mc.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = mc
-version    = 4.8.8
+version    = 4.8.12
 release    = 1
 epoch      = 1
 
index 84671bafa0e260e62a18a05e8c712f255d1e26f7..13941669761ca9f6ff21cf7af3467ba4d02fe796 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = suricata
-version    = 1.3.2
-release    = 3
+version    = 2.0
+release    = 1
 
 groups     = Networking/IDS
 url        = http://www.openinfosecfoundation.org/
@@ -29,10 +29,10 @@ build
                libnet-devel
                libpcap-devel
                libyaml-devel
-               libhtp-devel
+               libhtp-devel >= 0.5.5
                pcre-devel
                pkg-config
-               zlib-devel>=1.2.5-2
+               zlib-devel >= 1.2.5-2
        end
 
        configure_options += \
@@ -61,7 +61,7 @@ packages
                prerquires = systemd-units
 
                configfiles
-                       %{BUILDROOT}%{sysconfdir}/suricata/suricata.conf
+                       %{sysconfdir}/suricata/suricata.conf
                end
 
                script postin
index 621327f545a15674d8b3d35034f1d8008ba860f5..5a153a2021c7ef807f6a9e198bbe161c9e564ee9 100644 (file)
@@ -4,9 +4,10 @@
 ###############################################################################
 
 name       = ulogd2
-version    = 2.0.2
+version    = 2.0.4
 release    = 1
 epoch      = 1
+
 thisapp    = ulogd-%{version}
 
 groups     = Networking/Statistics