public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 344cba00b1d0fd9d5a9a20e83efda65e05c006e9
Date: Sun, 12 Feb 2012 01:54:18 +0100	[thread overview]
Message-ID: <20120212005423.52F26200BC@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 6768 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  344cba00b1d0fd9d5a9a20e83efda65e05c006e9 (commit)
       via  5e9ab5ddafefce4166c2441605720bd791c889a4 (commit)
       via  aa429b664c710af0f9218820c7fd6a0381cdf64f (commit)
       via  ceec2d5cbc1d46788de5ad3d386646add8d17a65 (commit)
      from  bdd2e2f6557b830f4bb7c7452df894bc4a30e959 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 344cba00b1d0fd9d5a9a20e83efda65e05c006e9
Merge: 5e9ab5d bdd2e2f
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Feb 12 01:54:10 2012 +0100

    Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x

commit 5e9ab5ddafefce4166c2441605720bd791c889a4
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Feb 12 01:53:24 2012 +0100

    ghostscript: Update to 9.0.5.
    
    Fixes this weird debugedit problem.

commit aa429b664c710af0f9218820c7fd6a0381cdf64f
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Feb 12 01:52:11 2012 +0100

    pdns: Update to 3.0.1.
    
    Fixes CVE-2012-0206 and bug #10030.
    
    It is now possible to build this package on x86_64, too.

commit ceec2d5cbc1d46788de5ad3d386646add8d17a65
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Feb 12 01:46:17 2012 +0100

    psmisc: Update to 22.15.
    
    References #10029.

-----------------------------------------------------------------------

Summary of changes:
 ghostscript/ghostscript.nm |   59 ++++++++++++++++++++++++++++++-------------
 pdns/pdns.nm               |   10 +++---
 psmisc/psmisc.nm           |    6 ++--
 3 files changed, 49 insertions(+), 26 deletions(-)

Difference in files:
diff --git a/ghostscript/ghostscript.nm b/ghostscript/ghostscript.nm
index f144f01..08d7f53 100644
--- a/ghostscript/ghostscript.nm
+++ b/ghostscript/ghostscript.nm
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = ghostscript
-version    = 9.04
-release    = 3
+version    = 9.05
+release    = 1
 
 groups     = Applications/Printing
 url        = http://ghostscript.com
@@ -13,33 +13,56 @@ license    = GPL
 summary    = An interpreter for the PostScript language and for PDF.
 
 description
-	Ghostscript is a package of software that provides:\
-	\
-	* An interpreter for the PostScript (TM) language, with the ability to \
-	  convert PostScript language files to many raster formats, view them \
-	  on displays, and print them on printers that don't have PostScript \
-	  language capability built in; \
-	* An interpreter for Portable Document Format (PDF) files, with the \
-	  same abilities; \
-	* The ability to convert PostScript language files to PDF (with some \
-	  limitations) and vice versa; and \
-	* A set of C procedures (the Ghostscript library) that implement the \
-	  graphics and filtering (data compression / decompression \
-	  / conversion) capabilities that appear as primitive operations in \
-	  the PostScript language and in PDF.
+	Ghostscript is a package of software that provides an interpreter
+	for the PostScript (TM) language, with the ability to convert PostScript
+	language files to many raster formats, view them on displays, and print
+	them on printers that don't have PostScript  language capability built in.
+	It also contains an interpreter for Portable Document Format (PDF) files,
+	with the same abilities and has the ability to convert PostScript
+	language files to PDF (with some limitations) and vice versa.
+	A set of C procedures (the Ghostscript library) implements the
+	graphics and filtering (data compression / decompression / conversion)
+	capabilities that appear as primitive operations in the PostScript
+	language and in PDF.
 end
 
-source_dl  =
+source_dl  = http://downloads.ghostscript.com/public/
 
 build
+	requires
+		cups-devel
+		dbus-devel
+		glib2-devel
+		libjpeg-devel
+		libtiff-devel
+		libtool
+		libxml2-devel
+		unzip
+		zlib-devel
+	end
+
+	prepare_cmds
+		rm -rvf libpng zlib jpeg jasper expat
+	end
+
+	CFLAGS += -fno-strict-aliasing
+
 	configure_options += \
-		--without-omni
+		--with-ijs \
+		--enable-dynamic \
+		--with-drivers=ALL \
+		--disable-compile-inits \
+		--with-system-libtiff \
+		--with-install-cups
 
 	PARALLELISMFLAGS = # Disable this
 end
 
 packages
 	package %{name}
+
+	package %{name}-devel
+		template DEVEL
 	end
 
 	package %{name}-debuginfo
diff --git a/pdns/pdns.nm b/pdns/pdns.nm
index 0d0737c..a56570c 100644
--- a/pdns/pdns.nm
+++ b/pdns/pdns.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = pdns
-version    = 3.0
+version    = 3.0.1
 release    = 1
 
 groups     = Networking/DNS
@@ -19,7 +19,7 @@ description
 	Furthermore, PowerDNS interfaces with almost any database.
 end
 
-source_dl  =
+source_dl  = http://downloads.powerdns.com/releases/
 
 build
 	requires
@@ -38,7 +38,7 @@ build
 
 	configure_options += \
 		--sysconfdir=/etc/pdns \
-		--libdir=/usr/lib/powerdns \
+		--libdir=%{libdir}/powerdns \
 		--with-modules="" \
 		--with-dynmodules="pipe geo ldap gsqlite3" \
 		--with-lua \
@@ -49,9 +49,9 @@ build
 		chrpath --delete %{BUILDROOT}/usr/bin/zone2ldap
 		chrpath --delete %{BUILDROOT}/usr/bin/zone2sql
 		chrpath --delete %{BUILDROOT}/usr/sbin/pdns_server
-		chrpath --delete %{BUILDROOT}/usr/lib/powerdns/*.so
+		chrpath --delete %{BUILDROOT}%{libdir}/powerdns/*.so
 		chrpath --delete %{BUILDROOT}/usr/bin/dnsreplay
-		chrpath --delete %{BUILDROOT}//usr/bin/pdnssec
+		chrpath --delete %{BUILDROOT}/usr/bin/pdnssec
 	end
 end
 
diff --git a/psmisc/psmisc.nm b/psmisc/psmisc.nm
index c91b316..af812f1 100644
--- a/psmisc/psmisc.nm
+++ b/psmisc/psmisc.nm
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = psmisc
-version    = 22.10
-release    = 2
+version    = 22.15
+release    = 1
 
 groups     = Applications/System
 url        = http://sourceforge.net/projects/psmisc
@@ -22,7 +22,7 @@ description
 	filesystems.
 end
 
-source_dl  =
+source_dl  = http://downloads.sourceforge.net/project/psmisc/psmisc/
 
 build
 	requires


hooks/post-receive
--
IPFire 3.x development tree

                 reply	other threads:[~2012-02-12  0:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120212005423.52F26200BC@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox