Openfire (ARCHIVED)

Create Ubuntu/Debian package

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 3.0.0
  • Fix Version/s: 3.4.3
  • Component/s: Scripts
  • Acceptance Test - Add?:
    No
  • Description:

    Create a native package for Ubuntu/Debian. If possible, get it into the popular mirror so that users can use apt-get directly.

  1. debian.patch
    (9 kB)
    Matt Tucker
    04/24/07 03:24 AM

Activity

Gaston Dombiak made changes - 08/31/06 10:15 PM
Field Original Value New Value
Fix Version/s 3.1.0 [ 10510 ]
Fix Version/s 3.1.0 Beta [ 10481 ]
Matt Tucker made changes - 09/06/06 10:25 AM
Fix Version/s 3.1.0 [ 10510 ]
Fix Version/s 3.x [ 10181 ]
Hide
Stephan Wienczny added a comment - 01/13/07 04:09 AM

I've created a package and uploaded it to my webspace at http://homepages.uni-paderborn.de/wienczny/
The package has been built on ubuntu edgy but should work on any debian-distro with sun-java5-jdk packages in their repository.
Please have a look at it...

Show
Stephan Wienczny added a comment - 01/13/07 04:09 AM I've created a package and uploaded it to my webspace at http://homepages.uni-paderborn.de/wienczny/ The package has been built on ubuntu edgy but should work on any debian-distro with sun-java5-jdk packages in their repository. Please have a look at it...
Hide
Matt Tucker added a comment - 04/24/07 03:24 AM

Attached latest Debian patch, which needs to be applied.

Show
Matt Tucker added a comment - 04/24/07 03:24 AM Attached latest Debian patch, which needs to be applied.
Matt Tucker made changes - 04/24/07 03:24 AM
Attachment debian.patch [ 10413 ]
Matt Tucker made changes - 04/24/07 03:24 AM
Affects Version/s 3.3.1 [ 10687 ]
Affects Version/s 3.0.0 [ 10450 ]
Matt Tucker made changes - 04/24/07 03:24 AM
Affects Version/s 3.3.1 [ 10687 ]
Affects Version/s 3.0.0 [ 10450 ]
Fix Version/s 3.x [ 10181 ]
Fix Version/s 3.3.1 [ 10687 ]
Gaston Dombiak made changes - 04/24/07 11:44 PM
Fix Version/s 3.3.2 [ 10692 ]
Fix Version/s 3.3.1 [ 10687 ]
Hide
Moritz Breit added a comment - 04/25/07 12:07 PM

Matt, why did you attach that old version of my patch?
I have made huge improvements since then.
The current version of my patch can be found at https://dev.mobr.de/openfire/.

Show
Moritz Breit added a comment - 04/25/07 12:07 PM Matt, why did you attach that old version of my patch? I have made huge improvements since then. The current version of my patch can be found at https://dev.mobr.de/openfire/.
Hide
Matt Tucker added a comment - 04/25/07 04:49 PM

Moritz,

My apologies and thanks for pointing out that I attached the wrong patch version! I'll follow the link when applying the work.

-Matt

Show
Matt Tucker added a comment - 04/25/07 04:49 PM Moritz, My apologies and thanks for pointing out that I attached the wrong patch version! I'll follow the link when applying the work. -Matt
Gaston Dombiak made changes - 04/25/07 07:09 PM
Fix Version/s 3.3.2 [ 10692 ]
Fix Version/s 3.3.1 [ 10687 ]
Gaston Dombiak made changes - 05/03/07 12:53 AM
Fix Version/s 3.3.1 [ 10687 ]
Fix Version/s 3.3.2 [ 10692 ]
Gaston Dombiak made changes - 05/03/07 01:19 AM
Fix Version/s 3.3.2 [ 10692 ]
Fix Version/s 3.3.1 [ 10687 ]
Gaston Dombiak made changes - 05/10/07 11:36 PM
Fix Version/s 3.3.2 [ 10692 ]
Fix Version/s 3.3.1 [ 10687 ]
Hide
Lucas Nussbaum added a comment - 06/13/07 03:36 PM

Hi,

i'm a Debian developer and (soon) an openfire user.

If you are interested in getting openfire into the official Debian & Ubuntu repositories, I could help you.

Just contact me at lucas@debian.org

Show
Lucas Nussbaum added a comment - 06/13/07 03:36 PM Hi, i'm a Debian developer and (soon) an openfire user. If you are interested in getting openfire into the official Debian & Ubuntu repositories, I could help you. Just contact me at lucas@debian.org
Hide
Stephan Wienczny added a comment - 06/13/07 05:48 PM

Hi,

you can find our effort in the svn repository (/build/debian). There are still some bugs which have to be solved. The current package is buildable in two ways:
1. from tar.gz
2. from svn which uses 1. for building.

There are still some bugs in the package, which have to be solved before release. Ask Moritz about them.

Show
Stephan Wienczny added a comment - 06/13/07 05:48 PM Hi, you can find our effort in the svn repository (/build/debian). There are still some bugs which have to be solved. The current package is buildable in two ways: 1. from tar.gz 2. from svn which uses 1. for building. There are still some bugs in the package, which have to be solved before release. Ask Moritz about them.
Hide
Lucas Nussbaum added a comment - 06/13/07 07:22 PM

OK, here are some comments.

First, it is generally a bad idea to maintain the debian-specific parts inside
the upstream source. If there's a bug in the packaging part, what will you do ?
Ask upstream to release a new version just for Debian ?

The best thing to do is to maintain the package in its own repository, or its
own subdirectory, preferably a repository where I could commit, if I'm the one
signing+uploading. (I'm not sure if it's the case of svn co
http://svn.igniterealtime.org/svn/repos/). http://alioth.debian.org/ provides
nice services.

Also, it usually sounds like a good idea to integrate with upstream build
scripts, but in reality, it usually causes more problems than benefits. Just
working from the released .tar.gz files works much better.

Regarding organization, I can help with the debian-specific stuff, but I would
prefer to only "sponsor" the package (double-check it, sign it, and upload it
to Debian) (I can also upload to Ubuntu). That means that one of you will be
listed as the Maintainer (others can be listed as "Uploaders", that is,
co-maintainers). That also mean that you are the ones responsible for dealing
with the bugs reported to the Debian Bug Tracking System (my Java is not very good, by the way).

Now, some comments about what you already did.
Generally, it looks very good. I like cdbs.

debian/changelog:
+ please don't integrate with upstream's build scripts (see above)
+ version should be <upstream version>-<debian version>. 3.3.1-1 to start, probably.
+ this changelog is the debian changelog: you only mark here what's specific to Debian, so no need to point to the full changelog.

debian/control:
+ sun-java5: can you switch to sun-java6, or would that cause problems ?

debian/copyright:
You should make it clear whether it's GPL v2 or later, GPL V2, or GPL (any version).
There are files in the archive which are not covered by the GPL. You have to list all cases in debian/copyright. There are files under LGPL, MIT and Apache 2.0, at least.
Also, we have a problem with the icons, which are non-free. Is it possible to replace them with some free icons ? If not, I'll have to ask if it's OK to distribute openfire in the "non-free" section of Debian.
Finally, some tests seem to be proprietary (see files in src/test/java/org/jivesoftware/util/ and src/test/throttletest/src/org/jivesoftware/openfire/test/throttle/).

[upstream problem] If possible, include the original text for the GPL in the archive. It makes it easier to check that it was not modified.

debian/openfire.postinst:
you use adduser, so you have to Depends on adduser.

debian/patches/11-unwritable-home.patch:
I'm not sure I understand what's that for ?

debian/postinst:
stale file ?

debian/rules:
Couldn't you change the install/openfire target to use an openfire.install file for dh_install instead ?

That's all for now

Show
Lucas Nussbaum added a comment - 06/13/07 07:22 PM OK, here are some comments. First, it is generally a bad idea to maintain the debian-specific parts inside the upstream source. If there's a bug in the packaging part, what will you do ? Ask upstream to release a new version just for Debian ? The best thing to do is to maintain the package in its own repository, or its own subdirectory, preferably a repository where I could commit, if I'm the one signing+uploading. (I'm not sure if it's the case of svn co http://svn.igniterealtime.org/svn/repos/). http://alioth.debian.org/ provides nice services. Also, it usually sounds like a good idea to integrate with upstream build scripts, but in reality, it usually causes more problems than benefits. Just working from the released .tar.gz files works much better. Regarding organization, I can help with the debian-specific stuff, but I would prefer to only "sponsor" the package (double-check it, sign it, and upload it to Debian) (I can also upload to Ubuntu). That means that one of you will be listed as the Maintainer (others can be listed as "Uploaders", that is, co-maintainers). That also mean that you are the ones responsible for dealing with the bugs reported to the Debian Bug Tracking System (my Java is not very good, by the way). Now, some comments about what you already did. Generally, it looks very good. I like cdbs. debian/changelog: + please don't integrate with upstream's build scripts (see above) + version should be <upstream version>-<debian version>. 3.3.1-1 to start, probably. + this changelog is the debian changelog: you only mark here what's specific to Debian, so no need to point to the full changelog. debian/control: + sun-java5: can you switch to sun-java6, or would that cause problems ? debian/copyright: You should make it clear whether it's GPL v2 or later, GPL V2, or GPL (any version). There are files in the archive which are not covered by the GPL. You have to list all cases in debian/copyright. There are files under LGPL, MIT and Apache 2.0, at least. Also, we have a problem with the icons, which are non-free. Is it possible to replace them with some free icons ? If not, I'll have to ask if it's OK to distribute openfire in the "non-free" section of Debian. Finally, some tests seem to be proprietary (see files in src/test/java/org/jivesoftware/util/ and src/test/throttletest/src/org/jivesoftware/openfire/test/throttle/). [upstream problem] If possible, include the original text for the GPL in the archive. It makes it easier to check that it was not modified. debian/openfire.postinst: you use adduser, so you have to Depends on adduser. debian/patches/11-unwritable-home.patch: I'm not sure I understand what's that for ? debian/postinst: stale file ? debian/rules: Couldn't you change the install/openfire target to use an openfire.install file for dh_install instead ? That's all for now
Hide
Stephan Wienczny added a comment - 06/13/07 08:45 PM

The package was not yet intended for inclusion into any distribution. It was build to make it possible for the jive guys to put a deb on their homepage for each release. If you want to help us to get into the major "deb"-Distributions this would be great.

Things, that additionally to those noted in your review, have to be done:

  • use java dependencies from Debian/Ubuntu repository instead of those included with the tar.gz. Change the CLASSPATH to do that.
  • Fix the bug that renders the package not buildable when openfire is installed on the system. (Something about /etc/openfire and symlinks) Reason not yet clear.

Java6 should work fine. It was not yet available on Ubuntu when the package was created.

The patch should be be applied to upstream or fixed by some different implementation. Openfire assumes that it has a directory with subdirs that it's the owner of and that it can write to. To comply with FHS the deb distributes openfire on different locations. This causes a check to fail that checks for write access in the root-directory of openfire. This check is disabled by the patch. To fix the underlying problem upstream should check every directory it really needs to write to.

debian/postinst is stale. It was not yet removed from the repo.

What should be done to create a package on alioth?

Show
Stephan Wienczny added a comment - 06/13/07 08:45 PM The package was not yet intended for inclusion into any distribution. It was build to make it possible for the jive guys to put a deb on their homepage for each release. If you want to help us to get into the major "deb"-Distributions this would be great. Things, that additionally to those noted in your review, have to be done:
  • use java dependencies from Debian/Ubuntu repository instead of those included with the tar.gz. Change the CLASSPATH to do that.
  • Fix the bug that renders the package not buildable when openfire is installed on the system. (Something about /etc/openfire and symlinks) Reason not yet clear.
Java6 should work fine. It was not yet available on Ubuntu when the package was created. The patch should be be applied to upstream or fixed by some different implementation. Openfire assumes that it has a directory with subdirs that it's the owner of and that it can write to. To comply with FHS the deb distributes openfire on different locations. This causes a check to fail that checks for write access in the root-directory of openfire. This check is disabled by the patch. To fix the underlying problem upstream should check every directory it really needs to write to. debian/postinst is stale. It was not yet removed from the repo. What should be done to create a package on alioth?
Hide
Lucas Nussbaum added a comment - 06/13/07 09:55 PM

> The package was not yet intended for inclusion into any distribution. It was build to make it possible for the jive guys to put a deb on their homepage for each release. If you want to help us to get into the major "deb"-Distributions this would be great.

Yup, I can help you with that.

> Things, that additionally to those noted in your review, have to be done:
>
> * use java dependencies from Debian/Ubuntu repository instead of those included with the tar.gz. Change the CLASSPATH to do that.

Ah, I didn't notice that. As I said, I'm not at all a java specialist
(but I know XMPP/Jabber quite well)

> * Fix the bug that renders the package not buildable when openfire is installed on the system. (Something about /etc/openfire and symlinks) Reason not yet clear.
>
> Java6 should work fine. It was not yet available on Ubuntu when the package was created.
>
> The patch should be be applied to upstream or fixed by some different implementation. Openfire assumes that it has a directory with subdirs that it's the owner of and that it can write to. To comply with FHS the deb distributes openfire on different locations. This causes a check to fail that checks for write access in the root-directory of openfire. This check is disabled by the patch. To fix the underlying problem upstream should check every directory it really needs to write to.

Ok, that's fine. Could you document that in a comment in the patch ?

> What should be done to create a package on alioth?

The first step is to have a source package with:

  • an _orig.tar.gz file
  • a diff.gz file
  • a dsc file
    (that means that the debian dir must be outside the sources)

then that package can be "injected" into the collab-maint repository.
and then, you can create an account on alioth and request to be added to
collab-maint, so you get commit rights.

Show
Lucas Nussbaum added a comment - 06/13/07 09:55 PM > The package was not yet intended for inclusion into any distribution. It was build to make it possible for the jive guys to put a deb on their homepage for each release. If you want to help us to get into the major "deb"-Distributions this would be great. Yup, I can help you with that. > Things, that additionally to those noted in your review, have to be done: > > * use java dependencies from Debian/Ubuntu repository instead of those included with the tar.gz. Change the CLASSPATH to do that. Ah, I didn't notice that. As I said, I'm not at all a java specialist (but I know XMPP/Jabber quite well) > * Fix the bug that renders the package not buildable when openfire is installed on the system. (Something about /etc/openfire and symlinks) Reason not yet clear. > > Java6 should work fine. It was not yet available on Ubuntu when the package was created. > > The patch should be be applied to upstream or fixed by some different implementation. Openfire assumes that it has a directory with subdirs that it's the owner of and that it can write to. To comply with FHS the deb distributes openfire on different locations. This causes a check to fail that checks for write access in the root-directory of openfire. This check is disabled by the patch. To fix the underlying problem upstream should check every directory it really needs to write to. Ok, that's fine. Could you document that in a comment in the patch ? > What should be done to create a package on alioth? The first step is to have a source package with:
  • an _orig.tar.gz file
  • a diff.gz file
  • a dsc file (that means that the debian dir must be outside the sources)
then that package can be "injected" into the collab-maint repository. and then, you can create an account on alioth and request to be added to collab-maint, so you get commit rights.
Gaston Dombiak made changes - 06/22/07 09:10 PM
Fix Version/s 3.3.3 [ 10710 ]
Fix Version/s 3.3.2 [ 10692 ]
Hide
Stephan Wienczny added a comment - 07/19/07 01:14 AM

Ive created a list of openfire dependencies:

  • is not in the repository
    +is in the repository
    ? unsure about what library this acutally is

-./src/web/WEB-INF/lib/dwr.jar
-./src/test/throttletest/build/lib/smackx.jar
-./src/test/throttletest/build/lib/smack.jar
-./src/plugins/userImportExport/lib/isorelax.jar
-./src/plugins/userImportExport/lib/msv.jar
+./src/plugins/userImportExport/lib/commons-fileupload-1.0.jar
+./src/plugins/userImportExport/lib/relaxngDatatype.jar librelaxng-datatype-java
-./src/plugins/userImportExport/lib/xsdlib.jar
-./src/plugins/gateway/lib/irclib.jar moepii.sf.net
-./src/plugins/gateway/lib/jml.jar jml.sf.net
+./src/plugins/gateway/lib/wsdl4j.jar
+./src/plugins/gateway/lib/jaxrpc.jar libaxis-java
-./src/plugins/gateway/lib/smackx.jar
-./src/plugins/gateway/lib/smack.jar
-./src/plugins/gateway/lib/dwr.jar getahead.ltd.uk
-./src/plugins/gateway/lib/joscar-protocol.jar
+./src/plugins/gateway/lib/commons-discovery.jar libcommons-discovery-java
+./src/plugins/gateway/lib/xercesImpl.jar libxerces2-java
+./src/plugins/gateway/lib/axis.jar libaxis-java
-./src/plugins/gateway/lib/joscar-client.jar
-./src/plugins/gateway/lib/cindy.jar cindy.sf.net
?./src/plugins/gateway/lib/xml-apis.jar libxalan2-java libtomcat5-java libtomcat5.5-java
-./src/plugins/gateway/lib/picocontainer.jar picocontainer.org
-./src/plugins/gateway/lib/ymsg_network.jar
-./src/plugins/gateway/lib/joscar-common.jar
+./src/plugins/gateway/lib/saaj.jar libaxis-java
-./src/plugins/gateway/lib/ymsg_support.jar
?./build/lib/dist/activation.jar glassfish libnurjaf-java roxen4
?./build/lib/dist/servlet.jar roxen4.jar
?./build/lib/dist/jtds.jar
?./build/lib/dist/mail.jar
-./build/lib/dist/bouncycastle.jar
+./build/lib/dist/hsqldb.jar libhsqldb-java
-./build/lib/dist/postgres.jar
+./build/lib/dist/mysql.jar libmysql-java
-./build/lib/dist/jdic.jar
-./build/lib/merge/mina-filter-ssl-1.2.0.jar
+./build/lib/merge/commons-codec.jar libcommons-codec-java
-./build/lib/merge/mina-filter-compression-1.2.0.jar
-./build/lib/merge/jetty-util.jar
-./build/lib/merge/slf4j-api-1.1.0.jar
-./build/lib/merge/sitemesh.jar
+./build/lib/merge/xpp3.jar libxpp3-java
+./build/lib/merge/jaxen.jar libjaxen-java
-./build/lib/merge/stringprep.jar
-./build/lib/merge/jetty.jar
-./build/lib/merge/jstun-0.6.1.jar
?./build/lib/merge/jstl.jar tomcat5-webapps tomcat5.5-webapps
-./build/lib/merge/mina-core-1.2.0.jar
?./build/lib/merge/standard.jar tomcat5-webapps tomcat5.5-webapps
+./build/lib/merge/jzlib.jar libjzlib-java
J./build/lib/merge/dbutil.jar
-./build/lib/merge/slf4j-simple-1.1.0.jar
+./build/lib/merge/jsp-api.jar libservlet2.4-java libtomcat5-java libtomcat5.5-java
+./build/lib/merge/commons-httpclient.jar
-./build/lib/merge/commons-logging.jar
-./build/lib/merge/jmdns.jar
-./build/lib/merge/shaj.jar
-./build/lib/merge/dom4j.jar
?./build/lib/jasper-compiler.jar libtomcat5-java libtomcat5.5-java
-./build/lib/qdox.jar
+./build/lib/commons-el.jar libcommons-el-java
-./build/lib/ant-jive-edition.jar
?./build/lib/jasper-runtime.jar libtomcat5-java
-./build/lib/i4jruntime.jar
-./build/lib/pack200task.jar
+./build/lib/ant.jar ant
-./build/lib/xmltask.jar
+./build/lib/junit.jar junit
-./build/lib/ant-subdirtask.jar
-./build/lib/ant-contrib.jar

Lucas do you know somebody from the debian-java-team? They could be interested in helping us...

Show
Stephan Wienczny added a comment - 07/19/07 01:14 AM Ive created a list of openfire dependencies:
  • is not in the repository +is in the repository ? unsure about what library this acutally is
-./src/web/WEB-INF/lib/dwr.jar -./src/test/throttletest/build/lib/smackx.jar -./src/test/throttletest/build/lib/smack.jar -./src/plugins/userImportExport/lib/isorelax.jar -./src/plugins/userImportExport/lib/msv.jar +./src/plugins/userImportExport/lib/commons-fileupload-1.0.jar +./src/plugins/userImportExport/lib/relaxngDatatype.jar librelaxng-datatype-java -./src/plugins/userImportExport/lib/xsdlib.jar -./src/plugins/gateway/lib/irclib.jar moepii.sf.net -./src/plugins/gateway/lib/jml.jar jml.sf.net +./src/plugins/gateway/lib/wsdl4j.jar +./src/plugins/gateway/lib/jaxrpc.jar libaxis-java -./src/plugins/gateway/lib/smackx.jar -./src/plugins/gateway/lib/smack.jar -./src/plugins/gateway/lib/dwr.jar getahead.ltd.uk -./src/plugins/gateway/lib/joscar-protocol.jar +./src/plugins/gateway/lib/commons-discovery.jar libcommons-discovery-java +./src/plugins/gateway/lib/xercesImpl.jar libxerces2-java +./src/plugins/gateway/lib/axis.jar libaxis-java -./src/plugins/gateway/lib/joscar-client.jar -./src/plugins/gateway/lib/cindy.jar cindy.sf.net ?./src/plugins/gateway/lib/xml-apis.jar libxalan2-java libtomcat5-java libtomcat5.5-java -./src/plugins/gateway/lib/picocontainer.jar picocontainer.org -./src/plugins/gateway/lib/ymsg_network.jar -./src/plugins/gateway/lib/joscar-common.jar +./src/plugins/gateway/lib/saaj.jar libaxis-java -./src/plugins/gateway/lib/ymsg_support.jar ?./build/lib/dist/activation.jar glassfish libnurjaf-java roxen4 ?./build/lib/dist/servlet.jar roxen4.jar ?./build/lib/dist/jtds.jar ?./build/lib/dist/mail.jar -./build/lib/dist/bouncycastle.jar +./build/lib/dist/hsqldb.jar libhsqldb-java -./build/lib/dist/postgres.jar +./build/lib/dist/mysql.jar libmysql-java -./build/lib/dist/jdic.jar -./build/lib/merge/mina-filter-ssl-1.2.0.jar +./build/lib/merge/commons-codec.jar libcommons-codec-java -./build/lib/merge/mina-filter-compression-1.2.0.jar -./build/lib/merge/jetty-util.jar -./build/lib/merge/slf4j-api-1.1.0.jar -./build/lib/merge/sitemesh.jar +./build/lib/merge/xpp3.jar libxpp3-java +./build/lib/merge/jaxen.jar libjaxen-java -./build/lib/merge/stringprep.jar -./build/lib/merge/jetty.jar -./build/lib/merge/jstun-0.6.1.jar ?./build/lib/merge/jstl.jar tomcat5-webapps tomcat5.5-webapps -./build/lib/merge/mina-core-1.2.0.jar ?./build/lib/merge/standard.jar tomcat5-webapps tomcat5.5-webapps +./build/lib/merge/jzlib.jar libjzlib-java J./build/lib/merge/dbutil.jar -./build/lib/merge/slf4j-simple-1.1.0.jar +./build/lib/merge/jsp-api.jar libservlet2.4-java libtomcat5-java libtomcat5.5-java +./build/lib/merge/commons-httpclient.jar -./build/lib/merge/commons-logging.jar -./build/lib/merge/jmdns.jar -./build/lib/merge/shaj.jar -./build/lib/merge/dom4j.jar ?./build/lib/jasper-compiler.jar libtomcat5-java libtomcat5.5-java -./build/lib/qdox.jar +./build/lib/commons-el.jar libcommons-el-java -./build/lib/ant-jive-edition.jar ?./build/lib/jasper-runtime.jar libtomcat5-java -./build/lib/i4jruntime.jar -./build/lib/pack200task.jar +./build/lib/ant.jar ant -./build/lib/xmltask.jar +./build/lib/junit.jar junit -./build/lib/ant-subdirtask.jar -./build/lib/ant-contrib.jar Lucas do you know somebody from the debian-java-team? They could be interested in helping us...
Hide
Lucas Nussbaum added a comment - 07/19/07 01:27 AM

Hi,

I've met Thomas Girard <thomas.g.girard@free.fr>, who might be able to help.

But the best solution might be to simply mail the debian-java mailing list.

Show
Lucas Nussbaum added a comment - 07/19/07 01:27 AM Hi, I've met Thomas Girard <thomas.g.girard@free.fr>, who might be able to help. But the best solution might be to simply mail the debian-java mailing list.
Hide
Martin added a comment - 08/07/07 10:33 AM

Hi,

i just wanted to test the debian package from svn, but had problems building the package.
basically i tried it like so:

1) checked out svn to /tmp/openfire
2) dpkg -b /tmp/openfire/build/debian openfire_svn_test.deb

but dpkg told me, that building the package is not possible. strangely enough i got no further errors.
did i miss anything important?

best,

Martin

Show
Martin added a comment - 08/07/07 10:33 AM Hi, i just wanted to test the debian package from svn, but had problems building the package. basically i tried it like so: 1) checked out svn to /tmp/openfire 2) dpkg -b /tmp/openfire/build/debian openfire_svn_test.deb but dpkg told me, that building the package is not possible. strangely enough i got no further errors. did i miss anything important? best, Martin
Hide
Will Nowak added a comment - 08/15/07 03:58 AM

Anything we can do do advance this?

Show
Will Nowak added a comment - 08/15/07 03:58 AM Anything we can do do advance this?
Hide
Adrian Bridgett added a comment - 08/22/07 12:13 AM

I've just done a build using this and thought it would be useful to add details of what I've done in case it helps someone else.

a) ran unix2dos over various files - the postinst/postrm scripts in particular require it
b) added libcommons-el-java, junit, libqdox-java as build-depends (so that we can drop them from the source package)
c) added libcommons-el-java as binary package depends
d) added to rules file: "ln -sf ../../java/commons-el.jar $(OPENFIRE)/lib"
e) removed the space after "#!" in the postinst (personal habit - I believe something can be picky)
f) I had to regenerate the patches
g) and make the changelog a valid entry (replaced the @version@ and @builddate@ strings

From a Debian packaging PoV I suggest ripping out large chunks of the "source" tarball:
the 30MB+ JRE
build/macosx

and replacing the libraries with the ones already in debian where you can

I should say that I ended up with an empty admin-jsp.jar (the build didn't report a failure though)

It would be nice to suppress this warning on installation:
adduser: Warning: The home directory `/var/lib/openfire' does not belong to the user you are currently creating.

Show
Adrian Bridgett added a comment - 08/22/07 12:13 AM I've just done a build using this and thought it would be useful to add details of what I've done in case it helps someone else. a) ran unix2dos over various files - the postinst/postrm scripts in particular require it b) added libcommons-el-java, junit, libqdox-java as build-depends (so that we can drop them from the source package) c) added libcommons-el-java as binary package depends d) added to rules file: "ln -sf ../../java/commons-el.jar $(OPENFIRE)/lib" e) removed the space after "#!" in the postinst (personal habit - I believe something can be picky) f) I had to regenerate the patches g) and make the changelog a valid entry (replaced the @version@ and @builddate@ strings From a Debian packaging PoV I suggest ripping out large chunks of the "source" tarball: the 30MB+ JRE build/macosx and replacing the libraries with the ones already in debian where you can I should say that I ended up with an empty admin-jsp.jar (the build didn't report a failure though) It would be nice to suppress this warning on installation: adduser: Warning: The home directory `/var/lib/openfire' does not belong to the user you are currently creating.
Gaston Dombiak made changes - 09/19/07 07:02 PM
Fix Version/s 3.3.3 [ 10710 ]
Fix Version/s 3.4.1 [ 10732 ]
Daniel Henninger made changes - 10/28/07 04:12 PM
Assignee Matt Tucker [ matt ] Daniel Henninger [ jadestorm ]
Hide
Mark Jaytz added a comment - 11/02/07 03:11 AM

i'd really wish this feature would appear in a future version and not only scheduled for the next, the next, the next and the next release

Show
Mark Jaytz added a comment - 11/02/07 03:11 AM i'd really wish this feature would appear in a future version and not only scheduled for the next, the next, the next and the next release
Hide
Daniel Henninger added a comment - 11/02/07 03:18 AM

=) I don't blame you for feeling that way, but I'll tell you that I have an extensive background in many flavors of unix and one of my first big tasks is to tackle good packages across the board. I plan on having this worked out for 3.4.2. (it would have been 3.4.1, but 3.4.1 ended up being an emergency release) So I guess the best I can tell you is it's coming very soon now!

Show
Daniel Henninger added a comment - 11/02/07 03:18 AM =) I don't blame you for feeling that way, but I'll tell you that I have an extensive background in many flavors of unix and one of my first big tasks is to tackle good packages across the board. I plan on having this worked out for 3.4.2. (it would have been 3.4.1, but 3.4.1 ended up being an emergency release) So I guess the best I can tell you is it's coming very soon now!
Gaston Dombiak made changes - 11/27/07 03:18 AM
Fix Version/s 3.4.3 [ 10773 ]
Fix Version/s 3.4.2 [ 10732 ]
Daniel Henninger made changes - 12/13/07 12:37 AM
Status Open [ 1 ] In Progress [ 3 ]
Hide
Daniel Henninger added a comment - 12/13/07 12:40 AM

I have the .deb built at this point. I am working with an Ubuntu team member to test things out and make sure it's a "good" package. =)

Show
Daniel Henninger added a comment - 12/13/07 12:40 AM I have the .deb built at this point. I am working with an Ubuntu team member to test things out and make sure it's a "good" package. =)
Daniel Henninger made changes - 12/17/07 07:49 PM
Resolution Fixed [ 1 ]
Status In Progress [ 3 ] Closed [ 6 ]
Hide
Lucas Nussbaum added a comment - 12/17/07 09:19 PM

Hi Daniel,

Where could I download the package (source + binaries)?
I'd like to have a look at it.

Also, are you interested in getting it into Debian?

Show
Lucas Nussbaum added a comment - 12/17/07 09:19 PM Hi Daniel, Where could I download the package (source + binaries)? I'd like to have a look at it. Also, are you interested in getting it into Debian?
Hide
Daniel Henninger added a comment - 12/17/07 09:25 PM

Hi Lucas! I don't have it in a location where it's downloadable yet. It's planned for 3.4.3. We were working with one of the Ubuntu folk to look over it and such. I don't have a .deb available at the moment that's built against an actual release of openfire. Just "the current trunk".

Are y'all interested in actually serving it off of Debian's repos? We are planning on setting up our own yum and debian repos for folk to point at so they can get immediate updates when new releases come out. Would it be preferrable to serve it directly off of Debian's repos? We did like the idea of being able to track number of downloads by serving it out of our own, plus we figured if we're willing to do it, why not take load off the main repos out there for debian and ubuntu. =) Anyway, let me know what you think. If you'd like to talk directly about it, I'm daniel.henninger@jivesoftware.com both in terms of JID and email address.

Show
Daniel Henninger added a comment - 12/17/07 09:25 PM Hi Lucas! I don't have it in a location where it's downloadable yet. It's planned for 3.4.3. We were working with one of the Ubuntu folk to look over it and such. I don't have a .deb available at the moment that's built against an actual release of openfire. Just "the current trunk". Are y'all interested in actually serving it off of Debian's repos? We are planning on setting up our own yum and debian repos for folk to point at so they can get immediate updates when new releases come out. Would it be preferrable to serve it directly off of Debian's repos? We did like the idea of being able to track number of downloads by serving it out of our own, plus we figured if we're willing to do it, why not take load off the main repos out there for debian and ubuntu. =) Anyway, let me know what you think. If you'd like to talk directly about it, I'm daniel.henninger@jivesoftware.com both in terms of JID and email address.
Matt Tucker made changes - 01/04/08 08:14 AM
Comment [ http://sexporndownload.sprayblog.se
http://downloadsex.sprayblog.se
http://sexdownload.sprayblog.se
http://sexpornsex.sprayblog.se
http://blog.ifrance.com/downloadsex
http://newmodels.ru/forum/viewtopic.php?t=45095
http://newmodels.ru/forum/viewtopic.php?t=45094
http://newmodels.ru/forum/viewtopic.php?t=45093
http://newmodels.ru/forum/viewtopic.php?t=45092
http://newmodels.ru/forum/viewtopic.php?t=45091
http://newmodels.ru/forum/viewtopic.php?t=45090
http://newmodels.ru/forum/viewtopic.php?t=45089
http://newmodels.ru/forum/viewtopic.php?t=45087
http://newmodels.ru/forum/viewtopic.php?t=45086
http://newmodels.ru/forum/viewtopic.php?t=45085
http://newmodels.ru/forum/viewtopic.php?t=45084
http://newmodels.ru/forum/viewtopic.php?t=45082
http://newmodels.ru/forum/viewtopic.php?t=45081
http://newmodels.ru/forum/viewtopic.php?t=45080
http://newmodels.ru/forum/viewtopic.php?t=45079
http://newmodels.ru/forum/viewtopic.php?t=45078
http://newmodels.ru/forum/viewtopic.php?t=45077
http://newmodels.ru/forum/viewtopic.php?t=45076
http://newmodels.ru/forum/viewtopic.php?t=45075
http://newmodels.ru/forum/viewtopic.php?t=45074
http://newmodels.ru/forum/viewtopic.php?t=45072
http://newmodels.ru/forum/viewtopic.php?t=45071
http://newmodels.ru/forum/viewtopic.php?t=45070
http://newmodels.ru/forum/viewtopic.php?t=45069
http://newmodels.ru/forum/viewtopic.php?t=45068
http://newmodels.ru/forum/viewtopic.php?t=45067
http://newmodels.ru/forum/viewtopic.php?t=45066
http://newmodels.ru/forum/viewtopic.php?t=45065
http://newmodels.ru/forum/viewtopic.php?t=45063
http://newmodels.ru/forum/viewtopic.php?t=45061
http://newmodels.ru/forum/viewtopic.php?t=45060
http://newmodels.ru/forum/viewtopic.php?t=45059
http://newmodels.ru/forum/viewtopic.php?t=45058
http://newmodels.ru/forum/viewtopic.php?t=45057
http://newmodels.ru/forum/viewtopic.php?t=45056
http://newmodels.ru/forum/viewtopic.php?t=45055
http://newmodels.ru/forum/viewtopic.php?t=45054
http://newmodels.ru/forum/viewtopic.php?t=45053
http://newmodels.ru/forum/viewtopic.php?t=45052
http://newmodels.ru/forum/viewtopic.php?t=45051
http://newmodels.ru/forum/viewtopic.php?t=45050
http://newmodels.ru/forum/viewtopic.php?t=45048
http://newmodels.ru/forum/viewtopic.php?t=45047
http://newmodels.ru/forum/viewtopic.php?t=45046
http://newmodels.ru/forum/viewtopic.php?t=45045
http://newmodels.ru/forum/viewtopic.php?t=45044
http://newmodels.ru/forum/viewtopic.php?t=45043
http://newmodels.ru/forum/viewtopic.php?t=45042
http://newmodels.ru/forum/viewtopic.php?t=45041
http://newmodels.ru/forum/viewtopic.php?t=45040
http://blog.ifrance.com/downloadsex
http://goshmoe.com/boards/viewtopic.php?t=16059
http://goshmoe.com/boards/viewtopic.php?t=16057
http://goshmoe.com/boards/viewtopic.php?t=16056
http://goshmoe.com/boards/viewtopic.php?t=16055
http://goshmoe.com/boards/viewtopic.php?t=16053
http://goshmoe.com/boards/viewtopic.php?t=16051
http://goshmoe.com/boards/viewtopic.php?t=16049
http://goshmoe.com/boards/viewtopic.php?t=16048
http://goshmoe.com/boards/viewtopic.php?t=16047
http://goshmoe.com/boards/viewtopic.php?t=16046
http://goshmoe.com/boards/viewtopic.php?t=16045
http://goshmoe.com/boards/viewtopic.php?t=16044
http://goshmoe.com/boards/viewtopic.php?t=16043
http://goshmoe.com/boards/viewtopic.php?t=16042
http://goshmoe.com/boards/viewtopic.php?t=16041
http://goshmoe.com/boards/viewtopic.php?t=16040
http://goshmoe.com/boards/viewtopic.php?t=16039
http://goshmoe.com/boards/viewtopic.php?t=16038
http://goshmoe.com/boards/viewtopic.php?t=16037
http://goshmoe.com/boards/viewtopic.php?t=16036
http://goshmoe.com/boards/viewtopic.php?t=16035
http://goshmoe.com/boards/viewtopic.php?t=16034
http://goshmoe.com/boards/viewtopic.php?t=16032
http://goshmoe.com/boards/viewtopic.php?t=16031
http://goshmoe.com/boards/viewtopic.php?t=16030
http://goshmoe.com/boards/viewtopic.php?t=16029
http://goshmoe.com/boards/viewtopic.php?t=16028
http://goshmoe.com/boards/viewtopic.php?t=16027
http://goshmoe.com/boards/viewtopic.php?t=16026
http://goshmoe.com/boards/viewtopic.php?t=16025
http://goshmoe.com/boards/viewtopic.php?t=16024
http://goshmoe.com/boards/viewtopic.php?t=16023
http://goshmoe.com/boards/viewtopic.php?t=16022
http://goshmoe.com/boards/viewtopic.php?t=16021
http://goshmoe.com/boards/viewtopic.php?t=16020
http://goshmoe.com/boards/viewtopic.php?t=16019
http://goshmoe.com/boards/viewtopic.php?t=16018
http://goshmoe.com/boards/viewtopic.php?t=16017
http://goshmoe.com/boards/viewtopic.php?t=16016
http://goshmoe.com/boards/viewtopic.php?t=16013
http://goshmoe.com/boards/viewtopic.php?t=16012
http://goshmoe.com/boards/viewtopic.php?t=16010
http://goshmoe.com/boards/viewtopic.php?t=16009
http://goshmoe.com/boards/viewtopic.php?t=16008
http://goshmoe.com/boards/viewtopic.php?t=16007
http://goshmoe.com/boards/viewtopic.php?t=16006
http://goshmoe.com/boards/viewtopic.php?t=16005
http://goshmoe.com/boards/viewtopic.php?t=16004
http://goshmoe.com/boards/viewtopic.php?t=16002
http://goshmoe.com/boards/viewtopic.php?t=16001
http://blog.ifrance.com/downloadsex
http://foosmovie.com/phpBB/viewtopic.php?t=33236
http://foosmovie.com/phpBB/viewtopic.php?t=33235
http://foosmovie.com/phpBB/viewtopic.php?t=33234
http://foosmovie.com/phpBB/viewtopic.php?t=33233
http://foosmovie.com/phpBB/viewtopic.php?t=33232
http://foosmovie.com/phpBB/viewtopic.php?t=33231
http://foosmovie.com/phpBB/viewtopic.php?t=33230
http://foosmovie.com/phpBB/viewtopic.php?t=33229
http://foosmovie.com/phpBB/viewtopic.php?t=33228
http://foosmovie.com/phpBB/viewtopic.php?t=33227
http://foosmovie.com/phpBB/viewtopic.php?t=33226
http://foosmovie.com/phpBB/viewtopic.php?t=33224
http://foosmovie.com/phpBB/viewtopic.php?t=33221
http://foosmovie.com/phpBB/viewtopic.php?t=33219
http://foosmovie.com/phpBB/viewtopic.php?t=33218
http://foosmovie.com/phpBB/viewtopic.php?t=33216
http://foosmovie.com/phpBB/viewtopic.php?t=33215
http://foosmovie.com/phpBB/viewtopic.php?t=33213
http://foosmovie.com/phpBB/viewtopic.php?t=33212
http://foosmovie.com/phpBB/viewtopic.php?t=33211
http://foosmovie.com/phpBB/viewtopic.php?t=33210
http://foosmovie.com/phpBB/viewtopic.php?t=33209
http://foosmovie.com/phpBB/viewtopic.php?t=33208
http://foosmovie.com/phpBB/viewtopic.php?t=33207
http://foosmovie.com/phpBB/viewtopic.php?t=33206
http://foosmovie.com/phpBB/viewtopic.php?t=33205
http://foosmovie.com/phpBB/viewtopic.php?t=33202
http://foosmovie.com/phpBB/viewtopic.php?t=33201
http://foosmovie.com/phpBB/viewtopic.php?t=33200
http://foosmovie.com/phpBB/viewtopic.php?t=33199
http://foosmovie.com/phpBB/viewtopic.php?t=33198
http://foosmovie.com/phpBB/viewtopic.php?t=33197
http://foosmovie.com/phpBB/viewtopic.php?t=33196
http://foosmovie.com/phpBB/viewtopic.php?t=33195
http://foosmovie.com/phpBB/viewtopic.php?t=33194
http://foosmovie.com/phpBB/viewtopic.php?t=33193
http://foosmovie.com/phpBB/viewtopic.php?t=33192
http://foosmovie.com/phpBB/viewtopic.php?t=33191
http://foosmovie.com/phpBB/viewtopic.php?t=33190
http://foosmovie.com/phpBB/viewtopic.php?t=33189
http://foosmovie.com/phpBB/viewtopic.php?t=33188
http://foosmovie.com/phpBB/viewtopic.php?t=33186
http://foosmovie.com/phpBB/viewtopic.php?t=33185
http://foosmovie.com/phpBB/viewtopic.php?t=33184
http://foosmovie.com/phpBB/viewtopic.php?t=33183
http://foosmovie.com/phpBB/viewtopic.php?t=33182
http://foosmovie.com/phpBB/viewtopic.php?t=33181
http://foosmovie.com/phpBB/viewtopic.php?t=33179
http://foosmovie.com/phpBB/viewtopic.php?t=33178
http://foosmovie.com/phpBB/viewtopic.php?t=33177
http://blog.ifrance.com/downloadsex
http://whispernet.us/phpBB/viewtopic.php?t=31684
http://whispernet.us/phpBB/viewtopic.php?t=31683
http://whispernet.us/phpBB/viewtopic.php?t=31682
http://whispernet.us/phpBB/viewtopic.php?t=31681
http://whispernet.us/phpBB/viewtopic.php?t=31680
http://whispernet.us/phpBB/viewtopic.php?t=31679
http://whispernet.us/phpBB/viewtopic.php?t=31678
http://whispernet.us/phpBB/viewtopic.php?t=31677
http://whispernet.us/phpBB/viewtopic.php?t=31676
http://whispernet.us/phpBB/viewtopic.php?t=31675
http://whispernet.us/phpBB/viewtopic.php?t=31674
http://whispernet.us/phpBB/viewtopic.php?t=31673
http://whispernet.us/phpBB/viewtopic.php?t=31672
http://whispernet.us/phpBB/viewtopic.php?t=31671
http://whispernet.us/phpBB/viewtopic.php?t=31670
http://whispernet.us/phpBB/viewtopic.php?t=31669
http://whispernet.us/phpBB/viewtopic.php?t=31668
http://whispernet.us/phpBB/viewtopic.php?t=31667
http://whispernet.us/phpBB/viewtopic.php?t=31665
http://whispernet.us/phpBB/viewtopic.php?t=31664
http://whispernet.us/phpBB/viewtopic.php?t=31663
http://whispernet.us/phpBB/viewtopic.php?t=31661
http://whispernet.us/phpBB/viewtopic.php?t=31658
http://whispernet.us/phpBB/viewtopic.php?t=31657
http://whispernet.us/phpBB/viewtopic.php?t=31656
http://whispernet.us/phpBB/viewtopic.php?t=31654
http://whispernet.us/phpBB/viewtopic.php?t=31653
http://whispernet.us/phpBB/viewtopic.php?t=31652
http://whispernet.us/phpBB/viewtopic.php?t=31650
http://whispernet.us/phpBB/viewtopic.php?t=31649
http://whispernet.us/phpBB/viewtopic.php?t=31648
http://whispernet.us/phpBB/viewtopic.php?t=31647
http://whispernet.us/phpBB/viewtopic.php?t=31646
http://whispernet.us/phpBB/viewtopic.php?t=31645
http://whispernet.us/phpBB/viewtopic.php?t=31644
http://whispernet.us/phpBB/viewtopic.php?t=31643
http://whispernet.us/phpBB/viewtopic.php?t=31642
http://whispernet.us/phpBB/viewtopic.php?t=31641
http://whispernet.us/phpBB/viewtopic.php?t=31640
http://whispernet.us/phpBB/viewtopic.php?t=31639
http://whispernet.us/phpBB/viewtopic.php?t=31638
http://whispernet.us/phpBB/viewtopic.php?t=31637
http://whispernet.us/phpBB/viewtopic.php?t=31636
http://whispernet.us/phpBB/viewtopic.php?t=31635
http://whispernet.us/phpBB/viewtopic.php?t=31634
http://whispernet.us/phpBB/viewtopic.php?t=31633
http://whispernet.us/phpBB/viewtopic.php?t=31632
http://whispernet.us/phpBB/viewtopic.php?t=31631
http://whispernet.us/phpBB/viewtopic.php?t=31630
http://whispernet.us/phpBB/viewtopic.php?t=31629
http://blog.ifrance.com/downloadsex
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39717
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39714
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39711
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39709
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39707
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39705
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39704
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39703
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39702
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39701
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39700
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39699
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39698
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39697
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39696
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39695
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39694
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39693
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39692
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39691
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39690
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39688
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39687
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39686
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39685
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39684
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39683
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39682
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39681
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39679
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39678
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39677
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39676
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39675
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39674
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39673
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39672
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39671
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39670
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39669
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39668
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39667
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39665
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39664
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39663
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39662
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39661
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39660
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39658
http://www.mellowdowneasy.com/bboard/viewtopic.php?t=39657
http://blog.ifrance.com/downloadsex
http://www.dzikadro.com/forum/viewtopic.php?t=30725
http://www.dzikadro.com/forum/viewtopic.php?t=30724
http://www.dzikadro.com/forum/viewtopic.php?t=30723
http://www.dzikadro.com/forum/viewtopic.php?t=30722
http://www.dzikadro.com/forum/viewtopic.php?t=30721
http://www.dzikadro.com/forum/viewtopic.php?t=30720
http://www.dzikadro.com/forum/viewtopic.php?t=30719
http://www.dzikadro.com/forum/viewtopic.php?t=30718
http://www.dzikadro.com/forum/viewtopic.php?t=30717
http://www.dzikadro.com/forum/viewtopic.php?t=30716
http://www.dzikadro.com/forum/viewtopic.php?t=30714
http://www.dzikadro.com/forum/viewtopic.php?t=30713
http://www.dzikadro.com/forum/viewtopic.php?t=30712
http://www.dzikadro.com/forum/viewtopic.php?t=30711
http://www.dzikadro.com/forum/viewtopic.php?t=30710
http://www.dzikadro.com/forum/viewtopic.php?t=30709
http://www.dzikadro.com/forum/viewtopic.php?t=30707
http://www.dzikadro.com/forum/viewtopic.php?t=30705
http://www.dzikadro.com/forum/viewtopic.php?t=30704
http://www.dzikadro.com/forum/viewtopic.php?t=30703
http://www.dzikadro.com/forum/viewtopic.php?t=30702
http://www.dzikadro.com/forum/viewtopic.php?t=30698
http://www.dzikadro.com/forum/viewtopic.php?t=30697
http://www.dzikadro.com/forum/viewtopic.php?t=30696
http://www.dzikadro.com/forum/viewtopic.php?t=30693
http://www.dzikadro.com/forum/viewtopic.php?t=30691
http://www.dzikadro.com/forum/viewtopic.php?t=30690
http://www.dzikadro.com/forum/viewtopic.php?t=30689
http://www.dzikadro.com/forum/viewtopic.php?t=30688
http://www.dzikadro.com/forum/viewtopic.php?t=30687
http://www.dzikadro.com/forum/viewtopic.php?t=30686
http://www.dzikadro.com/forum/viewtopic.php?t=30685
http://www.dzikadro.com/forum/viewtopic.php?t=30684
http://www.dzikadro.com/forum/viewtopic.php?t=30683
http://www.dzikadro.com/forum/viewtopic.php?t=30682
http://www.dzikadro.com/forum/viewtopic.php?t=30681
http://www.dzikadro.com/forum/viewtopic.php?t=30680
http://www.dzikadro.com/forum/viewtopic.php?t=30679
http://www.dzikadro.com/forum/viewtopic.php?t=30678
http://www.dzikadro.com/forum/viewtopic.php?t=30677
http://www.dzikadro.com/forum/viewtopic.php?t=30676
http://www.dzikadro.com/forum/viewtopic.php?t=30675
http://www.dzikadro.com/forum/viewtopic.php?t=30674
http://www.dzikadro.com/forum/viewtopic.php?t=30673
http://www.dzikadro.com/forum/viewtopic.php?t=30672
http://www.dzikadro.com/forum/viewtopic.php?t=30671
http://www.dzikadro.com/forum/viewtopic.php?t=30669
http://www.dzikadro.com/forum/viewtopic.php?t=30668
http://www.dzikadro.com/forum/viewtopic.php?t=30667
http://www.dzikadro.com/forum/viewtopic.php?t=30666
http://blog.ifrance.com/downloadsex
http://heroi.ig.com.br/forum/viewtopic.php?t=643
http://heroi.ig.com.br/forum/viewtopic.php?t=642
http://heroi.ig.com.br/forum/viewtopic.php?t=641
http://heroi.ig.com.br/forum/viewtopic.php?t=640
http://heroi.ig.com.br/forum/viewtopic.php?t=639
http://heroi.ig.com.br/forum/viewtopic.php?t=638
http://heroi.ig.com.br/forum/viewtopic.php?t=637
http://heroi.ig.com.br/forum/viewtopic.php?t=636
http://heroi.ig.com.br/forum/viewtopic.php?t=635
http://heroi.ig.com.br/forum/viewtopic.php?t=634
http://heroi.ig.com.br/forum/viewtopic.php?t=633
http://heroi.ig.com.br/forum/viewtopic.php?t=632
http://heroi.ig.com.br/forum/viewtopic.php?t=631
http://heroi.ig.com.br/forum/viewtopic.php?t=630
http://heroi.ig.com.br/forum/viewtopic.php?t=629
http://heroi.ig.com.br/forum/viewtopic.php?t=628
http://heroi.ig.com.br/forum/viewtopic.php?t=627
http://heroi.ig.com.br/forum/viewtopic.php?t=626
http://heroi.ig.com.br/forum/viewtopic.php?t=625
http://heroi.ig.com.br/forum/viewtopic.php?t=624
http://heroi.ig.com.br/forum/viewtopic.php?t=623
http://heroi.ig.com.br/forum/viewtopic.php?t=622
http://heroi.ig.com.br/forum/viewtopic.php?t=621
http://heroi.ig.com.br/forum/viewtopic.php?t=620
http://heroi.ig.com.br/forum/viewtopic.php?t=619
http://heroi.ig.com.br/forum/viewtopic.php?t=618
http://heroi.ig.com.br/forum/viewtopic.php?t=617
http://heroi.ig.com.br/forum/viewtopic.php?t=616
http://heroi.ig.com.br/forum/viewtopic.php?t=615
http://heroi.ig.com.br/forum/viewtopic.php?t=614
http://heroi.ig.com.br/forum/viewtopic.php?t=613
http://heroi.ig.com.br/forum/viewtopic.php?t=612
http://heroi.ig.com.br/forum/viewtopic.php?t=611
http://heroi.ig.com.br/forum/viewtopic.php?t=610
http://heroi.ig.com.br/forum/viewtopic.php?t=609
http://heroi.ig.com.br/forum/viewtopic.php?t=608
http://heroi.ig.com.br/forum/viewtopic.php?t=607
http://heroi.ig.com.br/forum/viewtopic.php?t=606
http://heroi.ig.com.br/forum/viewtopic.php?t=605
http://heroi.ig.com.br/forum/viewtopic.php?t=604
http://heroi.ig.com.br/forum/viewtopic.php?t=603
http://heroi.ig.com.br/forum/viewtopic.php?t=602
http://heroi.ig.com.br/forum/viewtopic.php?t=601
http://heroi.ig.com.br/forum/viewtopic.php?t=600
http://heroi.ig.com.br/forum/viewtopic.php?t=599
http://heroi.ig.com.br/forum/viewtopic.php?t=598
http://heroi.ig.com.br/forum/viewtopic.php?t=597
http://heroi.ig.com.br/forum/viewtopic.php?t=596
http://heroi.ig.com.br/forum/viewtopic.php?t=595
http://heroi.ig.com.br/forum/viewtopic.php?t=594
http://blog.ifrance.com/downloadsex
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1068
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1067
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1066
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1065
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1064
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1063
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1062
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1061
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1060
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1059
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1058
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1057
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1056
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1055
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1054
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1053
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1052
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1051
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1050
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1049
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1048
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1047
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1046
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1045
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1044
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1043
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1042
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1041
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1040
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1039
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1038
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1036
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1035
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1034
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1033
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1032
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1031
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1030
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1029
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1028
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1027
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1026
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1025
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1024
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1023
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1022
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1021
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1020
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1019
http://www.fightagainstdrugs.ca/forum/viewtopic.php?t=1018
http://blog.ifrance.com/downloadsex
http://forum.jahmusik.net/ftopic5664.html
http://forum.jahmusik.net/ftopic5663.html
http://forum.jahmusik.net/ftopic5661.html
http://forum.jahmusik.net/ftopic5660.html
http://forum.jahmusik.net/ftopic5659.html
http://forum.jahmusik.net/ftopic5658.html
http://forum.jahmusik.net/ftopic5657.html
http://forum.jahmusik.net/ftopic5656.html
http://forum.jahmusik.net/ftopic5655.html
http://forum.jahmusik.net/ftopic5654.html
http://forum.jahmusik.net/ftopic5653.html
http://forum.jahmusik.net/ftopic5652.html
http://forum.jahmusik.net/ftopic5651.html
http://forum.jahmusik.net/ftopic5650.html
http://forum.jahmusik.net/ftopic5649.html
http://forum.jahmusik.net/ftopic5648.html
http://forum.jahmusik.net/ftopic5647.html
http://forum.jahmusik.net/ftopic5646.html
http://forum.jahmusik.net/ftopic5645.html
http://forum.jahmusik.net/ftopic5644.html
http://forum.jahmusik.net/ftopic5643.html
http://forum.jahmusik.net/ftopic5642.html
http://forum.jahmusik.net/ftopic5641.html
http://forum.jahmusik.net/ftopic5640.html
http://forum.jahmusik.net/ftopic5639.html
http://forum.jahmusik.net/ftopic5638.html
http://forum.jahmusik.net/ftopic5637.html
http://forum.jahmusik.net/ftopic5636.html
http://forum.jahmusik.net/ftopic5635.html
http://forum.jahmusik.net/ftopic5634.html
http://forum.jahmusik.net/ftopic5633.html
http://forum.jahmusik.net/ftopic5632.html
http://forum.jahmusik.net/ftopic5631.html
http://forum.jahmusik.net/ftopic5630.html
http://forum.jahmusik.net/ftopic5629.html
http://forum.jahmusik.net/ftopic5628.html
http://forum.jahmusik.net/ftopic5627.html
http://forum.jahmusik.net/ftopic5626.html
http://forum.jahmusik.net/ftopic5625.html
http://forum.jahmusik.net/ftopic5624.html
http://forum.jahmusik.net/ftopic5623.html
http://forum.jahmusik.net/ftopic5622.html
http://forum.jahmusik.net/ftopic5620.html
http://forum.jahmusik.net/ftopic5619.html
http://forum.jahmusik.net/ftopic5618.html
http://forum.jahmusik.net/ftopic5617.html
http://forum.jahmusik.net/ftopic5616.html
http://forum.jahmusik.net/ftopic5615.html
http://forum.jahmusik.net/ftopic5614.html
http://forum.jahmusik.net/ftopic5613.html ]
Hide
Matej Cepl added a comment - 01/19/08 01:08 PM

I am not a Debian user (any more ), but a Fedora one, and I would be interested in the native packaging of OpenFire as well. By native packaging I mean, a) IcedTea and ecj, b) nothing which is already in Fedora should be included in the package.

I have a question about the Debian effort. Are you guys building with IcedTea and/or ecj or previous Sun non-free versions? I have tested binary tar.gz on Fedora, and it works perfectly well with IcedTea JVM, but I have no clue about compilation.

Show
Matej Cepl added a comment - 01/19/08 01:08 PM I am not a Debian user (any more ), but a Fedora one, and I would be interested in the native packaging of OpenFire as well. By native packaging I mean, a) IcedTea and ecj, b) nothing which is already in Fedora should be included in the package. I have a question about the Debian effort. Are you guys building with IcedTea and/or ecj or previous Sun non-free versions? I have tested binary tar.gz on Fedora, and it works perfectly well with IcedTea JVM, but I have no clue about compilation.
Hide
Daniel Henninger added a comment - 01/19/08 03:41 PM

At this time, I don't think we have any plans on supporting anything other than Sun's official JVMs. We had had no end to problems when folk tried to use Gnu's stuff, and really I don't know anything about IceaTea other than it appears to be more or less the same thing as Sun's JVM. Of course, Openfire uses at least one thing that's specifically a "sun proprietary library" ... which may or may not be in this IceaTea build. (Even Sun's own compilers warn not to use it, just haven't had time to work out an alternate method yet) Either way, the Debian issue probably isn't the best place to discuss this. ;D There's another Fedora related issue in the JIRA, but mostly Openfire Support or meet us in the weekly chat to discuss.

Show
Daniel Henninger added a comment - 01/19/08 03:41 PM At this time, I don't think we have any plans on supporting anything other than Sun's official JVMs. We had had no end to problems when folk tried to use Gnu's stuff, and really I don't know anything about IceaTea other than it appears to be more or less the same thing as Sun's JVM. Of course, Openfire uses at least one thing that's specifically a "sun proprietary library" ... which may or may not be in this IceaTea build. (Even Sun's own compilers warn not to use it, just haven't had time to work out an alternate method yet) Either way, the Debian issue probably isn't the best place to discuss this. ;D There's another Fedora related issue in the JIRA, but mostly Openfire Support or meet us in the weekly chat to discuss.
Matt Tucker made changes - 03/14/08 12:20 AM
Comment [ http://www.myspacebits.net/forums/viewtopic.php?t=3370
http://www.myspacebits.net/forums/viewtopic.php?t=3369
http://www.myspacebits.net/forums/viewtopic.php?t=3368
http://www.myspacebits.net/forums/viewtopic.php?t=3367
http://www.myspacebits.net/forums/viewtopic.php?t=3366
http://www.myspacebits.net/forums/viewtopic.php?t=3365
http://www.myspacebits.net/forums/viewtopic.php?t=3364
http://www.myspacebits.net/forums/viewtopic.php?t=3363
http://www.myspacebits.net/forums/viewtopic.php?t=3362
http://www.myspacebits.net/forums/viewtopic.php?t=3361
http://www.myspacebits.net/forums/viewtopic.php?t=3360
http://www.myspacebits.net/forums/viewtopic.php?t=3359
http://www.myspacebits.net/forums/viewtopic.php?t=3358
http://www.myspacebits.net/forums/viewtopic.php?t=3357
http://www.myspacebits.net/forums/viewtopic.php?t=3356
http://www.myspacebits.net/forums/viewtopic.php?t=3355
http://www.myspacebits.net/forums/viewtopic.php?t=3354
http://www.myspacebits.net/forums/viewtopic.php?t=3353
http://www.myspacebits.net/forums/viewtopic.php?t=3352
http://www.myspacebits.net/forums/viewtopic.php?t=3350
http://www.myspacebits.net/forums/viewtopic.php?t=3349
http://www.myspacebits.net/forums/viewtopic.php?t=3348
http://www.myspacebits.net/forums/viewtopic.php?t=3347
http://www.myspacebits.net/forums/viewtopic.php?t=3346
http://www.myspacebits.net/forums/viewtopic.php?t=3344
http://www.myspacebits.net/forums/viewtopic.php?t=3343
http://www.myspacebits.net/forums/viewtopic.php?t=3342
http://www.myspacebits.net/forums/viewtopic.php?t=3341
http://www.myspacebits.net/forums/viewtopic.php?t=3339
http://www.myspacebits.net/forums/viewtopic.php?t=3338
http://www.myspacebits.net/forums/viewtopic.php?t=3337
http://www.myspacebits.net/forums/viewtopic.php?t=3335
http://www.myspacebits.net/forums/viewtopic.php?t=3333
http://www.myspacebits.net/forums/viewtopic.php?t=3331
http://www.myspacebits.net/forums/viewtopic.php?t=3330
http://www.myspacebits.net/forums/viewtopic.php?t=3329
http://www.myspacebits.net/forums/viewtopic.php?t=3328
http://www.myspacebits.net/forums/viewtopic.php?t=3327
http://www.myspacebits.net/forums/viewtopic.php?t=3326
http://www.myspacebits.net/forums/viewtopic.php?t=3325
http://www.myspacebits.net/forums/viewtopic.php?t=3324
http://www.myspacebits.net/forums/viewtopic.php?t=3323
http://www.myspacebits.net/forums/viewtopic.php?t=3322
http://www.myspacebits.net/forums/viewtopic.php?t=3321
http://www.myspacebits.net/forums/viewtopic.php?t=3320
http://www.myspacebits.net/forums/viewtopic.php?t=3319
http://www.myspacebits.net/forums/viewtopic.php?t=3318
http://www.myspacebits.net/forums/viewtopic.php?t=3317
http://www.myspacebits.net/forums/viewtopic.php?t=3316
http://www.myspacebits.net/forums/viewtopic.php?t=3315 ]
Hide
Yann Rouillard added a comment - 06/10/08 10:08 PM

Hi,

I tried to continue this packaging effort so openfire can be available in Debian repository.

You will find the package I made at the following url:

http://debian.pleiades.fr.eu.org/unstable/openfire_3.5.1-1.diff.gz
http://debian.pleiades.fr.eu.org/unstable/openfire_3.5.1-1.dsc
http://debian.pleiades.fr.eu.org/unstable/openfire_3.5.1-1_all.deb
http://debian.pleiades.fr.eu.org/unstable/openfire_3.5.1-1_i386.changes
http://debian.pleiades.fr.eu.org/unstable/openfire_3.5.1.orig.tar.gz

I tried to use jar files provided by debian packages instead of the ones provided in the archive when possible.

Lucas, I will interested by your review of this package.

I still have some problems with the following files which don't seem have the opensource licence header.
Daniel, are these files really licensed under the GPL2 License ?

src/web/muc-room-create.jsp
src/web/muc-room-delete.jsp
src/web/muc-room-affiliations.jsp
src/web/muc-room-edit-form.jsp
src/web/server-db-stats.jsp
src/web/muc-room-summary.jsp
src/web/muc-room-occupants.jsp
src/plugins/fastpath/src/web/agent-selectors.jsp
src/plugins/fastpath/src/web/interceptors.jsp
src/plugins/fastpath/src/java/org/jivesoftware/xmpp/workgroup/AgentNotFoundException.java
src/plugins/fastpath/src/java/org/jivesoftware/xmpp/workgroup/spi/dispatcher/DbDispatcherInfoProvider.java
src/plugins/fastpath/src/java/org/jivesoftware/xmpp/workgroup/spi/routers/DefaultRouter.java
src/plugins/fastpath/src/java/org/jivesoftware/xmpp/workgroup/spi/routers/MetaDataRouter.java
src/plugins/fastpath/src/java/org/jivesoftware/xmpp/workgroup/spi/JiveLiveProperties.java
src/plugins/fastpath/src/java/org/jivesoftware/xmpp/workgroup/spi/BasicRequestFilterFactory.java
src/plugins/fastpath/src/java/org/jivesoftware/xmpp/workgroup/AgentSessionList.java
src/plugins/fastpath/src/java/org/jivesoftware/openfire/fastpath/history/ChatTranscriptManager.java
src/plugins/presence/src/java/org/jivesoftware/openfire/plugin/presence/TextPresenceProvider.java
src/test/throttletest/src/org/jivesoftware/openfire/test/throttle/ThrottleTestWriter.java
src/test/throttletest/src/org/jivesoftware/openfire/test/throttle/ThrottleTestReader.java
src/test/java/org/jivesoftware/util/XMLPropertiesTest.java
src/test/java/org/jivesoftware/util/IntEnumTest.java
src/test/java/org/jivesoftware/util/XPPWriterTest.java
src/test/java/org/jivesoftware/util/STUNServerTest.java
src/java/org/jivesoftware/util/ModificationNotAllowedException.java
src/java/org/jivesoftware/util/log/util/JettyLog.java
src/java/org/jivesoftware/util/InputOutputStreamWrapper.java
src/java/org/jivesoftware/util/Log.java
src/java/org/jivesoftware/util/InitializationException.java
src/java/org/jivesoftware/util/InternalServerErrorException.java
src/java/org/jivesoftware/util/cache/CacheFactoryStrategy.java
src/java/org/jivesoftware/util/cache/CacheWrapper.java
src/java/org/jivesoftware/util/cache/ClusterTask.java
src/java/org/jivesoftware/util/cache/CacheFactory.java
src/java/org/jivesoftware/util/cache/DefaultCache.java
src/java/org/jivesoftware/util/JiveProperties.java
src/java/org/jivesoftware/util/CookieUtils.java
src/java/org/jivesoftware/openfire/filetransfer/proxy/ProxyOutputStream.java
src/java/org/jivesoftware/openfire/filetransfer/FileTransferInterceptor.java
src/java/org/jivesoftware/openfire/filetransfer/FileTransferRejectedException.java
src/java/org/jivesoftware/openfire/event/UserEventAdapter.java
src/java/org/jivesoftware/openfire/container/PluginIconServlet.java
src/java/org/jivesoftware/openfire/http/BoshBindingError.java
src/java/org/jivesoftware/openfire/update/DownloadStatus.java
src/java/org/jivesoftware/openfire/session/GetSessionsCountTask.java
src/java/org/jivesoftware/openfire/commands/admin/user/UserProperties.java
src/java/org/jivesoftware/openfire/commands/admin/user/AuthenticateUser.java
src/java/org/jivesoftware/openfire/commands/admin/user/AddUser.java
src/java/org/jivesoftware/openfire/commands/admin/HttpBindStatus.java
src/java/org/jivesoftware/openfire/commands/admin/muc/CreateMUCRoom.java
src/java/org/jivesoftware/openfire/commands/clearspace/ChangeSharedSecret.java
src/java/org/jivesoftware/openfire/launcher/Uninstaller.java

The i4jruntime.jar jar file seems also to not be opensource.

Show
Yann Rouillard added a comment - 06/10/08 10:08 PM Hi, I tried to continue this packaging effort so openfire can be available in Debian repository. You will find the package I made at the following url: http://debian.pleiades.fr.eu.org/unstable/openfire_3.5.1-1.diff.gz http://debian.pleiades.fr.eu.org/unstable/openfire_3.5.1-1.dsc http://debian.pleiades.fr.eu.org/unstable/openfire_3.5.1-1_all.deb http://debian.pleiades.fr.eu.org/unstable/openfire_3.5.1-1_i386.changes http://debian.pleiades.fr.eu.org/unstable/openfire_3.5.1.orig.tar.gz I tried to use jar files provided by debian packages instead of the ones provided in the archive when possible. Lucas, I will interested by your review of this package. I still have some problems with the following files which don't seem have the opensource licence header. Daniel, are these files really licensed under the GPL2 License ? src/web/muc-room-create.jsp src/web/muc-room-delete.jsp src/web/muc-room-affiliations.jsp src/web/muc-room-edit-form.jsp src/web/server-db-stats.jsp src/web/muc-room-summary.jsp src/web/muc-room-occupants.jsp src/plugins/fastpath/src/web/agent-selectors.jsp src/plugins/fastpath/src/web/interceptors.jsp src/plugins/fastpath/src/java/org/jivesoftware/xmpp/workgroup/AgentNotFoundException.java src/plugins/fastpath/src/java/org/jivesoftware/xmpp/workgroup/spi/dispatcher/DbDispatcherInfoProvider.java src/plugins/fastpath/src/java/org/jivesoftware/xmpp/workgroup/spi/routers/DefaultRouter.java src/plugins/fastpath/src/java/org/jivesoftware/xmpp/workgroup/spi/routers/MetaDataRouter.java src/plugins/fastpath/src/java/org/jivesoftware/xmpp/workgroup/spi/JiveLiveProperties.java src/plugins/fastpath/src/java/org/jivesoftware/xmpp/workgroup/spi/BasicRequestFilterFactory.java src/plugins/fastpath/src/java/org/jivesoftware/xmpp/workgroup/AgentSessionList.java src/plugins/fastpath/src/java/org/jivesoftware/openfire/fastpath/history/ChatTranscriptManager.java src/plugins/presence/src/java/org/jivesoftware/openfire/plugin/presence/TextPresenceProvider.java src/test/throttletest/src/org/jivesoftware/openfire/test/throttle/ThrottleTestWriter.java src/test/throttletest/src/org/jivesoftware/openfire/test/throttle/ThrottleTestReader.java src/test/java/org/jivesoftware/util/XMLPropertiesTest.java src/test/java/org/jivesoftware/util/IntEnumTest.java src/test/java/org/jivesoftware/util/XPPWriterTest.java src/test/java/org/jivesoftware/util/STUNServerTest.java src/java/org/jivesoftware/util/ModificationNotAllowedException.java src/java/org/jivesoftware/util/log/util/JettyLog.java src/java/org/jivesoftware/util/InputOutputStreamWrapper.java src/java/org/jivesoftware/util/Log.java src/java/org/jivesoftware/util/InitializationException.java src/java/org/jivesoftware/util/InternalServerErrorException.java src/java/org/jivesoftware/util/cache/CacheFactoryStrategy.java src/java/org/jivesoftware/util/cache/CacheWrapper.java src/java/org/jivesoftware/util/cache/ClusterTask.java src/java/org/jivesoftware/util/cache/CacheFactory.java src/java/org/jivesoftware/util/cache/DefaultCache.java src/java/org/jivesoftware/util/JiveProperties.java src/java/org/jivesoftware/util/CookieUtils.java src/java/org/jivesoftware/openfire/filetransfer/proxy/ProxyOutputStream.java src/java/org/jivesoftware/openfire/filetransfer/FileTransferInterceptor.java src/java/org/jivesoftware/openfire/filetransfer/FileTransferRejectedException.java src/java/org/jivesoftware/openfire/event/UserEventAdapter.java src/java/org/jivesoftware/openfire/container/PluginIconServlet.java src/java/org/jivesoftware/openfire/http/BoshBindingError.java src/java/org/jivesoftware/openfire/update/DownloadStatus.java src/java/org/jivesoftware/openfire/session/GetSessionsCountTask.java src/java/org/jivesoftware/openfire/commands/admin/user/UserProperties.java src/java/org/jivesoftware/openfire/commands/admin/user/AuthenticateUser.java src/java/org/jivesoftware/openfire/commands/admin/user/AddUser.java src/java/org/jivesoftware/openfire/commands/admin/HttpBindStatus.java src/java/org/jivesoftware/openfire/commands/admin/muc/CreateMUCRoom.java src/java/org/jivesoftware/openfire/commands/clearspace/ChangeSharedSecret.java src/java/org/jivesoftware/openfire/launcher/Uninstaller.java The i4jruntime.jar jar file seems also to not be opensource.
Hide
Daniel Henninger added a comment - 06/16/08 07:52 PM

Howdy, I've updated all of the mentioned files (and then some) to show GPL instead of the old license. Was simply an oversite on our part. Regarding i4jruntime.jar, just remove it, you don't need it unless you were using the Install4j based setup.

So, what's different about your package than the one provided by us on ignite realtime?

Show
Daniel Henninger added a comment - 06/16/08 07:52 PM Howdy, I've updated all of the mentioned files (and then some) to show GPL instead of the old license. Was simply an oversite on our part. Regarding i4jruntime.jar, just remove it, you don't need it unless you were using the Install4j based setup. So, what's different about your package than the one provided by us on ignite realtime?
Hide
Yann Rouillard added a comment - 08/18/08 12:53 PM

Hi Daniel,

Thanks for the license header update !
Indeed I had already dropped i4runtime.jar as I don't need it for the debian package.

The only restricted files remaining are the icons and images. Are you planning to change the license of these files ? If not, I will probably have to replace them in the debian package.

Concerning the differences with the ignite realtime package, in the first package I first made, the difference were limited, mainly debian compliance stuffs.
But since, I submitted the package on the java mailing-list and I was asked to remove the jar files or to have them compiled at build time, so I am currently reworking the package so it uses jar provided by existing debian packages (like bouncycastle, xpp3, ...).

I have begin to package some that were missing (jmdns, jstun, ...).

In this, I would be interested by any specific change you made in the jar files you provided.

Indeed I am currently have some difficulties using mina which recently entered the debian archive [1].
It seems the ExecutorFilter getEventQueueSize function doesn't exist in upstream mina.
For now I temporarily removed the MINAStatCollector class (which seems to be only used by the LoadStat plugin) in order to continue working but that's a not a solution.

[1] http://packages.debian.org/source/sid/mina

Show
Yann Rouillard added a comment - 08/18/08 12:53 PM Hi Daniel, Thanks for the license header update ! Indeed I had already dropped i4runtime.jar as I don't need it for the debian package. The only restricted files remaining are the icons and images. Are you planning to change the license of these files ? If not, I will probably have to replace them in the debian package. Concerning the differences with the ignite realtime package, in the first package I first made, the difference were limited, mainly debian compliance stuffs. But since, I submitted the package on the java mailing-list and I was asked to remove the jar files or to have them compiled at build time, so I am currently reworking the package so it uses jar provided by existing debian packages (like bouncycastle, xpp3, ...). I have begin to package some that were missing (jmdns, jstun, ...). In this, I would be interested by any specific change you made in the jar files you provided. Indeed I am currently have some difficulties using mina which recently entered the debian archive [1]. It seems the ExecutorFilter getEventQueueSize function doesn't exist in upstream mina. For now I temporarily removed the MINAStatCollector class (which seems to be only used by the LoadStat plugin) in order to continue working but that's a not a solution. [1] http://packages.debian.org/source/sid/mina
Hide
Daniel Henninger added a comment - 08/18/08 04:53 PM

I believe we are using trunk MINA due to a wealth of fixes it includes. Using an older MINA than what we included may cause some unforeseen issues. I don't have details, I just know we've updated from trunk a number of times after running into some issue, contacting the MINA devs, and getting a fix.

As for the icons and images — what are they licensed as right now?

Show
Daniel Henninger added a comment - 08/18/08 04:53 PM I believe we are using trunk MINA due to a wealth of fixes it includes. Using an older MINA than what we included may cause some unforeseen issues. I don't have details, I just know we've updated from trunk a number of times after running into some issue, contacting the MINA devs, and getting a fix. As for the icons and images — what are they licensed as right now?
Hide
Yann Rouillard added a comment - 08/25/08 11:42 PM

Hi Daniel,

I check out mina branch 1.0, 1.1, 2.0.0-M3 and trunk and I can't find the getEventQueueSize in the source code.
Are you sure you don't use a patched version ?

I saw the versions.txt file in build/lib which tells the versions number of jar libraries. Is this file up to date so I can rely on it to decide if I can use the corresponding debian package ?

Concerning icons and images, they as licensed with the following license according to the README.html file:

Openfire contains icons and images licensed from INCORS GmbH. All other
images are owned by Jive Software. All icons and images in Openfire are
provided under the following license agreement:

License Agreement

This is a legal agreement between You, the User of the Openfire application
("The Software"), and Jive Software ("Jive Software"). By downloading the Software,
you agree to be bound by the terms of this agreement.

All ownership and copyright of the images and icons included in the Software
distribution remain the property of Jive Software and INCORS GmbH. Jive Software
grants to you a nonexclusive, non-sublicensable right to use the icons royalty-free
as part of Openfire.

You may not lease, license or sub-license the icons, or a subset of the icons,
or any modified icons to any third party. You may not incorporate them into your
own software or design products.

All icon files are provided "As is" without warranties of merchantability and
fitness for a particular purpose. You agree to hold Jive Software harmless for
any result that may occur during the course of using the licensed icons.

This License Agreement shall be governed and construed in accordance with the
laws of Oregon. If any provision of this License Agreement is held to be
unenforceable, this License Agreement will remain in effect with the provision
omitted.

Copyright (c) Jive Software, 2007

Show
Yann Rouillard added a comment - 08/25/08 11:42 PM Hi Daniel, I check out mina branch 1.0, 1.1, 2.0.0-M3 and trunk and I can't find the getEventQueueSize in the source code. Are you sure you don't use a patched version ? I saw the versions.txt file in build/lib which tells the versions number of jar libraries. Is this file up to date so I can rely on it to decide if I can use the corresponding debian package ? Concerning icons and images, they as licensed with the following license according to the README.html file: Openfire contains icons and images licensed from INCORS GmbH. All other images are owned by Jive Software. All icons and images in Openfire are provided under the following license agreement: License Agreement This is a legal agreement between You, the User of the Openfire application ("The Software"), and Jive Software ("Jive Software"). By downloading the Software, you agree to be bound by the terms of this agreement. All ownership and copyright of the images and icons included in the Software distribution remain the property of Jive Software and INCORS GmbH. Jive Software grants to you a nonexclusive, non-sublicensable right to use the icons royalty-free as part of Openfire. You may not lease, license or sub-license the icons, or a subset of the icons, or any modified icons to any third party. You may not incorporate them into your own software or design products. All icon files are provided "As is" without warranties of merchantability and fitness for a particular purpose. You agree to hold Jive Software harmless for any result that may occur during the course of using the licensed icons. This License Agreement shall be governed and construed in accordance with the laws of Oregon. If any provision of this License Agreement is held to be unenforceable, this License Agreement will remain in effect with the provision omitted. Copyright (c) Jive Software, 2007
Hide
Yann Rouillard added a comment - 09/02/08 11:42 PM

Hi again Daniel,

I nearly packaged all java libraries used by openfire that were not in Debian, however I have a problem with dbutil.jar and stringprep.jar.
This seems to be code from jive software but I can't the find the source code in order to package it.
Do you know where I can get it ?

Yann

Show
Yann Rouillard added a comment - 09/02/08 11:42 PM Hi again Daniel, I nearly packaged all java libraries used by openfire that were not in Debian, however I have a problem with dbutil.jar and stringprep.jar. This seems to be code from jive software but I can't the find the source code in order to package it. Do you know where I can get it ? Yann
Hide
Daryl Herzmann added a comment - 11/25/08 11:27 PM

Hi Yann,

Just curious on the status of your question. Did you find the source to dbutil and stringprep ?

daryl

Show
Daryl Herzmann added a comment - 11/25/08 11:27 PM Hi Yann, Just curious on the status of your question. Did you find the source to dbutil and stringprep ? daryl
Hide
Yann Rouillard added a comment - 12/06/08 09:14 PM

Hi Daryl,

No I didn't find the source to dbutil and stringprep, I wrote directly twice to Daniel Henninger but didn't receive an answer.

openfire will not be accepted in Debian if it contains jar that have not been build from source, so for now I'm stuck.

Yann

Show
Yann Rouillard added a comment - 12/06/08 09:14 PM Hi Daryl, No I didn't find the source to dbutil and stringprep, I wrote directly twice to Daniel Henninger but didn't receive an answer. openfire will not be accepted in Debian if it contains jar that have not been build from source, so for now I'm stuck. Yann
Hide
Daryl Herzmann added a comment - 12/06/08 09:29 PM

Hi Yann,

Daniel no longer works for Jive. Please write gato@jivesoftware.com and matt@jivesoftware.com

daryl

Show
Daryl Herzmann added a comment - 12/06/08 09:29 PM Hi Yann, Daniel no longer works for Jive. Please write gato@jivesoftware.com and matt@jivesoftware.com daryl
Hide
Daryl Herzmann added a comment - 12/17/08 10:45 PM

Hi Yann,

LG pointed me to this location:

http://www.igniterealtime.org/fisheye/browse/svn-org/openfire/trunk/build/lib/merge

Those jar files have the source included...

daryl

Show
Daryl Herzmann added a comment - 12/17/08 10:45 PM Hi Yann, LG pointed me to this location: http://www.igniterealtime.org/fisheye/browse/svn-org/openfire/trunk/build/lib/merge Those jar files have the source included... daryl
Hide
Yann Rouillard added a comment - 12/17/08 11:18 PM

Yes, Gaston Dombiak also told me that. I will work again on the package soon, but I am a little busy right now.

Show
Yann Rouillard added a comment - 12/17/08 11:18 PM Yes, Gaston Dombiak also told me that. I will work again on the package soon, but I am a little busy right now.

People

Dates

  • Created:
    07/09/06 12:53 AM
    Updated:
    12/17/08 11:18 PM
    Resolved:
    12/17/07 07:49 PM