Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (165d) 

2024-05-23 20:36:45 UTC Now

2008-12-12 21:23:00 UTC MAIN commitmail json YAML

Update from version 2.03nb1 to 2.04.

Upstream changes:

2.04 - Fri Nov 28 15:41:33 PST 2008
      Incorporated bug fix for authen_ses_key() provided by
      Carl Gustafsson. authen_ses_key() was not properly handling
      any extra_session_info - the fix is to get $hashed_string with
          my $hashed_string = pop @rest;

      Also releasing the work done between April 26, 2005 and February 4, 2007,
      plus bug fix for authen_ses_key
      - Added basic framework for unit tests.
      - Factored out some of the DBI code into new methods:
        - _dbi_connect()
        - _get_crypted_password()

      - Changes to satisfy Perl::Critic, e.g.
        - Removed function prototypes (they are ignored for methods.)
        - Cleaned up regular expressions: use /x, etc.

(he)