summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-12-20remove no longer needed patches - part of psi update to 0.11jdolecek10-155/+1
tested on NetBSD 4.0, I don't have other platforms ...
2007-12-20remember to close() the "ls -l " exprs, lest we run out of file descriptorsabs1-1/+2
2007-12-20Depend on Xinerama, should fix PR 37573.joerg1-2/+3
2007-12-20Fix possibility of installation problem.obache3-10/+12
While here, add DESTDIR support.
2007-12-20Split ap-auth-external into Apache 1.x and 2.x versionssborrill1-1/+2
2007-12-20Import apache 2.x portion after splitting ap-auth-external into 1.x and 2.x.sborrill6-0/+87
mod_auth_external allows you to use an external script for Apache authentication.
2007-12-20Need some pre-created directories before install.obache1-2/+3
2007-12-20Split out Apache 2.x code into ap2-auth-external. Fixes pkg/37362sborrill1-9/+2
2007-12-20Need 'sbin' rather than 'bin'.obache1-4/+3
Then DESTDIR ready.
2007-12-20Need some pre-created directories.obache1-3/+7
Then add DESTDIR support.
2007-12-20note recent updatesdrochner1-1/+19
2007-12-20Need sbin subdirectory before install.obache1-2/+2
2007-12-20Need libXmu to build.obache1-1/+2
2007-12-20+ rss2email-2.61schmonz1-1/+2
2007-12-20Updated misc/ibutton-pdkit to 2.00nb2obache1-1/+2
2007-12-20Should replace with ${DEFAULT_SERIAL_DEVICE}, rather than hard coded /dev/tty00.obache1-30/+30
And switch to use SUBST framework. Bump PKGREVISION. While here, add DESTDIR support.
2007-12-20Remove unnecessary breakable cast. Build again with GCC4.obache2-1/+24
2007-12-20Why missing ${PKGMANDIR} for man5? :-)obache1-19/+21
While here, add DESTDIR support.
2007-12-20Need perl to build.obache1-1/+2
2007-12-20* Add missing DEPENDsobache1-19/+30
* install 'chooser' more conditionally * DESTDIR ready
2007-12-20-squidGuard-1.2.1 (updated to squidGuard-1.3).taca1-2/+1
2007-12-20Note update of www/squidGuard package to 1.3.taca1-1/+2
2007-12-20Update squidGuard to 1.3 with patch-20071117.taca6-43/+141
pkgsrc changes: - Honor squidGuard's name. - Use PKGINSTALL frame work. - More integration to squid; common configuration and logging directories. Now depends on squid package. - Switch to use db4; it might be selectable by option. - Install some examples of configuration. Todo: - LDAP support option. - Installing documents. - DESTDIR support. Release 1.3 2007-09-19 Included configurable logging. New configure option --nolog suppress all runtime logmessages. Start and stop is still logged. Default behaviour is now to log the non debug messages except when the runtime option -d is supplied to squidGuard. May need some more finetuning in later versions. (bug 11) Made some slight changes to the outdated FAQ file. 2007-09-13 Modified auth code to work with and without ldap (choosing subroutine rfc1738_unescape or sgFindUser in sg.y.in) 2007-08-20 Corrected include statement in sg.h.in. 2007-07-16 Added patch by Marc Clayton to include a progressbar to the build of the database files (bug 6). 2007-07-01 Added patch by Eric Harrison to enable full sed compliance to rewrite statements (bug 7). 2007-06-02 Corrected missing evaluation of configure parameters for logdir, dbhome and config file (bug 11). 2007-05-25 Added patch from satish to block urls entries that include hostnames (bug 4). 2007-05-20 Fixed broken regex evaluation (bug 12) Fixed a compile problem on some systems (bug 10). 2007-05-10 Corrected an issue with the fix for the double slash vulnerability (incorrectly found double slashes) (bug 1). Release 1.2.1 2007-04-10 Fixed multiple slash bypass vulnerabilty. 2007-03-17 Fixed some bugs in squidGuard-simple.cgi and added a German version of it. 2007-03-16 Fixed encoding bypass vulnerabilty. 2007-03-16 Updated y.tab.c.bison and y.tab.h.bison to the recent version. 2007-02-02 Fixed bug in user authentication. 2007-01-20 Fixed some typos which broke compilation on Sun Solaris when using the Sun CC compiler. 2007-01-12 Corrected unproper evaluated if-clause, which broke the BerkeleyDB 2 compatibility. Fixed minor typo in samples/Makefile.in. 2006-12-29 Replaced the sleepycat links from the configure program with the oracle links. Corrected typo in Makefile.in. 2006-12-16 Removed a stupid bug from the Makefile in the docs directory. 2006-12-10 Removed references to squidguard.org in Makefile.in in the Doc directory (squidguard.org is down). Added ISSUES.txt file about known problem with the current code (any information that is missing and should go in there is gladly welcomed). 2006-06-17 Release now supports LDAP queries for authentication: Added Chris Frey's ldap patches and fixes (03, 05, 06, 07 and 10; Patches from: http://www.netdirect.ca/software/category.php?cat=SquidGuard). The LDAP feature can be included during the configure run by setting --with-ldap. Per default ldap support will not be compiled in. Added a fix provided by Francesco Ranieri to solve an issue with the (un)escaping of the authentication "domain%5cusername". Patch Release 1.2.0p3 2005-12-09 Modfied configure Skript to allow to specify the name of the useraccount the squid cache is using. Modified Makefile.in that during the installation the necessary squidGuard directories are created if they are not existing. Additionally a default configuration file will be copied to the default location for squidGuard unless an old one is found there. Patch Release 1.2.0p2 2005-10-13 Added Adam Gorski's bugfix to correct a a null pointer access bug in logging. Added Chris Freys bugfix a bug where it won't search the url db if the domain db is empty. Added Chris Frey's buffer overflow checks (except for commenting out the part from line 446 to 470 in sgDb.c). (Patches from: http://www.netdirect.ca/software/category.php?cat=SquidGuard) Patch Release 1.2.0p1 2005-10-11 Added support for Berkeley DB 4.x
2007-12-20- Rename DATADIR to SQUID_DATADIR.taca2-18/+23
- Move some common parameter to Makefile.common; squid's user, group and data directory. - Add LOGDIR to Makefile.common. These changes have no functional change but make it possible for squidGuard package to share parameters.
2007-12-19DESTDIR support. When patching uninstall, make it remove the rightjoerg3-16/+19
files.
2007-12-19Update "wireshark" package to version 0.99.7.tron2-10/+9
Changes since version 0.99.7pre2: - bug-fixes - documentation updates Approved by Alistair Crooks.
2007-12-19Fixed a typo in the patch for regcomp.rillig2-4/+4
2007-12-19security/qca* and chat/psi updatedjdolecek1-1/+5
2007-12-19Update psi to 0.11.jdolecek3-136/+55
New in 0.11 - Reworked account registration process (including proper support for XEP-0077 (In-band registration)) - Finished support for XEP-0004 (Data Forms) by supporting forms in messages. (thanks to Roelof Naude) - Added support for XEP-0070 (Verifying HTTP Requests via XMPP). Thanks to Maciej Niedzielski. - Customizable shortcuts (thanks to Ephraim) - System-wide shortcuts - Added spell checking (thanks to Ephraim). Currently only aspell is supported. - Added option to automatically set the resource (using the hostname) - Added new default Stellar3 iconset - Added support for XEP-138 (Stream Compression) - Added support for using XEP-33 (Extended Stanza Addressing) to multicast messages to multiple users. Use option.enable-multicasting to enable it. - Added 'Show status message' toggle. There is a hidden option to put status messages under the nickname (at the cost of 2 extra pixels when no status message is shown) - Support for Bookmark Storage (XEP-0048), where bookmarked conferences are auto-joined. No UI is provided for creating bookmarks (yet). - Better error messages, including error condition mappings (XEP-0086) - Support dynamically changing priority - Improved PGP error messages - Hiding the deprecated protocol selector for service discovery by default. Use option.ui.show-deprecated.service-discovery.protocol-selector to re-enable it. - New options system (see options.xml) - Receiving support for vCard-Based Avatars (XEP-0153) - Support for Multi-User-Chat (XEP-0045) - Preliminary support for User Nickname (XEP-0172) - Preliminary support for Roster Item Exchange (XEP-0144) - Psi now uses the Qt4(>=4.3) and QCA2 libraries, replacing the Qt3 and QCA1 requirements. - "Privacy List" support in the account dialog. - Support for XEP-0050 (Ad-hoc commands) - Preliminary support for XEP-0163 (Personal Eventing Protocol) - Preliminary support for XEP-0146 (Remote Controlling Clients) - Large parts of the codebase have been restructured. - Fixed a chat room bug where subject/topic changes were not shown. - Mac OS X builds are now universal binaries, supporting the new Intel based Macs. - Support for XEP-85 (Chat State Notifications). - Support for XEP-0115 (Entity Capabilities). - There is now a config.xml option to make some windows use the brushed metal theme on Mac OS X. - Window opacity support is now present for all three supported platforms. - Fixed Unicode URL opening bug #510 - Auto-reconnect accounts on wakeup - Copy-pasting with emoticons now works - Fixed issue #263 where emoticons would disappear in a reply or quote - History index is rebuilt faster - Configure toolbars merged into main preferences dialog - Moving tooltips - MingW32 compiler support (Coupled with the open source Qt4 Windows library this now allows completely free building of Psi on Windows) Aspell support is not activated in pkgsrc ATM
2007-12-19add qca-ossljdolecek1-1/+2
2007-12-19Add qca-ossl 2.0.0-beta3 - OpenSSL plugin for security/qcajdolecek4-0/+46
2007-12-19remove qca-tls - it's replaced by qca-ossl in QCA 2.xjdolecek7-105/+1
2007-12-19Update qca to version 2.0.0 (needed for update of chat/psi). Change listjdolecek4-18/+39
is not available, but the project now depends on QT 4.2 and was incorporated into KDE4 too
2007-12-19Improved the wording of an explanation, to avoid confusion.rillig1-4/+4
2007-12-19Meta packages have user-destdir support and don't need any patches.rillig1-1/+4
2007-12-19Replaced the custom definitions with META_PACKAGE=yes.rillig29-257/+62
2007-12-19- Added support for the new META_PACKAGE variable.rillig2-4/+8
- Warn about duplicate entries in PLISTs.
2007-12-19Added a variable META_PACKAGE that should be set to "yes" byrillig1-1/+17
meta-packages. That way, the packages don't need to know the details of how meta-packages are defined.
2007-12-19Begone, ye unwanted patches.bjs9-179/+0
2007-12-19+ Updated audio/herrie to 1.9.1 [bjs 2007-12-19]bjs1-1/+2
2007-12-19Update to 1.9.1.bjs5-59/+43
2007-12-17 -- Herrie 1.9.1: * Added: 'L' button to locate files in the current directory * Fixed: Remove almost endless recursion by not recursing on symlinks * Added: Input can be aborted pressing the escape button - Pieter-Paul Spiertz * Improved: Manual content now matches installed configuration * Fixed: Don't autoload the playlist when files are passed on the cmdline 2007-12-02 -- Herrie 1.9: * Added: Support for changing the volume * Improved: Make license of MD5 code in sync with the rest * Improved: Avoid deprecated CoreAudio calls on Leopard * Fixed: Stop processing of signals during shutdown * Added: Spanish and Catalan translations - Xavier de Blas * Added: '{' and '}' buttons to move tracks to top/bottom - Jille Timmermans
2007-12-19+ Updated x11/xcompmgr to 1.1.3nb1 [bjs 2007-12-19]bjs1-1/+2
2007-12-19Add some fixes from GIT and bump revision. Tested withbjs4-3/+285
xorg-server-1.4.0.90 + Mesa-7.0.2 by me. Mesa's coming, I promise. ;) While here, PKG_SKIP_REASON -> PKG_FAIL_REASON, add various preprocessor definitions to XCOMPMGR_DEFS for the user to play with (sane defaults have been tested). Changes include: Constified some variables. Include getopt.h for getopt(). (in pkgsrc, this uses USE_FEATURES) Fixed a bunch of warnings. Bug #9762: Fix opacity changes on unmapped windows.
2007-12-19 Updated x11/xkeyboard-config to 20071217nb1 [bjs 2007-12-19]bjs1-1/+2
2007-12-19Fix this so that it works with the snapshot I provided. Bump rev.bjs7-61/+70
Tested by me with xorg-server-1.4.0.90.
2007-12-19s/rails-2.0.1/rails-2.0.2/.taca1-2/+2
2007-12-19Remove an obsolete configuration file which already deleted from PLIST.taca1-3/+1
This change should fix a problem with CHECK_FILES=yes.
2007-12-19The +CONTENTS file is checked for conflicts, not +REQUIRED_BY.rillig1-2/+2
2007-12-19Fixed the build on Solaris with the Sun C compiler. Like many otherrillig4-6/+62
pieces of GNU software, this package makes use of GCC extensions. Another thing is that on Solaris, <stdbool.h> may only be included by the c99 compiler, not any other; therefore we need to define our boolean type ourself.
2007-12-18Fix inconsistency (using "#pragma pack()" without ever usingtron3-2/+17
"#pragma pack(<n>)". This brings us one step closer to building the "mplayer" package under Mac OS X Intel.