| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=214179
|
|
|
|
|
|
|
|
|
| |
tests -- according to LyX developers, they are not currently using the
self-tests themselves. When this improves, the bitrot we were trying to
patch will be fixed by them...
Notes:
svn path=/head/; revision=214178
|
|
|
|
|
|
|
| |
- Take maintainship
Notes:
svn path=/head/; revision=214177
|
|
|
|
|
|
|
| |
- Take maintainship
Notes:
svn path=/head/; revision=214176
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION is unecessary since the default package will be untouched
Reported by: itetcu
Notes:
svn path=/head/; revision=214175
|
|
|
|
|
|
|
| |
Submitted by: maintainer via private mail
Notes:
svn path=/head/; revision=214174
|
|
|
|
| |
Notes:
svn path=/head/; revision=214173
|
|
|
|
|
|
|
|
| |
PR: 124199
Submitted by: rafan
Notes:
svn path=/head/; revision=214172
|
|
|
|
|
|
|
|
|
|
| |
emulators/linux_base-gentoo-stage1 and emulators/linux_dist-gentoo-stage1
fetching.
Prompted by by: ionbot (my alter ego) QA tindy run
Notes:
svn path=/head/; revision=214171
|
|
|
|
|
|
|
|
|
| |
PR: ports/123071
Submitted by: Jaap Boender <jaapb kerguelen.org> (maintainer)
Approved by: maintainer timeout, thierry (mentor)
Notes:
svn path=/head/; revision=214170
|
|
|
|
| |
Notes:
svn path=/head/; revision=214169
|
|
|
|
|
|
|
|
| |
PR: ports/124197
Submitted by: Tod McQuillin <devin at spamcop.net> (maintainer)
Notes:
svn path=/head/; revision=214168
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/124195
Submitted by: Aryeh M. Friedman <aryeh.friedman at gmail.com>
Notes:
svn path=/head/; revision=214167
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to root server addresses, and a fix for the vulnerability mentioned
here: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0122
Users of BIND 9.3.x are strongly encouraged to upgrade to this
version. Also, the 9.3.x branch is now in maintenance-only mode.
Users are encouraged to investigate BIND 9.4.x or perhaps 9.5.x.
http://www.isc.org/index.pl?/sw/bind/versions_and_support.php
Notes:
svn path=/head/; revision=214166
|
|
|
|
|
|
|
| |
that /etc/rc.d/named will handle everything for them.
Notes:
svn path=/head/; revision=214165
|
|
|
|
|
|
|
| |
Approved by: garga (mentor, implicit)
Notes:
svn path=/head/; revision=214163
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
EXIF and IPTC image metadata. It is a python module that allows your python
scripts to read and write metadata (EXIF, IPTC, thumbnail) embedded in image
files (JPEG, TIFF, ...).
It is designed as a high level interface to the functionalities offered by
exiv2 (and is built on top of it). Using python's built-in data types and
standard modules, it provides easy manipulation of image metadata.
WWW: http://tilloy.net/dev/pyexiv2/
PR: ports/124193
Submitted by: Denis Barov <dindin at dindin.ru>
Notes:
svn path=/head/; revision=214161
|
|
|
|
|
|
|
| |
Approved by: erwin (mentor, implicit)
Notes:
svn path=/head/; revision=214160
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If password based logins is enabled in ikiwiki, those passwords were
until this release stored in cleartext in the userdb. To guard
against exposing users' passwords, ikiwiki now use strong (blowfish)
hashes for storing passwords.
To hash existing passwords, update to this version and run the
following command for each of your ikiwiki src dirs:
ikiwiki-transition hashpassword /path/to/your/wiki/srcdir
Approved by: erwin (mentor, implicit)
Security: http://www.vuxml.org/freebsd/90db9983-2f53-11dd-a0d8-0016d325a0ed.html
Notes:
svn path=/head/; revision=214159
|
|
|
|
|
|
|
| |
Approved by: erwin (mentor, implicit)
Notes:
svn path=/head/; revision=214158
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
passphrases. An object of this type is a passphrase recogniser: its
job is to recognise whether an offered passphrase is the right one.
For security, such passphrase recognisers usually do not themselves
know the passphrase they are looking for; they can merely recognise it
when they see it. There are many schemes in use to achieve this
effect, and the intent of this class is to provide a consistent
interface to them all, hiding the details.
The CPAN package Authen::Passphrase contains implementations of
several specific passphrase schemes in addition to the base class.
WWW: http://search.cpan.org/dist/Authen-Passphrase/
Approved by: erwin (mentor)
Notes:
svn path=/head/; revision=214156
|
|
|
|
|
|
|
|
|
| |
WWW: http://search.cpan.org/dist/Crypt/UnixCrypt_XS/
Approved by: erwin (mentor)
Notes:
svn path=/head/; revision=214154
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
key setup very expensive. ("Eks" stands for "expensive key
schedule".) This doesn't make it significantly cryptographically
stronger, but is intended to hinder brute-force attacks. It also
makes it unsuitable for any application requiring key agility. It was
designed by Niels Provos and David Mazieres for password hashing in
OpenBSD.
Eksblowfish is a parameterised (family-keyed) cipher. It takes a cost
parameter that controls how expensive the key scheduling is. It also
takes a family key, known as the "salt". Cost and salt parameters
together define a cipher family. Within each family, a key determines
an encryption function in the usual way.
This distribution also includes an implementation of "bcrypt", the
Unix crypt() password hashing algorithm based on Eksblowfish.
WWW: http://search.cpan.org/dist/Crypt-Eksblowfish/
Approved by: erwin (mentor)
Notes:
svn path=/head/; revision=214152
|
|
|
|
|
|
|
|
|
|
|
|
| |
from VMS, and some associated VMS username and password handling
functions.
WWW: http://search.cpan.org/dist/Authen-DecHpwd/
Approved by: erwin (mentor)
Notes:
svn path=/head/; revision=214150
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 124091
Submitted by: "Scot W. Hetzel" <swhetzel@gmail.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=214148
|
|
|
|
|
|
|
|
|
|
|
| |
of Perl modules, which are normally handled at compile time.
WWW: http://search.cpan.org/dist/Module-Runtime/
Approved by: erwin (mentor)
Notes:
svn path=/head/; revision=214147
|
|
|
|
|
|
|
| |
Reported by: itetcu
Notes:
svn path=/head/; revision=214146
|
|
|
|
|
|
|
|
| |
PR: 124026
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
Notes:
svn path=/head/; revision=214145
|
|
|
|
|
|
|
|
| |
PR: 124026
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
Notes:
svn path=/head/; revision=214144
|
|
|
|
|
|
|
|
|
|
| |
- Update maintainer mail adress
PR: 124192
Submitted by: Benjamin Lutz (maintainer)
Notes:
svn path=/head/; revision=214143
|
|
|
|
|
|
|
| |
Reported by: Pedro Giffuni <pfgshield-freebsd (at) yahoo.com>
Notes:
svn path=/head/; revision=214142
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a BSD-style license like Apache. It allows the definition and use of macros
within apache runtime configuration files. The syntax is a natural extension
to apache html-like configuration style.
WWW: http://www.cri.ensmp.fr/~coelho/mod_macro/
PR: ports/124173
Submitted by: Lukasz Wasikowski <lukasz at wasikowski.net>
Notes:
svn path=/head/; revision=214140
|
|
|
|
| |
Notes:
svn path=/head/; revision=214139
|
|
|
|
| |
Notes:
svn path=/head/; revision=214138
|
|
|
|
| |
Notes:
svn path=/head/; revision=214137
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 124189
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Notes:
svn path=/head/; revision=214136
|
|
|
|
|
|
|
|
|
|
|
| |
- Update pkg-message to better visual
PR: ports/124117
Submitter: Jason E. Hale <bsdkaffee gmail.com> (maintainer)
Approved by: thierry (mentor)
Notes:
svn path=/head/; revision=214135
|
|
|
|
| |
Notes:
svn path=/head/; revision=214134
|
|
|
|
|
|
|
|
|
|
| |
- Fix build with gcc4.2
Submitted by: miwi
Approved by: David Wolfskill (maintainer via private mail)
Notes:
svn path=/head/; revision=214133
|
|
|
|
|
|
|
|
|
|
| |
- Use SF macro
PR: 124188
Submitted by: David Wolfskill <david@catwhisker.org>
Notes:
svn path=/head/; revision=214132
|
|
|
|
| |
Notes:
svn path=/head/; revision=214131
|
|
|
|
| |
Notes:
svn path=/head/; revision=214130
|
|
|
|
|
|
|
|
| |
PR: 124188
Submitted by: David Wolfskill <david@catwhisker.org>
Notes:
svn path=/head/; revision=214129
|
|
|
|
|
|
|
|
| |
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=603069>.
Notes:
svn path=/head/; revision=214128
|
|
|
|
|
|
|
|
| |
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=600358>.
Notes:
svn path=/head/; revision=214127
|
|
|
|
| |
Notes:
svn path=/head/; revision=214126
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and controlled from a single terminal. tmux is intended to be a simple, modern,
BSD-licensed alternative to programs such as GNU screen.
WWW: http://tmux.sf.net/
PR: ports/124093
Submitted by: Wen Heping <wenheping at gmail.com>
Notes:
svn path=/head/; revision=214124
|
|
|
|
|
|
|
| |
Repocopy and adding necessary fixes has been done.
Notes:
svn path=/head/; revision=214123
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix the post-patch target
- Remove un-necessary Author line in pkg-descr
- Pass maintainership to submitter
PR: 124158
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Notes:
svn path=/head/; revision=214122
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 124178
Submitted by: Wen heping <wenheping@gmail.com>
Notes:
svn path=/head/; revision=214121
|