Because this new version is incompatible with libxspf (big API rename),
keep libspiff in the tree. Applications still need some time to migrate
to libxspf.
This port is heavily based on the libspiff port. The only change is the
addition of pkg-config support.
Submitted by: timur
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
Brand new version of Samba 3.3.1, the starter of the 3.3 series. New
features, new bugs. Enjoy!
Major enhancements in Samba 3.3 include:
General changes:
o The passdb tdbsam version has been raised.
Configuration/installation:
o Splitting of library directory into library directory and separate
modules directory.
o The default value of "ldap ssl" has been changed to "start tls".
File Serving:
o Extended Cluster support.
o New experimental VFS modules "vfs_acl_xattr" and "vfs_acl_tdb"
to store NTFS ACLs on Samba file servers.
Winbind:
o Simplified idmap configuration.
o New idmap backends "adex" and "hash".
o Added new parameter "winbind reconnect delay".
o Added support for user and group aliasing.
o Added support for multiple domains to idmap_ad.
Administrative tools:
o The destination "all" of smbcontrol does now affect all running
daemons including nmbd and winbindd.
o New 'net rpc vampire keytab' and 'net rpc vampire ldif' commands.
o The 'net' utility can now use kerberos for joining and authentication.
o The 'wbinfo' utility can now add, modify and remove identity mapping entries.
## Changelog
* Spell Checking has been added to the Subject in the Compose window.
* The 'Quotation characters' option has been moved from the Compose/
Writing page of the preferences to the /Message View/Text Options
page, where it should be.
* When replying to signed and/or encrypted mail and the preference to
sign and/or encrypt is set, the original mail's privacy system is
automatically used, if available.
* If a text/calendar attachment is present in a message it is
automatcally selected if a suitable plugin (i.e. vCalendar) is
available.
* Tools/List URLs now shows both the link title and URI if possible.
* A URI appearing in the statusbar is now only trimmed if necessary.
* When using /Tools/Create filter|procesing rule/Automatically
the List-Id header is preferred to X-* headers.
* The manual has been updated.
* Updated Brazilian Portuguese, Czech, Dutch, Finnish, French,
German, Hungarian, Simplified Chinese, Spanish and Swedish
translations.
Approved by: netchild (implicit)
The changes in the patch files are almost the same as in Eugene's PR,
although I arrived at them mostly independently :)
Reformat all patch files now that I use quilt to manage them.
Fix two complaints from portlint: needless use of CFLAGS and differentiation
between NOPORTDOCS and NOPORTEXAMPLES. Thanks, Eugene!
PR: 132358
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
kvm_t kv was not set to zero and therefore kvm_open(3) was not called.
Fix another SIGSEGV in ps caused by the -O compile flag) when the -ef
flags are passed to ps.
Approved by: gahr (maintainer)
Opera 9.64 is a recommended security and stability upgrade, incorporating the
Opera Presto 2.1.1 user agent engine. Opera highly recommends all users to
upgrade to Opera 9.64 to take advantage of these improvements.
Changes and improvements since Opera 9.63:
Security:
- Fixed an issue where specially crafted JPEG images could be used to execute
arbitrary code, as reported by Tavis Ormandy of the Google Security Team
- Fixed an issue where plug-ins could be used to allow cross domain scripting,
as reported by Adam Barth; details will be disclosed at a later date.
- Fixed a moderately severe issue; details will be disclosed at a later date.
- Added Untrusted Rootstore Capability:
- Opera downloads only the detailed information about untrusted (blacklisted)
certificates when they are encountered
- If download fails for certificate information in the list, Opera considers
any certificate matching the ID as untrusted
- Added version conditional fetching of certificate dependencies from an online
repository
- Fixed a problem downloading the CRL (Certificate Revocation List)
- Fixed a problem that could cause SSL to deadlock in one state, hanging the
connection
- Fixed a problem that could cause the incorrect calculation of Certificate IDs
- Implemented Extended Validation (EV) for cross-signed EV Root Certificates
not shipped by default
- Implemented preshipping of the Entrust 2048 CA (Certificate Authority)
- Implemented Root Certificate fetching from an online repository when an
intermediate matches a certificate in the repository
- Improved support for weak encryption when importing .p12 private certificates
- Prevented security information documents from being written to disk
Miscellaneous:
- Fixed a problem which created separate feed notifications; Opera now groups
them together
- Fixed a problem with the backspace key event in the Flash plug-in
- Fixed a problem with inline find when no text was entered, and the Enter key
was pressed
PR: ports/132361
Submitted by: lioux@
Approved by: maintainer
Secuirty: http://www.opera.com/docs/changelogs/freebsd/964/
In FreeBSD -CURRENT, pseudo-terminals are named /dev/pts/%u. This
confuses rxvt-devel. Change the source to allow this naming scheme as
well. I still have to write a similar patch for rxvt, because this
version does not apply.
Approved by: port maintainer
detect bugs that your compiler do not see. Checks for: memory leaks,
mismatching allocation-deallocation, buffer overrun, and many more.
Cppcheck is versatile. You can check non-standard code that includes
various compiler extensions, inline assembly code, etc.
The goal is no false positives.
WWW: http://sourceforge.net/projects/cppcheck
Approved by: tabthorpe
code. It features a complete, well tested parser and pretty printer for
all of C99 and a large set of GNU extensions.
WWW: http://www.sivity.net/projects/language.c/
Approved by: tabthorpe
Hidesvn is a small script that starts new processes with a library
preloaded that hides .svn directories from readdir(). This is very
useful when grepping the FreeBSD source tree.
Reviewed by: garga