as a browser plugin can be directly affected by the remote code
execution.
Also mention that I changed the entry date in the previous entry
(PHP) which I had forgotten to do yesterday and did not mention
in the previous commit.
Simply, enter 'p7zip:/path_to_file/filename.7z' in konqueror to use this.
Author: Raul Fernandes <rgfbr@yahoo.com.br>
WWW: http://www.kde-apps.org/content/show.php?content=17829
PR: ports/101009
Submitted by: makc <makc at issp.ac.ru>
to TinyURL, Shorl, MakeAShorterLink, etc, but you can run it on your own
server. Requires PHP and MySQL. Supports mod_rewrite.
WWW: http://lilurl.sourceforge.net
PR: ports/103231
Submitted by: chinsan <chinsan.tw(at)gmail.com>
Changes include a new search function ('/' and 'n', just like Mutt and Vi),
proper libsndfile support on big endian platforms, support for older glib 2.x
versions and improved M3U and PLS support.
PR: ports/103235
Submitted by: Ed Schouten <ed@zonk.fxq.nl>
Approved by: novel
InFormEnter adds a small, clickable icon next to every input field in a
web form, from where you can select the item to be inserted - no typing
required. You can configure it to display your frequently used
information such as name, email, address and whatever else you want to
be available from the form menu.
WWW: http://informenter.mozdev.org/
* Add more XXX comments for future work
* Only record a cvsdone timestamp if we updated cvs
* When building with -trybroken, it's safe (and desirable) to run the
prunefailure script
* Reorganise a few things for better parallelism
* Instead of keeping a duplicate copy of the previous logs and errors
under bak/, just store a symlink to the archival location
* When doing an incremental build, also cycle out the old logs to avoid
broken links on the website (the logs from the previous build are
removed until the packages are rebuilt). Use cpio to create
hardlinked copies of the previous logs. XXX when these are bzipped
by cron to save space the links will be broken and it might actually
take more space.
* Don't bother bunzipping old logs, now that the processlogs scripts
can handle it. This was a waste of time anyway since they'd all be
rebzipped by the next nightly cron job.
* When the build is complete, stash a copy of the restricted ports in
bak/restricted/ before deleting them from packages/, and restore from
here when doing an incremental build to avoid needlessly rebuilding
them each time.
* Increase sparc64 build timeout to 24 hours (we have so few build
machines that we cannot afford to tie them up for longer)
* Increase other arch build timeout to 100 hours (hello openoffice!)
* If we successfully build a formerly broken package, touch errors/.force
which will kick off a rebuild of the html files
* Use a generation number for the bindist tarballs, with compatibility
symlink. Eventually we'll use this to avoid building in a "stale"
chroot (i.e. populated by old world).
* Don't bother running ldconfig on i386, it is evidently not needed since
the other arches work fine without it
* Don't try and mount/umount procfs, it won't work when we build inside a
jail.
* Report the uname -mr of the build environment, to ease confusion of
people reading the error logs by mail.