[Bug 1733572] Re: php-mapi conflicts with other version

2018-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package kopanocore - 8.5.2-1ubuntu1

---
kopanocore (8.5.2-1ubuntu1) bionic; urgency=medium

  * Merge with Debian unstable. Remaining changes:
- allow to read (file_mprotect) for kopano-server
- allow server to reach mysql.sock (follow disconnects)
  * Dropped Changes (in Debian or no more needed):
- allow to read (file_mprotect) for kopano-dagent
- allow kopano_userscripts to reach mysql.sock (follow disconnects)
- allow kopano_dagent to reach mysql.sock (follow disconnects)
- allow kopano_search to reach mysql.sock (follow disconnects)
- allow dagent to reach kopano server socket
- allow to create /var/lib/kopano/attachments
- debian/apparmor/usr.sbin.kopano-server: use @{multiarch} instead of
  a wrongly hard-coded arch string.
- debian/kopano-server.kopano-server.service: chown the subdirectory.
- debian/kopano-server.dirs: create /var/lib/kopano/attachments, not just
  /var/lib/kopano.
- d/php-mapi.php: update file paths for PHP7.1
- d/control, d/rules: bump build-depends to PHP 7.1.
- debian/php-mapi* renamed to debian/php7.1-mapi* (as it was before)
- debian/control: changed name back to php7.1-mapi
- python files were not correctly installed
  - debian/rules: add python2 to dh call to correctly render pyc files
  - debian/control: add ${python:Depends} to all packages shiping python
files
  - add all called dh addons as build depends
  * Added Changes:
- d/control: add a transitional package for the php7.1-mapi to
  php-mapi rename (can be dropped >18.04) (LP: #1733572).
- d/apparmor/usr.sbin.kopano-server: allow (read only) on some proc
  entries for new features in 8.5.2

 -- Christian Ehrhardt   Tue, 27 Feb
2018 14:12:30 +0100

** Changed in: kopanocore (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733572

Title:
  php-mapi conflicts with other version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kopanocore/+bug/1733572/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1733572] Re: php-mapi conflicts with other version

2018-02-28 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~paelzer/ubuntu/+source/kopanocore/+git/kopanocore/+merge/340045

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733572

Title:
  php-mapi conflicts with other version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kopanocore/+bug/1733572/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1733572] Re: php-mapi conflicts with other version

2018-02-04 Thread ChristianEhrhardt
Hi Steve - thanks for the ping,
Since Nish is back he is on that already.

He had MPs up last week, but not yet ready for review when I looked last.
Subscribing him here to ensure we all talked about the same thing.

** Changed in: kopanocore (Ubuntu)
 Assignee: ChristianEhrhardt (paelzer) => Nish Aravamudan (nacc)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733572

Title:
  php-mapi conflicts with other version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kopanocore/+bug/1733572/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1733572] Re: php-mapi conflicts with other version

2018-02-03 Thread Steve Langasek
Hi Christian,

The php-mapi package name persists in Debian, and has reverse-
dependencies; z-push in -proposed can't migrate to the bionic release
because it depends on php-mapi which does not exist in Ubuntu.

Please restore the php-mapi binary name (and add the necessary
Conflicts/Replaces/Provides: php7.1-mapi).

** Changed in: kopanocore (Ubuntu)
   Status: Fix Released => Triaged

** Changed in: kopanocore (Ubuntu)
 Assignee: (unassigned) => ChristianEhrhardt (paelzer)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733572

Title:
  php-mapi conflicts with other version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kopanocore/+bug/1733572/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1733572] Re: php-mapi conflicts with other version

2017-11-23 Thread Launchpad Bug Tracker
This bug was fixed in the package kopanocore - 8.3.4-4ubuntu4

---
kopanocore (8.3.4-4ubuntu4) bionic; urgency=medium

  [ Christian Ehrhardt ]
  * keep php7.1-mapi package name to avoid conclicts (LP: #1733572)
- debian/php-mapi* renamed to debian/php7.1-mapi* (as it was before)
- debian/control: changed name back to php7.1-mapi
  * fix 8.3.4-4ubuntu3 apparmor issues (LP: #1733591)
- allow to read (file_mprotect) for kopano-server
- allow to read (file_mprotect) for kopano-dagent
- allow server to reach mysql.sock (follow disconnects)
- allow kopano_userscripts to reach mysql.sock (follow disconnects)
- allow kopano_dagent to reach mysql.sock (follow disconnects)
- allow kopano_search to reach mysql.sock (follow disconnects)
- allow dagent to reach kopano server socket
- allow to create /var/lib/kopano/attachments
- python files were not correctly installed
  - debian/rules: add python2 to dh call to correctly render pyc files
  - debian/control: add ${python:Depends} to all packages shiping python
files
  - add all called dh addons as build depends

  [ Steve Langasek ]
  * Further fixes for new denies and behavior in 8.3.4-4ubuntu3 to fix
failing autopkgtests (LP 1733591).
- debian/apparmor/usr.sbin.kopano-server: use @{multiarch} instead of
  a wrongly hard-coded arch string.
- debian/kopano-server.kopano-server.service: chown the subdirectory.
- debian/kopano-server.dirs: create /var/lib/kopano/attachments, not just
  /var/lib/kopano.

 -- Christian Ehrhardt   Tue, 21 Nov
2017 15:26:14 +0100

** Changed in: kopanocore (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733572

Title:
  php-mapi conflicts with other version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kopanocore/+bug/1733572/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1733572] Re: php-mapi conflicts with other version

2017-11-23 Thread ChristianEhrhardt
Tested and acked on MP - uploading to bionic and hoping this fixes all 
outstanding issues.
Thanks to everybody involved.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733572

Title:
  php-mapi conflicts with other version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kopanocore/+bug/1733572/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1733572] Re: php-mapi conflicts with other version

2017-11-22 Thread Andreas Hasenack
** Merge proposal linked:
   
https://code.launchpad.net/~paelzer/ubuntu/+source/kopanocore/+git/kopanocore/+merge/334097

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1733572

Title:
  php-mapi conflicts with other version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kopanocore/+bug/1733572/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1733572] Re: php-mapi conflicts with other version

2017-11-22 Thread Andreas Hasenack
** Merge proposal linked:
   
https://code.launchpad.net/~paelzer/ubuntu/+source/kopanocore/+git/kopanocore/+merge/334097

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733572

Title:
  php-mapi conflicts with other version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kopanocore/+bug/1733572/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1733572] Re: php-mapi conflicts with other version

2017-11-22 Thread ChristianEhrhardt
The fix of this is combined with bug 1733591 and currently an MP [1] is
up to review.

[1]:
https://code.launchpad.net/~paelzer/ubuntu/+source/kopanocore/+git/kopanocore/+merge/334097

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733572

Title:
  php-mapi conflicts with other version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kopanocore/+bug/1733572/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1733572] Re: php-mapi conflicts with other version

2017-11-21 Thread ChristianEhrhardt
Tested from ppa [1] and working, adding a MP for review soon ...

[1]: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3048

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733572

Title:
  php-mapi conflicts with other version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kopanocore/+bug/1733572/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1733572] Re: php-mapi conflicts with other version

2017-11-21 Thread ChristianEhrhardt
The other new name only ever was in proposed, so we need no transition back.
And Nish can later on decide how it should be in Bionic.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733572

Title:
  php-mapi conflicts with other version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kopanocore/+bug/1733572/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1733572] Re: php-mapi conflicts with other version

2017-11-21 Thread ChristianEhrhardt
I don't want to do the rename without consulting nish, but I can fix up
the current broken version to stick with the name it had before until he
is around.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733572

Title:
  php-mapi conflicts with other version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kopanocore/+bug/1733572/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1733572] Re: php-mapi conflicts with other version

2017-11-21 Thread ChristianEhrhardt
Once decided this will be one of:
https://wiki.debian.org/PackageTransition

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733572

Title:
  php-mapi conflicts with other version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kopanocore/+bug/1733572/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1733572] Re: php-mapi conflicts with other version

2017-11-21 Thread ChristianEhrhardt
Since I'm not sure what the intended way (rename it and add breaks OR
renamed by accident) was I'd prefer to wait for Nish unless somebody
knows and can share what the intended packaging should be.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1733572

Title:
  php-mapi conflicts with other version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kopanocore/+bug/1733572/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs