<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.package-management.openpkg.devel">
    <title>gmane.comp.package-management.openpkg.devel</title>
    <link>http://blog.gmane.org/gmane.comp.package-management.openpkg.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7318"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7315"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7314"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7313"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7312"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7311"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7310"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7318">
    <title>Wher to deliver PKGs</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7318</link>
    <description>&lt;pre&gt;Good day,

Maybe someone here can give me a hint where to deliver newly created
packages, as ftp://ftp.openpkg.org/contrib/00UPLOAD/ does not work - at
least not for me.

TIA

Hendrik
&lt;/pre&gt;</description>
    <dc:creator>Hendrik T. Voelker</dc:creator>
    <dc:date>2010-11-01T11:20:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7315">
    <title>OpenPKG Framework COMMUNITY and VALUE licenses available</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7315</link>
    <description>&lt;pre&gt;Dear community members and commercial customers,

since months we have been providing OpenPKG 4 under the PROMO license
until the VALUE license was available for ordering and the COMMUNITY
license proved to be working as expected.

The PROMO license finally expired on April 1st and you now finally
have the option of always running a bleeding edge OpenPKG fully
free of charge via the COMMUNITY license (and this way implicitly
act as testers in our community) and the option of lazily running
a productive and hence fixed OpenPKG instance via the VALUE license
for a small fee (and this way at least support the OpenPKG development
financially).

Details on the various licenses -- including a comparison of the
licenses based on their particular license assertions -- you now
can find under the URL:

    http://www.openpkg.com/go/framework-licensing

In case you want to run the COMMUNITY license you always can download
the latest version on this page (or get it indirectly via the latest
OpenPKG Framework on upgrade). In case you want to run the VALUE
license you can directly online order your copy there, too.

With the new OpenPKG 4 model I think we finally found a reasonable
compromise between a free of charge community offering and a still
inexpensive offering for the commercial customers -- both at the
same time.

Thanks for supporting OpenPKG.

Yours,
                                       Ralf S. Engelschall
                                       rse&amp;lt; at &amp;gt;engelschall.com
                                       www.engelschall.com

&lt;/pre&gt;</description>
    <dc:creator>Ralf S. Engelschall</dc:creator>
    <dc:date>2010-04-02T17:00:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7314">
    <title>curl.spec patch</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7314</link>
    <description>&lt;pre&gt;hi everyone,

You will find here a small patch for the curl.spec file.

1) To build curl with the the rigth ssl depencies (ex zlib), i use
"pkg-config --libs openssl"  to populate LIBS.

2) i use the full path for %{l_prefix}/bin/pkg-config

Thanks and regards

PS: How can we upload diff , previously located in
ftp://ftp.openpkg.org/contrib/00UPLOAD/ ?


diff -p -up ./curl.spec.orig ./curl.spec
--- ./curl.spec.orig2009-11-04 17:46:03.000000000 +0100
+++ ./curl.spec2010-02-07 17:32:00.000000000 +0100
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -32,7 +32,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Class:        BASE
 Group:        Web
 License:      MIT-style
 Version:      7.19.7
-Release:      20091104
+Release:      20100207
 
 #   package options
 %option       with_ssl       yes
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -118,12 +118,15 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; AutoReqProv:  no
     export CPPFLAGS="%{l_cppflags}"
     export LDFLAGS="%{l_ldflags}"
     export LIBS=""
+%if "%{with_ssl}" == "yes"
+    LIBS="$LIBS `%{l_prefix}/bin/pkg-config --libs openssl`"
+%endif
 %if "%{with_idn}" == "yes"
-    CFLAGS="$CFLAGS `pkg-config --cflags libidn`"
-    LIBS="$LIBS `pkg-config --libs libidn`"
+    CFLAGS="$CFLAGS `%{l_prefix}/bin/pkg-config --cflags libidn`"
+    LIBS="$LIBS `%{l_prefix}/bin/pkg-config --libs libidn`"
 %endif
 %if "%{with_ldap}" == "yes"
-    LIBS="-lldap -llber -lssl -lcrypto"
+    LIBS="$LIBS `%{l_prefix}/bin/pkg-config --libs openldap`"
 %endif
     export GREP="grep"
     ./configure \
&lt;/pre&gt;</description>
    <dc:creator>PLI</dc:creator>
    <dc:date>2010-02-07T17:11:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7313">
    <title>[CONTRIB] ACCEPT: nginx.diff</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7313</link>
    <description>&lt;pre&gt;The following OpenPKG Contribution Area operation occurred.
uploaded DIFF file "nginx.diff" accepted -- moved to contrib area.
No action is required on your part.
&lt;/pre&gt;</description>
    <dc:creator>OpenPKG Project Robot</dc:creator>
    <dc:date>2009-10-31T19:15:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7312">
    <title>[CONTRIB] ACCEPT: nginx-0.7.62-20090914.src.rpm</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7312</link>
    <description>&lt;pre&gt;The following OpenPKG Contribution Area operation occurred.
uploaded RPM file "nginx-0.7.62-20090914.src.rpm" accepted -- moved to contrib area.
No action is required on your part.

Information about nginx-0.7.62-20090914.src.rpm follows:
| Name:     nginx                     Source RPM:   (none)
| Version:  0.7.62                    Signature:    md5:128930c9d24bfe8d995b9cd242938c29
| Release:  20090914                  Build Host:   lenny.local
| Group:    Web                       Build System: ix86-debian5.0.2
| Class:    BASE                      Build Time:   Sun Oct  4 00:12:28 2009
| Distrib:  OpenPKG Community         Install Time: (not installed)
| License:  BSD                       Install Size: 606147 bytes
| Packager: OpenPKG Foundation e.V.   Relocations:  (not relocateable)
| Vendor:   Igor Sysoev
| Summary:  Robust, small and high performance http and reverse proxy server
| URL:      http://nginx.net/
| Description:
| Nginx [engine x] is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server.
| Provides:
|     nginx::with_openssl = yes
|     nginx::with_dav = yes
|     nginx::with_mail = yes
|     nginx::with_perl_module = no
| Files:
&lt;/pre&gt;</description>
    <dc:creator>OpenPKG Project Robot</dc:creator>
    <dc:date>2009-10-24T18:15:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7311">
    <title>[CONTRIB] ACCEPT: mysql.diff</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7311</link>
    <description>&lt;pre&gt;The following OpenPKG Contribution Area operation occurred.
uploaded DIFF file "mysql.diff" accepted -- moved to contrib area.
No action is required on your part.
&lt;/pre&gt;</description>
    <dc:creator>OpenPKG Project Robot</dc:creator>
    <dc:date>2009-09-16T08:15:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7310">
    <title>Post Market Crash Security Procedures for a Man Made Disaster. Openpkg Cvs,</title>
    <link>http://comments.gmane.org/gmane.comp.package-management.openpkg.devel/7310</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Shalom P. Hamou</dc:creator>
    <dc:date>2009-09-09T11:00:27</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.package-management.openpkg.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.package-management.openpkg.devel</link>
  </textinput>
</rdf:RDF>

