Codebase list checkpolicy / d2204c9
debian/changelog: Remove trailing whitespaces Laurent Bigonville 4 years ago
1 changed file(s) with 24 addition(s) and 25 deletion(s). Raw diff Collapse all Expand all
77
88 * New upstream release
99 - debian/control: Bump build-dependencies to match the new release
10 * debian/watch: Adjust the URL
10 * debian/watch: Adjust the URL
1111 * debian/control: Bump Standards-Version to 4.3.0 (no further changes)
1212
1313 -- Laurent Bigonville <bigon@debian.org> Sun, 17 Mar 2019 20:55:27 +0100
199199 checkpolicy (2.0.22-1) unstable; urgency=low
200200
201201 * New upstream release. Update checkmodule man page and usage by Daniel
202 Walsh and Steve Lawrence
202 Walsh and Steve Lawrence
203203
204204 -- Manoj Srivastava <srivasta@debian.org> Wed, 21 Jul 2010 00:28:52 -0700
205205
207207
208208 * New upstream release
209209 + Add long options to checkpolicy and checkmodule by Guido
210 Trentalancia <guido@trentalancia.com>
211
210 Trentalancia <guido@trentalancia.com>
212211
213212 -- Manoj Srivastava <srivasta@debian.org> Sun, 28 Mar 2010 09:59:27 -0700
214213
215214 checkpolicy (2.0.20-1) unstable; urgency=low
216215
217216 * New upstream point release. Add support for building Xen policies from
218 Paul Nuzzi.
217 Paul Nuzzi.
219218
220219 -- Manoj Srivastava <srivasta@debian.org> Thu, 15 Oct 2009 23:10:12 -0500
221220
264263 * New upstream release
265264 * Initialize struct policy_file before using it, from Todd C. Miller.
266265 * Remove unused define, move variable out of .y file, simplify
267 COND_ERR, from Todd C. Miller.
266 COND_ERR, from Todd C. Miller.
268267 * Use yyerror2() where appropriate from Todd C. Miller.
269268 * Update dispol for libsepol avtab changes from Stephen Smalley.
270269 * Deprecate role dominance in parser.
271270 * Added support for policy capabilities from Todd Miller.
272271 * Initialize the source file name from the command line argument so
273272 that checkpolicy/checkmodule report something more useful than
274 "unknown source".
273 "unknown source".
275274 * Merged remove use of REJECT and trailing context in lex rules; make
276 ipv4 address parsing like ipv6 from James Carter.
275 ipv4 address parsing like ipv6 from James Carter.
277276
278277 -- Manoj Srivastava <srivasta@debian.org> Tue, 18 Mar 2008 01:34:42 -0500
279278
284283 Adds new command line options -U {allow, reject, deny} for selecting
285284 the flag when a base module or kernel policy is built.
286285 * Merged fix for segfault on duplicate require of sensitivity from
287 Caleb Case.
286 Caleb Case.
288287 * Merged fix for dead URLs in checkpolicy man pages from Dan Walsh.
289288
290289 -- Manoj Srivastava <srivasta@debian.org> Wed, 06 Feb 2008 14:25:41 -0600
300299
301300 * New upstream trunk release
302301 * Merged patch to use new libsepol error codes by Karl MacMillan.
303
302
304303 -- Manoj Srivastava <srivasta@debian.org> Thu, 19 Apr 2007 18:51:02 -0500
305304
306305 checkpolicy (1.34.1-1) unstable; urgency=low
318317
319318 * New upstream release
320319 * Merged user and range_transition support for modules from Darrel
321 Goeddel
320 Goeddel
322321 * Updated version for release.
323322
324323 -- Manoj Srivastava <srivasta@debian.org> Fri, 20 Oct 2006 17:51:00 -0500
336335
337336 * New upstream point release
338337 * merged range_transition enhancements and user module format changes
339 from Darrel Goeddel
338 from Darrel Goeddel
340339
341340 -- Manoj Srivastava <srivasta@debian.org> Thu, 7 Sep 2006 10:18:48 -0500
342341
363362 * New upstream point release
364363 * Lindent.
365364 * Merged patch to remove TE rule conflict checking from the parser
366 from Joshua Brindle. This can only be done properly by the
365 from Joshua Brindle. This can only be done properly by the
367366 expander.
368367 * Merged patch to make checkpolicy/checkmodule handling of
369 duplicate/conflicting TE rules the same as the expander
368 duplicate/conflicting TE rules the same as the expander
370369 from Joshua Brindle.
371370 * Merged optionals in base take 2 patch set from Joshua Brindle.
372371 * Merged compiler cleanup patch from Karl MacMillan.
373 * Merged fix warnings patch from Karl MacMillan.
372 * Merged fix warnings patch from Karl MacMillan.
374373 * Changed require_class to reject permissions that have not been
375374 declared if building a base module.
376375
410409 classes in newer source policies to single netlink class when
411410 generating older policies) from George Coker.
412411 * Merged dismod fix from Joshua Brindle.
413 * Removed obsolete cond_check_type_rules() function and call and
412 * Removed obsolete cond_check_type_rules() function and call and
414413 cond_optimize_lists() call from checkpolicy.c; these are handled
415414 during parsing and expansion now.
416415 * Updated calls to expand_module for interface change.
417 * Changed checkmodule to verify that expand_module succeeds
416 * Changed checkmodule to verify that expand_module succeeds
418417 when building base modules.
419418 * Merged module compiler fixes from Joshua Brindle.
420 * Removed direct calls to hierarchy_check_constraints() and
421 check_assertions() from checkpolicy since they are now called
419 * Removed direct calls to hierarchy_check_constraints() and
420 check_assertions() from checkpolicy since they are now called
422421 internally by expand_module().
423422 * Updated for changes to sepol policydb_index_others interface.
424423 * Updated for changes to sepol expand_module and link_modules interfaces.
432431 Karl MacMillan (Tresys).
433432 * Merged policyver/modulever patches from Joshua Brindle (Tresys).
434433 * Fixed parse_categories handling of undefined category.
435 * Merged bug fix for role dominance handling from Darrel Goeddel (TCS).
434 * Merged bug fix for role dominance handling from Darrel Goeddel (TCS).
436435
437436 -- Manoj Srivastava <srivasta@debian.org> Thu, 29 Dec 2005 23:57:12 -0600
438437
449448 * Updated version for release.
450449 * Fixed handling of validatetrans constraint expressions.
451450 Bug reported by Dan Walsh for checkpolicy -M.
452 * Merged use-after-free fix from Serge Hallyn (IBM).
451 * Merged use-after-free fix from Serge Hallyn (IBM).
453452 Bug found by Coverity.
454453 * Fixed further memory leaks found by valgrind.
455454 * Changed checkpolicy to destroy the policydbs prior to exit
457456 * Fixed several memory leaks found by valgrind.
458457 * Updated checkpolicy and dispol for the new avtab format.
459458 Converted users of ebitmaps to new inline operators.
460 Note: The binary policy format version has been incremented to
459 Note: The binary policy format version has been incremented to
461460 version 20 as a result of these changes. To build a policy
462461 for a kernel that does not yet include these changes, use
463462 the -c 19 option to checkpolicy.
469468 to enable build of test subdirectory from Jason Tang (Tresys).
470469 * Merged hierarchy check fix from Joshua Brindle (Tresys).
471470 * Merged loadable module support from Tresys Technology.
472 * Merged patch to prohibit the use of * and ~ in type sets
471 * Merged patch to prohibit the use of * and ~ in type sets
473472 (other than in neverallow statements) and in role sets
474473 from Joshua Brindle (Tresys).
475
474
476475 -- Manoj Srivastava <srivasta@debian.org> Wed, 14 Sep 2005 23:59:18 -0500
477476
478477 checkpolicy (1.24-2) unstable; urgency=low
623622 checkpolicy (1.0-1) unstable; urgency=low
624623
625624 * Initial version.
626
625
627626 -- Colin Walters <walters@debian.org> Tue, 5 Aug 2003 01:35:18 -0400