Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Dec 2016 00:03:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 215056] net-im/openfire: Update to 4.0.4
Message-ID:  <bug-215056-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215056

            Bug ID: 215056
           Summary: net-im/openfire: Update to 4.0.4
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gahr@FreeBSD.org
          Reporter: dbaio@bsd.com.br
             Flags: maintainer-feedback?(gahr@FreeBSD.org)
          Assignee: gahr@FreeBSD.org

Created attachment 177670
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D177670&action=
=3Dedit
openfire-4.0.4.patch

- Update to 4.0.4
- Add LICENSE_FILE
- Remove resources/nativeAuth/*=20
  nativeAuth/linux-i386/libshaj.so requires linux emulation + pam[1], not
present on the ports tree.
- Set architecture neutral

Changelog:
http://download.igniterealtime.org/openfire/docs/latest/changelog.html

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
[Q/A]

testport:=20
        poudriere: i386,  9.3   (OK)
        poudriere: amd64, 9.3   (OK)
        poudriere: i386,  10.3  (OK)
        poudriere: amd64, 10.3  (OK)
        poudriere: i386,  11    (OK)
        poudriere: amd64, 11    (OK)=20=20=20=20
        poudriere: i386,  12    (OK)
        poudriere: amd64, 12    (OK)

Same warnings on portlint:
WARN: Makefile: possible use of absolute pathname "/var/log/openfire".
WARN: Makefile: possible use of absolute pathname "/var/db/openfire".
0 fatal errors and 2 warnings found.

Same warnings on stage-qa:
=3D=3D=3D=3D> Running Q/A tests (stage-qa)
Warning: Bad symlink '/usr/local/share/java/openfire/resources/security'
pointing to an absolute pathname '/usr/local/etc/openfire'
Warning: Bad symlink '/usr/local/share/java/openfire/logs' pointing to an
absolute pathname '/var/log/openfire'
Warning: Bad symlink '/usr/local/share/java/openfire/conf' pointing to an
absolute pathname '/usr/local/etc/openfire'
Warning: Bad symlink '/usr/local/share/java/openfire/embedded-db' pointing =
to
an absolute pathname '/var/db/openfire'
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

This nativeAuth feature requires some tweaks[2] to work properly.
I think it's not used on FreeBSD, thats why I am suggesting this patch.

I've found libdl.so.2 and libc.so.6 through linux_base but couldn't find
libpam.so.0.

[1] - readelf -d=20
work/stage/usr/local/share/java/openfire/resources/nativeAuth/linux-i386/li=
bshaj.so
| grep NEEDED
0x00000001 NEEDED               Shared library: [libpam.so.0]
0x00000001 NEEDED               Shared library: [libdl.so.2]
0x00000001 NEEDED               Shared library: [libc.so.6]

[2] - https://community.igniterealtime.org/docs/DOC-1723

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215056-13>