Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-05-07 | Update wwwoffle to 2.8e, and take over maintainership | abs | 2 | -11/+9 | |
Changes since 2.8c: * src/version.h, doc/NEWS: Update to version 2.8e. * src/wwwoffle-tools.c: Fix previous wwwoffle-mv change and preserve timestamps. * src/configdata.c: Make the default value for reply-chunked-data match the documentation. * src/info.c: Indicate on the info page if the URL has been requested. * src/wwwoffles.c: Handle HEAD requests more intelligently. When online send HEAD don't cache them, when offline convert to GET if not cached. * doc/README: Updated description of wwwoffle-mv program. * src/configdata.c, src/wwwoffles.c, conf/upgrade-config.pl, conf/wwwoffle.conf.template, doc/CHANGES.CONF, doc/README.CONF, src/config.h: Added a new option cache-control-max-age-0 to OnlineOptions and OfflineOptions. * doc/FAQ: Another solution to the infamous libc resolver problem. * src/wwwoffles.c: No functional changes. Added more comments relating to Fetch mode, and on mode for else statements. Rearranged code so that mode==Fetch is evaluated with others in else branch. * src/wwwoffles.c: Fix two places where being in Fetch mode would go wrong (aliased URL and unauthenticated proxy request). * doc/README, doc/README.CONF: Some text changes. * src/wwwoffle-tools.c: Allow moving files and changing the path. * src/control.c: Fix spurious error message. * doc/wwwoffle.conf.man.template: Updated the dates in the footer/header. * src/spool.c: Only print an error for a missing monitor time file if the URL is monitored. Version 2.8d of WWWOFFLE released. * doc/NEWS, src/version.h: Update to version 2.8d. * doc/README: Update acknowledgements section (removal of old GIF code). * src/gifmodify.c: All new GIF modification code (handles GIF87a and GIF89a). * doc/README.CONF: Make sure that all lines are less than 78 characters long. * src/htmlmodify.l, conf/upgrade-config.pl, conf/wwwoffle.conf.template, doc/CHANGES.CONF, doc/README.CONF, src/config.h, src/configdata.c: Add a new option to remove HTML "marquee" effect (scrolling text). * src/Makefile.in, src/configedit.c, src/control.c, src/index.c, src/monitor.c, src/refresh.c: Give warnings if processing URL arguments and an unexpected one is seen. * conf/wwwoffle.conf.template, doc/CHANGES.CONF, doc/README, doc/README.CONF, src/config.h, src/configdata.c, src/htmlmodify.l, conf/upgrade-config.pl: Add an HTMLModify option to fix bad cyrillic coding. * src/wwwoffle-tools.c: Return an error status in case of a failure. * src/wwwoffles.c: Make sure that there is a message from 'wwwoffle -fetch' for all URLs. * src/miscurl.c: Fix hostname character checking. * src/document.c: Parse xhtml pages for links and images. * src/info.c: Display source of xhtml and xml pages. * src/wwwoffles.c: Add cache information to xhtml pages. * doc/README.CONF: Clarify the try-without-password option wording. * src/miscurl.c: When splitting a URL disallow invalid characters in hostnames. * src/wwwoffled.c: Change log file ownership before changing uid/gid. Close stdin/stdout/stderr after detaching from terminal not before. Don't open log file again after detaching from terminal. Don't force usage of stderr when re-initialising error handler. * doc/README.CONF, src/configmisc.c: A URL-SPEC path like '/*/foo*' matches '/foo*' and '/*/foo*' as a special case. * src/cgi.c, src/search.c: Fix bug with setting up stdout for CGI program. * src/errors.c: Fix bug that left file descriptor open on log file. * src/document.h, src/htmlmodify.l, src/wwwoffles.c: Disable the demoronise-ms-html option if the HTML is UTF-8 or other multibyte charset. | |||||
2005-05-07 | Fix the build on MacOS X 10.4 which now has statvfs. | recht | 2 | -9/+9 | |
2005-05-07 | Give this package a dummy version number (today). | wiz | 1 | -1/+2 | |
2005-05-07 | Note that mail/majordomo (and perhaps other packages) need to be | schmonz | 1 | -1/+4 | |
converted to use generic install scripts. | |||||
2005-05-07 | Note getmail update. | schmonz | 1 | -1/+2 | |
2005-05-07 | Update to 4.3.8. From the changelog: | schmonz | 2 | -6/+6 | |
-change (again) handling of deleted messages vs. connection that dies. Inability to send QUIT to POP3 server should be less problematic now. -improve housekeeping of old message state file. Thanks: Thomas Schwinge. | |||||
2005-05-07 | Fix for NetBSD LP64 arches by checking if _LP64 is defined. These arches | toshii | 2 | -1/+15 | |
don't define __LP64__. This is basically same as patch-ab rev. 1.13, which was probably removed by mistake. | |||||
2005-05-07 | Don't use hard-coded /usr/pkgsrc, but @PKGSRCDIR@. Approved by wiz. | rillig | 1 | -3/+3 | |
2005-05-06 | Fix typo. | wiz | 1 | -2/+2 | |
2005-05-06 | Some minor fixes while I was browsing. | wiz | 1 | -24/+28 | |
2005-05-06 | Sync with usr.sbin/pkg_install/add/pkg_add.1 v1.59. | wiz | 2 | -21/+65 | |
2005-05-06 | Mention that semicolon is a shell meta-character and that it probably | wiz | 1 | -1/+3 | |
needs quoting in the PKG_PATH, to avoid user confusion. Reviewed by dillo. | |||||
2005-05-06 | Note some package updates in PRs. | wiz | 1 | -8/+9 | |
2005-05-06 | Remove paragui update line, the update has been reverted. | wiz | 1 | -2/+1 | |
2005-05-06 | Revert update to 1.1.8 -- it's a development version, and the API | wiz | 4 | -30/+21 | |
changes break the only dependency we have in pkgsrc. Ok'd by xtraeme. | |||||
2005-05-06 | Note addition of p5-Schedule-Cron-Events-1.8. | epg | 1 | -1/+2 | |
2005-05-06 | Add and enable p5-Schedule-Cron-Events. | epg | 1 | -1/+2 | |
2005-05-06 | Import p5-Schedule-Cron-Events-1.8. | epg | 4 | -0/+26 | |
Schedule::Cron::Events takes a crontab-style line and finds out when events will occur. | |||||
2005-05-06 | Note update of "ethereal" package to version 0.10.11. | tron | 1 | -1/+2 | |
2005-05-06 | Update "ethereal" package to version 0.10.11. Changes since version 0.10.10: | tron | 4 | -144/+8 | |
- Fixed multitude of security issues found by an aggressive testing program - Many user interface improvements have been made: - The toolbar has been updated. - Packet detail tree items can be expanded and collapsed with the right and left arrow keys. - The status bar display has been improved. - Live captures can now be restarted from the toolbar. - More improvements have been made to the ring buffer feature. - Display filters are now faster. - The capture engine has received major updates. - New protocol support: 9P, Aruba ADP, Camel, DRSUAPI, DUA, HPSW, Monotone Netsync, nettl, UMA, VNC (RFB), - Updated protocol support: ACSE, AgentX, AIM, AMR, ANSI A, ASN.1 BER/PER, ATM, ATSVC, BACapp, BOOTP/DHCP, CDP, CMIP, CMP, CMS, CRMF, DCERPC, DHCPFO, DIAMETER, DICOM, DISTCC, DLSw, EFS, EIGRP, EPM, ESIS, ESS, ETHERIC, Ethernet, FC, FCELS, FCP, FTAM, G.723, GIOP, GRE, GSM, GSS-API, GTP, H.225, H.245, H.263, HTTP, IAX2, ICEP, IEEE 802.11, IEEE 802.3 Slow protocols, INAP, IP, IPsec, ISAKMP, iSCSI, ISIS, ISL, ISMP, ISUP, JXTA, Kerberos, KINK, Kpasswd, L2TP, LDAP, LMP, M3UA, MANOLITO, MEGACO, MGCP, MIP6, MMSE, MQ, MRDISC, MTP2, NCP, NDMP, NDPS, NFS, NLM, OCSP, OSI options, PIM, PKIX1Explitit, PKIX Qualified, PKTC, Portmap, PPP, PRES, PROFINET DCP, Q.2931, Q.931, Q.933, RADIUS, RDM, RPC, RSVP, RTP, RTSP, RX, SCCP, SCSI, SCTP, SDP, sFlow, SIP, SKINNY, SM, SMB (SMB, PIPE, LOGON, Mailslot), SNA, SPNEGO, SRVLOC, SUA, TCAP, TCP, Telnet, TFTP, TZSP, Vines, WSP, X11, X.509, XML, - New and updated capture file support: 5Views, HP nettl | |||||
2005-05-06 | s/@@comment/@comment/ | markd | 1 | -2/+2 | |
2005-05-06 | dcraw update. | markd | 1 | -1/+2 | |
2005-05-06 | Update dcraw to version 7.20 (dcraw.c revision 1.258) | markd | 2 | -9/+9 | |
changes: revision 1.258 date: 2005/05/05 06:35:59 Added "-z" option to fix timestamps. ---------------------------- revision 1.257 date: 2005/05/03 18:50:30 Refactored to reduce the line count. ---------------------------- revision 1.256 date: 2005/05/03 04:16:09 Added colorcheck() function, and a color matrix for the MINOLTA DiMAGE Z2, created with colorcheck(). ---------------------------- revision 1.255 date: 2005/04/29 16:38:16 Added "-j" option, check for corrupt CRW files. ---------------------------- revision 1.254 date: 2005/04/27 20:10:40 Added the Nikon E880. ---------------------------- revision 1.253 date: 2005/04/26 00:46:33 Added the Casio EX-P505. ---------------------------- revision 1.252 date: 2005/04/22 16:03:53 Support little-endian Phase One images. ---------------------------- revision 1.251 date: 2005/04/19 16:00:41 Added camera white balance for the Nikon D2Hs. ---------------------------- revision 1.250 date: 2005/04/18 03:18:57 Added camera white balance for the Nikon D2X. | |||||
2005-05-06 | Make explicit dependency on libgetopt. Fixes build on Solaris. | markd | 1 | -1/+4 | |
OKed by wiz. | |||||
2005-05-06 | Updated paragui to 1.1.8. | xtraeme | 1 | -1/+2 | |
2005-05-06 | Update to 1.1.8, lots of changes! please review the Changelog file. | xtraeme | 4 | -21/+30 | |
2005-05-06 | Properly quote the &, <, and > characters when generating BROKENWORKLOG. | rillig | 1 | -2/+3 | |
Approved by wiz. | |||||
2005-05-06 | Fix a typo. Document PKG_PATH. Document vulnerable/ directory. | wiz | 1 | -2/+19 | |
Reviewed by dillo, rillig, salo. | |||||
2005-05-06 | + YoSucker-71, afterstep-2.00.05, ethereal-0.10.11, leafnode-1.11.2, | wiz | 1 | -6/+7 | |
nsd-2.3.0, oss-3.99.2d. | |||||
2005-05-06 | Note apache PKGREVISION bump. | wiz | 1 | -1/+2 | |
2005-05-06 | Revert: | wiz | 1 | -3/+3 | |
Remove an instance of ${TYPE} from pkgsrc. The use of the private variable _INSTALL_CMD is only temporary until we switch over to the new tools framework. The committed version has an additional | (pipe) character in it, breaking the sed and causing an empty apxs file. Replacing the pipes with commas does not help either, because then the backquoted command gets embedded into apxs instead of the correct pathname. Bump PKGREVISION because this broke at least ap-php and ap-ssl. | |||||
2005-05-06 | Add RCSIDs, remove diff command line. (hi heinz!) | salo | 6 | -11/+16 | |
2005-05-05 | Added --explain option. | rillig | 1 | -0/+1 | |
2005-05-05 | mention update of w3m and w3m-img. | kei | 1 | -1/+3 | |
several fix/improvements from Jeremy C. Reed. | |||||
2005-05-05 | fix/improvement from Jeremy C. Reed. | kei | 3 | -6/+10 | |
- honor PKG_SYSCONFDIR. - --with-termlib=ncurses is needed under linux. - specify ${MAIL_CMD}, not 'Mail' directly as mailer. bump PKGREVISION. | |||||
2005-05-05 | - Remove old hack that is now fixed in pkgsrc | adrianp | 1 | -7/+1 | |
2005-05-05 | Added security/pam-mysql from pkgsrc-wip. | xtraeme | 2 | -2/+4 | |
2005-05-05 | Initial import of pam-mysql 0.5 from pkgsrc-wip, originally packaged | xtraeme | 5 | -0/+141 | |
by David Ferlier with minor changes by me. This is a module that allows people to login to PAM aware applications by authenticating to a MySQL db. Now configurable in terms of which host the database reside upon, which table and username and password column to interrogate. | |||||
2005-05-05 | - Note nasm bump for recent security issue | adrianp | 1 | -1/+2 | |
2005-05-05 | - Bump to nb1 for recent security issue | adrianp | 3 | -2/+17 | |
- https://bugzilla.redhat.com/beta/show_bug.cgi?id=152962 - https://bugzilla.redhat.com/beta/show_bug.cgi?id=152963 - https://www.redhat.com/archives/fedora-cvs-commits/2005-April/msg00159.html - http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1194 | |||||
2005-05-05 | Added graphics/x11rec from pkgsrc-wip. | xtraeme | 2 | -3/+5 | |
2005-05-05 | Initial import of x11rec-0.2 from pkgsrc-wip, packaged by | xtraeme | 5 | -0/+96 | |
<obata@lins.jp>. x11rec is a very ad hoc X11 recorder which creates a movie. x11rec sequentially runs xwd to capture a sequence of window images and finally creates a movie file in an MNG or animated GIF format with ImageMagick and Gifsicle. | |||||
2005-05-05 | mention update of pacakges for removing RCD_SCRIPTS: | kei | 1 | -1/+4 | |
- ja-FreeWnn-lib-1.10nb3 - ja-FreeWnn-server-1.10nb2 - ja-FreeWnn-server-bin-1.10nb4 | |||||
2005-05-05 | remove auto-registration of RCD_SCRIPTS. patch supplied by Jeremy C. Reed. | kei | 7 | -15/+15 | |
also updated PKGREVISION of each package. works fine for me. Thank you! | |||||
2005-05-05 | Added net/ettercap-NG from pkgsrc-wip. | xtraeme | 3 | -4/+5 | |
2005-05-05 | Initial import of ettercap-NG 0.7.2 from pkgsrc-wip, packaged | xtraeme | 8 | -0/+277 | |
by Adrian Portelli. Ettercap is a suite for man in the middle attacks on LAN. It features sniffing of live connections, content filtering on the fly and many other interesting tricks. It supports active and passive dissection of many protocols (even ciphered ones) and includes many feature for network and host analysis. | |||||
2005-05-05 | Document update of docbook-simple to 1.1. | hrs | 1 | -1/+2 | |
2005-05-05 | Update to 1.1. This is the official release of Simplified DocBook V1.1 DTD | hrs | 4 | -14/+40 | |
and no technical changes from 1.1CR2. | |||||
2005-05-05 | IRIX and Interix use the install-sh script from bootstrap as their install | jlam | 2 | -4/+2 | |
tool. This is handled directly within bootstrap.mk, so remove these unnecessary definitions. | |||||
2005-05-05 | Interix has /bin/strip. | jlam | 1 | -2/+2 | |