Crypt::Serpent is a perl module implementing Serpent,
a symmetric block cipher and one of the finalists of
the Advanced Encryption Standard (AES) contest.
This module is compatible to Crypt::CBC.
ADDED: -p option. If you want to build a few packages, you
can specify them in command line:
distbb -p 'wip/dict-server wip/pkg_online wip/distbb'
Actually this option was added in version 0.16.0.
I just forgot to mention it in appropriate NEWS section.
FIXED: packages for which pkg_src_summary (pkgsrc tree scanning) failed
(bad PKGPATH, errors in Makefile etc.)
appear in META/packages_built_prev.txt.
Now such packages are collected in META/package_failed_scan.txt
If such failures happen, report.html includes an additional line
Packages failed (pkg_src_summary/scanning) <COUNT> <LOGS>
Slave hosts/chroots save building logs locally and send them to the
master host only after building is completed. This can speed-up
building.
"Top offenders" -> "Failures per maintainer"
Some developers treat the word "offender" offensive.
Packages failed at dbb_canbebuilt (that is packages failed because
of ONLY_FOR_PLATFORM, ONLY_FOR_PLATFORM etc.) and dbb_excluded
(packages are excluded from bulk build by person who runs a bulk
build) stages do not increase "failures per maintainer" counter.
It is recommended to always include dbb_canbebuilt to TARGETS,
otherwise counters in "Failures per maintainer" will be not fully
correct.
Speeds-ups for stage_gen_report
0.4.0.beta6 - ???
* Perl extension updates
* Python extension updates
* Do not force bgColor
* Redirect SWF_warn and SWF_error to stderr
* Propper checks for YACC and LEX
* Complete Bitmap fillstyles
* Font fixes
* Actioncompiler fixes (delete, built-in functions, callFrame -> call())
* Fixed tag order issues
* Ming defaults now to local-with-filesystem sandbox for SWF>=8
* Add support for init actions in makeswf
* SWF8 / 9 support for fromswf / prebuiltclip
* implements ASM op
* ASFunction()
* AS Class support
* Removed SWFFontCharacter destructor from PHP wrapper
* py_ext update
* Class members
* outputBlock() usese length and offset from SWF_Parserstruct
* SWFDisplayItem_flush(): immediately write display items.
* Removed ttftofft
* Improved ButtonRecord handling
* SWFSound_fromSoundStream()
* Many improvements in decompiler and swftoXXX tools
* C++ might throw a SWFException
* Support for embedded Nellymoser sound
* AS: in with-blocks legacy functions o not work
* Compiles again with MSVC
* simplified SWFSound usage with mp3 files
* SWFSoundStream_getDuration replaces SWFSoundStream_getFrames()
* perl_ext build changes (build out of tree)
* API float->double transition
* php_ext: SWFInput can wrap raw byte-streams
* php_ext: API: external data can be passed as file-resource, SWFInput or filename
* removed newSWFFont() as public function (causes various crashes)
* removed new SWFFont(...) usage with browserfonts in script languages. Use SWFBrowserFont class.