Subversion Repositories

?revision_form?
Rev ?revision_input??revision_submit?
?revision_endform?

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
84 5389d 08h magnus /trunk/debian/ Fix whitespace and LP: errors in changelog.  
83 5389d 08h magnus /trunk/debian/ Increase Standards-Version to 3.8.3.  
82 5389d 08h magnus /trunk/debian/patches/ There was an #endif too much.  
81 5389d 09h magnus /trunk/debian/ Depend on exim4 | mail-transport-agent.  
80 5389d 09h magnus /trunk/debian/ makefile_install_config.patch: Set imap_server to localhost/notls in
default prayer.cf (Closes: #531801).
 
79 5389d 10h magnus /trunk/debian/ * welcome_is_template.patch wasn't fully incorporated upstream. Remove
the help_dir setting and check in makefile_install_config.patch instead.c
* Make Prayer work on kFreeBSD. Unfortunately there is no support for
SysV semaphores.
* kfreebsd.patch: Include the right headers under glibc. Detect that
semtimedop is a stub.
* debian/Config: Add -lutils to LIBS.
* makefile_install_config.patch: put back a default value for
lock_dir.
 
78 5529d 07h magnus /tags/1.2.3-1/ [svn-buildpackage] Tagging prayer (1.2.3-1)  
77 5529d 07h magnus /trunk/debian/ clean_completely.patch (new): Fix a few makefiles that didn't remove
their build targets in the clean target (Closes: #521369). Thanks to
Simon McVittie.
 
76 5529d 07h magnus /trunk/debian/ * Upgrade to Standards-Version 3.8.1.
+ Add debian/README.source.
 
75 5529d 07h magnus /trunk/debian/ Add ${misc:Depends} to Depends for prayer-templates.  
74 5529d 08h magnus /trunk/debian/ Remove spurious comma at end of Build-Depends  
73 5529d 08h magnus /trunk/ Merge changes from 1.2.2.1-7 (and lost change to size of login box made in 1.2.2.1-4).  
72 5529d 09h magnus /tags/1.2.2.1-7/ Tagging prayer 1.2.2.1-7 (not on any branch)  
71 5690d 08h magnus /trunk/ Merge changes from lenny branch.  
70 5693d 12h magnus /tags/1.2.2.1-6/ [svn-buildpackage] Tagging prayer (1.2.2.1-6)  
69 5693d 12h magnus /branches/lenny/debian/ usernames_with_at.patch (new, from upstream CVS): If a username
contains an @, it will be assumed to be a valid email address and be
used as envelope sender address and default "From" address when
sending mail (Closes: #497016).
 
68 5705d 11h magnus /branches/lenny/debian/ Change the default value of the tmp_dir option back to
${var_prefix}/tmp (/var/run/prayer/tmp) because using /tmp may not be
secure.
 
67 5719d 10h magnus /branches/lenny/debian/ Split out templates to a separate arch-indep package.  
66 5727d 11h magnus /branches/lenny/debian/ prayer.init: Correctly check for the presence of the executables.  
65 5768d 11h magnus /tags/1.2.2.1-5a/ [svn-buildpackage] Tagging prayer (1.2.2.1-5a)  
64 5768d 11h magnus /branches/lenny/debian/ Prevent dh_installman from interpreting the cf in prayer.cf.5 as a
language code.
 
63 5768d 14h magnus /tags/1.2.2.1-4/ [svn-buildpackage] Tagging prayer (1.2.2.1-4)  
62 5768d 14h magnus /branches/lenny/debian/ Polish changelog entry  
61 5768d 15h magnus /branches/lenny/debian/ Add manpages prayer(8), prayer-session(8), prayer.cf(5), and
prayer-ssl-prune(8) (groff-mdoc format). Remove half-done Docbook
versions from source package.
 
60 5768d 17h magnus /branches/lenny/debian/ No need to define LDAP_DEPRECATED in Config; fixed upstream.  
59 5772d 08h magnus /branches/lenny/debian/ prayer.init, prayer-accountd.init: Sleep 1 second between stop and
start in restart.
 
58 5775d 14h magnus /branches/lenny/debian/ * unlimit_login_username.patch (new):
- servers/prayer_login.c: Remove 8 character username limit from login
form (Closes: #494517).
 
57 5776d 15h magnus /branches/lenny/debian/ debian/Config: Fix handling of CFLAGS, CPPFLAGS and LDFLAGS from the
environment or command line, breaking a circular definition of
LDFLAGS.
 
56 5779d 09h magnus /tags/1.2.2.1-3/ [svn-buildpackage] Tagging prayer (1.2.2.1-3)  
55 5779d 10h magnus /branches/lenny/debian/ * welcome_is_template.patch:
- shared/config.c: Don't require that the help_dir option, which was
removed from the default prayer.cf earlier, is defined
(Closes: #493009).
* makefile_install_config.patch:
- shared/config.c: Likewise don't check for lock_dir (Closes: #494011).
 
54 5789d 11h magnus /branches/lenny/debian/ Acknowledge NMU, but change the build dependency to
libc-client2007b-dev | libc-client2007-dev | libc-client-dev
(>= 7:2007~), since we need at least that version.
 
53 5789d 12h magnus /branches/lenny/debian/ Apply NMU diff  
52 5789d 12h magnus /branches/lenny/ Create lenny stable branch.  
51 5789d 12h magnus /branches/ Create branches dir  
50 5789d 13h magnus /trunk/debian/ kfreebsd.patch (new): Try to get Prayer to work on Debian
GNU/kFreeBSD.
 
49 5811d 08h magnus /trunk/debian/patches/ Remove the last line concerning welcome.html.  
48 5811d 09h magnus /trunk/debian/ * New upstream release.
- Drop repair_ssl_session_db_on_version_mismatch.patch,
remove_old_db_logfiles_from_prayer-ssl-prune.patch,
welcome_is_template.patch, template_find_bug.patch; all incorporated
upstream.
- Update makefile_install_config.patch after welcome.html gone.
 
47 5821d 13h magnus /tags/1.2.2.1-1/ [svn-buildpackage] Tagging prayer (1.2.2.1-1)  
46 5823d 06h magnus /trunk/debian/ template_find_bug.patch (new): Fix segfault in template_find() when
template_set specifies a non-existing set. Also update default set.
 
45 5823d 07h magnus /trunk/debian/ * remove_old_db_logfiles_from_prayer-ssl-prune.patch (new): Patch
myarchive() in lib/mydb_db3.c so that it only deletes obsolete
transaction logs if dirname = NULL, then call it (via DB->archive())
from ssl_prune_sessions() in lib/ssl.c.
- prayer-db-prune thus unnecessary.