Public bug reported:

d/control of memcached has this

 18 Package: memcached                                                          
     
...
 22 Depends:                                                                    
     
 23  adduser,                                                                   
     
 24  libssl1.1,                                                                 
     
..
 29  ${shlibs:Depends},


This package builds fine against openssl 3 [1]

And it picks up the correct dependency via #29 shlibs:Depends
=> libssl3 (>= 3.0.0~~alpha1)

But due to the static listing of 1.1 it effectively holds both:
 Depends: adduser, libssl1.1, ..., libssl3 (>= 3.0.0~~alpha1)

Check why it was added statically and likly just drop that entry as the
shlibs seems to work.

[1]: https://launchpad.net/ubuntu/+source/memcached/1.6.12+dfsg-3

** Affects: memcached (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: server-next

** Tags added: server-next

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

Title:
  static libssl1.1 depends blocks openssl removal

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


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

Reply via email to