Package: libverto-libev1
Version: 0.2.4-1
Severity: important

It seems like the libverto-libev1 plugin is somewhat broken (see my mail
to [email protected]) and prevents RADIUS from working with krb5-kdc in
Jessie.

Any chance you could get this applied and file for a freeze exception?
I've verified the commit from Nathaniel below fixes the problem for me,
both using the t_otp test in krb5 as well as my real KDC.

commit e616bd59103bf86087cf652831cc3039a43971b7
Author: Nathaniel McCallum <[email protected]>
Date:   Fri Feb 10 01:13:30 2012 -0500

    fix libev's set_flags() implementation

diff --git a/src/verto-libev.c b/src/verto-libev.c
index 2eb08fc..9c7c324 100644
--- a/src/verto-libev.c
+++ b/src/verto-libev.c
@@ -106,7 +106,9 @@ libev_ctx_set_flags(verto_mod_ctx *ctx, const verto_ev *ev,
         if (verto_get_flags(ev) & VERTO_EV_FLAG_IO_WRITE)
             events |= EV_WRITE;
 
+        ev_io_stop(ctx, (ev_io*) evpriv);
         ev_io_set(((ev_io*) evpriv), verto_get_fd(ev), events);
+        ev_io_start(ctx, (ev_io*) evpriv);
     }
 }
 

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libverto-libev1 depends on:
ii  libc6              2.19-13
ii  libev4             1:4.15-3
ii  libverto1          0.2.4-1
ii  multiarch-support  2.19-13

libverto-libev1 recommends no packages.

libverto-libev1 suggests no packages.

-- no debconf information

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to