PyXDG is a python library to access freedesktop.org standards.
The following are currently supported:
* Base Directory Specification Version 0.6
* Menu Specification Version 1.0-draft1
* Desktop Entry Specification Version 0.9.4
* Icon Theme Specification Version 0.8
* Recent File Spec 0.2
* Shared-MIME-Database Specification 0.13
mail delivery with non local NSS passwd source, such as LDAP.
Stock LDAP uses getpwnam(3) to lookup recipients. As mandated by SUSv2,
getpwnam(3) does not set errno, so Sendmail has no way of distinguishing
a non existing user and an error with a remote NSS source. Therefore,
when the LDAP server goes down, Sendmail bounces mail to valid recipients.
A first workround is to remove F=w from Mlocal in sendmail.cf. This will
inhibit local recipient lookups, but it has a two drawbacks
- ~/.forward do not work anymore
- For multi-recipient mails with a single inexistent user, mail.local
cause a DSN reporting an error for all users, whereas all valid users
do get the message.
A better workaround is this patch, which calls getpwnam_r(3). This newer
API do set errno and do return an error code. Sendmail is therefore able
to detect that it had a transcient error in NSS, and it will react by
queuing the message. This is what you really want to happen when LDAP
is down.
I have not been able to get any feedback from Sendmail developers about
this patch.
ChangeLog:
5.7018 8 Mar 2009
- Add a new section to BasicCRUD covering more advanced features of
DBIC ("EXPLORING THE POWER OF DBIC")
- Convert from Ubuntu to Debian 5 live CD as the recommended way to do
the tutorial (all code and examples updated and tested to match)
- Removed Catalyst::Plugin::Authorization::ACL from Authorization.pod
in favor of a "chained and model-based" approach
- More conversion to Chained dispatch
- Suggestions and fixes with thanks to mintywalker@gmail.com
- DBIC-related updates in MoreCatalystBasics
- Fix misplaced "=over 4" in previous release
- Reword warning about not using GET for delete based on input from kd
- Lots of other small adjustments
5.7017 28 Feb 2009
- Main change = adding Chained dispatch starting in BasicCRUD (Part 4)
- Add some "getting started" links to the Catalyst::Manual page
- Change FormFu tutorial to not use deprecated methods (Del Merritt)
- MoreCatalystBasics - Additional clarification about TTSite
(Del Merritt)
- Tutorial::Authorization - Corrects the ACL for "/books/delete"
- Additional comments
(Del Merritt)
- Tutorial::AdvancedCRUD::FormFu - suggest how the intrepid user
might now proceed, having completed the Tutorial. (Del Merritt)
- Fix typo in Authorization section (RT #42091)
- Fix typo in BasicCRUD (RT #42034)
- Resolve outstanding typo and suggestions in MoreCatalystBasics (RT #41491)
- Fix DBIC create for MySQL in Appendix (Jarom)
- Misc minor updates
5.7016 28 Dec 2008
- Updates to make Parts 8 & 9 run correctly
- Adjust URLs for final config tarballs
- Add note about changes across different C::Devel on how plugins enabled
- Misc minor updates
5.7015 15 Dec 2008
- Remove TTSite from Tutorial (thanks to dhoss for the help)
- Update Tutorial for Ubuntu 8.10 (therefore update to
Cat v5.7014, C::Devel v1.07, DBIC v0.08010, etc.)
- Reorganize MoreCatalystBasics.pod so user is able to run
the app the first time much earlier and build on it from
there (running the app each time along the way)
- Update URL for latest copy in SVN to match new location of repo
- Misc typo fix
- Change use of Class::C3 to MRO::Compat, as rafl tells me
this is best practice, and gives you native next::method in
5.10. (t0m)
ChangeLog:
4.21 Sat Jan 3, 2009
[FEATURES]
- This now works:
$webapp->query($new_query_object);
Setting a new query object can be useful in combination with
CGI::Application::Server. (Jaldhar Vyas)
[DOCUMENTATION]
- More typo fixes (Lyle)
4.20 Sat Nov 1, 2008
[DOCUMENTATION]
- typo fix (Lyle)
4.19_1 Fri Sep 27, 2008
[FEATURES]
- New 'html_tmpl_class' method allows you to specify an alternative
HTML::Template class. This technique will eliminate the need to use
a plugin for HTML::Template-compatible classes. See the docs
for load_tmpl() for details.
Thanks to Rhesa Rozendaal for the initial patch, and Mark Stosberg for
documentation refinements.
[DOCUMENTATION]
- typo fix (George Hartzell)
- Revert back to documenting the use of "$self", not $c, after community
feedback.
[INTERNALS]
- Change how default run modes are declared for better compatibility
with AutoRunmode and RunmodeDeclare plugins. Thanks Rhesa via RT#39631.
ChangeLog:
! lib/Encode/Alias.pm t/Alias.t
Encode now resolves 'en_US.UTF-8' to utf-8-strict like 'ja_JP.euc'
Those who set locale on their shells should be happier now.
! AUTHORS
added tokuhirom
! Encode.pm
"encode(undef, 'str') should die earlier"
http://coderepos.org/share/changeset/30790
ChangeLog:
0.11 Depend on Any::Moose instead of Moose
0.10
Releng fixes
Use a predicate for has_config_file
0.09
Hash::Merge and Path::Class are now depended-upon only if you want
cascading directory config
After the barrier, the builtin.mk file is parsed with a PATH that includes
LOCALBASE in front, which gives wrong results if file is installed in
LOCALBASE.
Import SAP NWRFC SDK
The SAP NetWeaver RFC SDK allows to develop applications which can do Remote
Function Calls to an SAP (ABAP) instance.
On 09/15/08 05:46 UTC, OBATA Akio <obache@netbsd.org> wrote:
> Personally, I think that those packages may exist.
On 09/15/08 09:41 UTC, Jonathan Groll <lists@groll.co.za> wrote:
> I for one would be most grateful if you could get this to work.
Oked by joerg@
Import of new archivers/sapcar to extract *.SAR archives provided by
SAP AG for their packages.
SAPCAR (older version was called CAR) is a compress utility (similar to
winzip, tar, zip, gz, etc.) , that is used by SAP to compress and decompress
nearly all delivered files and executables.
On 09/15/08 05:46 UTC, OBATA Akio <obache@netbsd.org> wrote:
> Personally, I think that those packages may exist.
On 09/15/08 09:41 UTC, Jonathan Groll <lists@groll.co.za> wrote:
> I for one would be most grateful if you could get this to work.
Oked by joerg@
Don't crash when filesystem can't set ACL.
Properly disable hardlinks by default on Windows.
Fix Python 2.2 compatibility. Closes Savannah bug #25529.
Fix typo which caused failure when checking if another rdiff-backup
process is running on Windows.
devel/p5-Net-LDAP-Batch into The NetBSD Packages Collection.
The Perl 5 module Net::LDAP::Batch provides the means to perform
series of actions against a LDAP server. If any of the actions
fails, then all the actions in the batch are reverted.