====================== #fedora-meeting-1: fpc ======================
Meeting started by abadger1999 at 17:04:14 UTC. The full logs are available at http://meetbot.fedoraproject.org/fedora-meeting-1/2013-11-21/fedora-meeting-... .
Meeting summary --------------- * Roll Call (abadger1999, 17:04:27)
* SCLs (abadger1999, 17:06:37) * LINK: https://bugs.linuxfoundation.org/show_bug.cgi?id=1164#c7 (abadger1999, 17:07:28) * LINK: https://fedorahosted.org/fpc/ticket/363 (kkeithley_, 17:28:32)
* 363 exception for bundled library libntirpc in nfs-ganesha (abadger1999, 17:29:31) * Temporary bundling exception for libntirpc in nfs-ganesha until after Fedora 23 approved (+1:5, 0:1, -1:0) (abadger1999, 17:34:38)
* #358 Please make some autotools guidelines. (abadger1999, 17:35:59) * LINK: https://fedorahosted.org/fpc/ticket/358 (abadger1999, 17:36:03) * ACTION: abadger1999 to write up some guidelines based on past FPC decisions. It will allow both strategies. (abadger1999, 17:45:25)
* 359 Forbid sysv initscripts in addition to systemd unit files https://fedorahosted.org/fpc/ticket/359 (abadger1999, 17:46:59) * "Packagers MUST NOT include SysV initscripts in addition to systemd unit files, even in a separate <code>$name-sysvinit</code> subpackage." Approved (+1:5, 0:0, -1:1) (abadger1999, 18:07:30)
* #361 Two more bundled MD5 implementations (abadger1999, 18:07:42) * LINK: https://fedorahosted.org/fpc/ticket/361 (abadger1999, 18:07:46) * New Virtual Provide for C++ port of deutsch's md5 code: bundled(md5-deutsch-c++) passed: (+1:5, 0:0, -1:0) (abadger1999, 18:15:42)
* 362 lpf in Fedora (abadger1999, 18:16:20)
* #364 exception for bundled library ccan in ocserv (abadger1999, 18:17:27) * LINK: https://fedorahosted.org/fpc/ticket/364 (abadger1999, 18:17:31) * LINK: http://ccodearchive.net/ (abadger1999, 18:18:13) * LINK:
http://bazaar.launchpad.net/~tangent-trunk/libmemcached/1.2/view/head:/libha... (geppetto, 18:35:18) * LINK: http://burtleburtle.net/bob/c/lookup3.c <= original for that code (abadger1999, 18:38:58)
* Open Floor (abadger1999, 18:47:54)
Meeting ended at 18:55:41 UTC.
Action Items ------------ * abadger1999 to write up some guidelines based on past FPC decisions. It will allow both strategies.
Action Items, by person ----------------------- * abadger1999 * abadger1999 to write up some guidelines based on past FPC decisions. It will allow both strategies. * **UNASSIGNED** * (none)
People Present (lines said) --------------------------- * abadger1999 (162) * geppetto (58) * RemiFedora (36) * limburgher (23) * tibbs|w (22) * racor (17) * kkeithley_ (6) * zodbot (4) * sgallagh (3)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
On Thu, 21 Nov 2013 13:56:32 -0500, James Antill wrote:
- #361 Two more bundled MD5 implementations (abadger1999, 18:07:42)
- LINK: https://fedorahosted.org/fpc/ticket/361 (abadger1999, 18:07:46)
- New Virtual Provide for C++ port of deutsch's md5 code: bundled(md5-deutsch-c++) passed: (+1:5, 0:0, -1:0) (abadger1999, 18:15:42)
18:12:29 <geppetto> yeh, you might think the class would just wrap C calls … but, no, that would be the easy way :)
That would be the more difficult way. Give it a try, but don't forget about the globals.
On Thu, 21 Nov 2013 23:53:29 +0100, Michael Schwendt wrote:
On Thu, 21 Nov 2013 13:56:32 -0500, James Antill wrote:
- #361 Two more bundled MD5 implementations (abadger1999, 18:07:42)
- LINK: https://fedorahosted.org/fpc/ticket/361 (abadger1999, 18:07:46)
- New Virtual Provide for C++ port of deutsch's md5 code: bundled(md5-deutsch-c++) passed: (+1:5, 0:0, -1:0) (abadger1999, 18:15:42)
18:12:29 <geppetto> yeh, you might think the class would just wrap C calls … but, no, that would be the easy way :)
That would be the more difficult way. Give it a try, but don't forget about the globals.
Need to correct myself here, the original implementation from 1999 doesn't use globals but a structure md5_state_t that must be initialized explicitly (which is poor form for C++ class objects).
packaging@lists.fedoraproject.org