summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-06-25Update analog package to version 5.02. Changes since version 5.01:tron4-21/+42
- Understands the new IIS log format with four-digit years. - Traditional Chinese and Brazilian Portuguese language files. - Japanese is now available in four character sets. - Four language files which were already distributed with the program are now available through the LANGUAGE command: BULGARIAN-MIK (MIK-16 charset), CZECH-1250 and SLOVENE-1250 (Windows-1250), and SWEDISH-ALT (alternative translation avoiding Anglicisms).
2001-06-25Fix up conversion to use buildlink.mk files slightly by not putting ajlam3-23/+32
buildlink directory into the rpath. Also substitute for basename in the Makefile, and modify patch to be less intrusive about its changes.
2001-06-25Add buildlink.mk file for use by other package Makefiles.jlam1-0/+38
2001-06-25This package uses libintl if available, so just add a dependency on itjlam3-16/+31
via buildlink.mk, and mark as USE_BUILDLINK_ONLY. Also disable the -O2 optimization in the package Makefile, instead of removing _all_ the CXXFLAGS passed to configure. This allows other CXXFLAGS to get through. Lastly, prefer using a shell loop versus a make loop in the package Makefile.
2001-06-24Actually, set CPPFLAGS, not CFLAGS.wiz1-2/+2
2001-06-24add & enable gcvszuntum1-1/+2
2001-06-24Initial import of gcvs-1.0a7zuntum6-0/+180
gcvs is a GTK CVS client based upon WinCVS Fixes pkg/13296 by Michael Santos <mike@ethmoid.org>
2001-06-24add an option to allow logging the output of "mkisofs -v -v" to a file.dmcmahill3-13/+24
This provides the required information for some "on the fly" iso image generation on an ftp server. Requested by Todd Vierling. bump rev to 1.3.
2001-06-24Fix forget'o: add missing output redirection for SEDzuntum1-2/+2
2001-06-24add & enable cvs2htmlzuntum1-1/+2
2001-06-24Initial import of cvs2html-1.82zuntum4-0/+30
cvs2html is a perl script to transform the 'cvs log' output to HTML. The program can be used for any type of cvs archive.
2001-06-24Doesn't seem to need GNU make anymore.wiz1-2/+1
2001-06-24Update to the latest version. Fixes pr#13272veego2-5/+5
2001-06-24Remove share/examples/mgp/dns-jp.mgp from PLIST since magicpoint-1.08ataca1-2/+1
dosen't contain this file any more.
2001-06-24Update samba to 2.2.0a as samba-2.2.0nb2. Quoting from WHATSNEW.txt:taca2-6/+6
WHATS NEW IN Samba 2.2.0a: 23rd June 2001 ========================================== SECURITY FIX ============ This is a security bugfix release for Samba 2.2.0. This release provides the following two changes *ONLY* from the 2.2.0 release. 1). Fix for the security hole discovered by Michal Zalewski (lcamtuf@bos.bindview.com) and described in the security advisory below. 2). Fix for the hosts allow/hosts deny parameters not being honoured. No other changes are being made for this release to ensure a security fix only. For new functionality (including these security fixes) download Samba 2.2.1 when it is available. The security advisory follows : IMPORTANT: Security bugfix for Samba ------------------------------------ June 23rd 2001 Summary ------- A serious security hole has been discovered in all versions of Samba that allows an attacker to gain root access on the target machine for certain types of common Samba configuration. The immediate fix is to edit your smb.conf configuration file and remove all occurances of the macro "%m". Replacing occurances of %m with %I is probably the best solution for most sites. Details ------- A remote attacker can use a netbios name containing unix path characters which will then be substituted into the %m macro wherever it occurs in smb.conf. This can be used to cause Samba to create a log file on top of an important system file, which in turn can be used to compromise security on the server. The most commonly used configuration option that can be vulnerable to this attack is the "log file" option. The default value for this option is VARDIR/log.smbd. If the default is used then Samba is not vulnerable to this attack. The security hole occurs when a log file option like the following is used: log file = /var/log/samba/%m.log In that case the attacker can use a locally created symbolic link to overwrite any file on the system. This requires local access to the server. If your Samba configuration has something like the following: log file = /var/log/samba/%m Then the attacker could successfully compromise your server remotely as no symbolic link is required. This type of configuration is very rare. The most commonly used log file configuration containing %m is the distributed in the sample configuration file that comes with Samba: log file = /var/log/samba/log.%m in that case your machine is not vulnerable to this attack unless you happen to have a subdirectory in /var/log/samba/ which starts with the prefix "log." Credit ------ Thanks to Michal Zalewski (lcamtuf@bos.bindview.com) for finding this vulnerability. New Release ----------- While we recommend that vulnerable sites immediately change their smb.conf configuration file to prevent the attack we will also be making new releases of Samba within the next 24 hours to properly fix the problem. Please see http://www.samba.org/ for the new releases. Please report any attacks to the appropriate authority. The Samba Team security@samba.org
2001-06-24plug buffer overrun vulnerability in mime charset parsing. from bugtraq.itojun3-3/+45
2001-06-24Enable zebedee.taca1-1/+2
2001-06-24Importing zebedee 2.2.2. Quoting from README.txt is here.taca6-0/+186
Zebedee Secure Tunnel ===================== Zebedee is a simple program to establish an encrypted, compressed "tunnel" for TCP/IP or UDP traffic between two systems. This allows data from, for example, telnet, ftp and X sessions to be protected from snooping. You can also use compression, either with or without data encryption, to gain performance over low-bandwidth networks. The main goals for Zebedee are to: * Provide client and server functionality under both UNIX and Windows 95/98/NT. * Be easy to install, use and maintain with little or no configuration required. * Have a small footprint, low wire protocol overhead and give significant traffic reduction by the use of compression. * Use only algorithms that are either unpatented or for which the patent has expired. * Be entirely free for commercial or non-commercial use and distributed under the term of the GNU General Public Licence (see LICENCE.txt for details). For further information on how to use Zebedee see the file zebedee.html in the distribution (or the manual page for zebedee(1) under UNIX -- it is basically the same text). Example configuration files are also provided.
2001-06-24MACHINE_GNU_ARCH etc. were hardcoded :pminoura1-3/+3
2001-06-24Remove MOC and UIC references -- we no longer try to compile this packagezuntum1-4/+2
with qt2 support.
2001-06-24Remove FreeBSDism -- USE_AUTOCONFzuntum2-4/+2
2001-06-24Remove USE_XLIB as it has no effect; I wonder who put it herezuntum2-4/+2
2001-06-24o converted to use buildlink.mk from qt2-libs packagezuntum3-16/+15
2001-06-24regenzuntum1-2/+2
2001-06-24o set USE_X11 so X11BASE gets added to LDFLAGS -- simplifies patch-aazuntum2-5/+6
2001-06-23A tiny example how I start my sandbox builds.hubertf1-0/+19
Nothing fancy, probably needs adjusting to other people's environments. XXX the list of things that need to be setup in the sandbox should XXX probably be moved to Packages.txt...
2001-06-23Add a script that I use to upload binary pkgs to the FTP serverhubertf2-1/+36
2001-06-23Add pconsole.frueauf1-1/+2
2001-06-23Initial import of pconsole-1.0.frueauf6-0/+139
This is pconsole, the parallel console tool. pconsole was meant as an interactive administrative shell tool for clusters. pconsole allows you to connect to each node of your cluster simultaneously, and you can type your administrative commands in a specialized window that 'multiplies' the input to each of the connections you have opened. pconsole is best run from within X Windows, although it is possible to employ it without X (in console mode) as well. You need to install pconsole on only 1 machine in the cluster, this would usually be your central administrative node. pconsole makes use of ssh if possible.
2001-06-23Correct typo and reorder lines to our BUILDLINK_FIX_LIBTOOL_SED settingjlam1-3/+3
comes first.
2001-06-23Add buildlink.mk file for use by other package Makefiles.jlam1-0/+33
2001-06-23Use BUILDLINK_FIX_LIBTOOL_SED to replace for installed freetds directory.jlam1-1/+3
2001-06-23Factor out the sed expression used to fix libtool archives into a variable,jlam1-3/+6
BUILDLINK_FIX_LIBTOOL_SED, that may be appended to.
2001-06-23Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Alsojlam2-11/+13
use ${FIND}/${SORT} instead of find/sort.
2001-06-23Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-5/+6
2001-06-23Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Handlejlam5-38/+123
-L and rpath specifications in the config files by directly substituting their final values; this is needed since the configure script directly manipulates these values via sed and needs the substituted values, not just ${VAR}. Also honor CXXFLAGS passed in from the environment (possibly containing optimization flags) during the build.
2001-06-23Within a package, references to it's installed location should bejlam1-6/+6
${PREFIX}.
2001-06-23The QT2 directory is not always ${X11BASE}/qt2.jlam1-6/+6
2001-06-23Add buildlink.mk file for use by other package Makefiles.jlam2-0/+78
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam62-272/+299
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-23Add buildlink.mk file for use by other package Makefiles.jlam1-0/+36
2001-06-23Note caveat about how buildlink.mk doesn't currently meet goal #2 onjlam1-10/+13
systems that install packages directly under ${X11BASE} (systems not using xpkgwedge).
2001-06-23Fix grammar a bit in buildlink.mk section.jlam1-9/+9
2001-06-23Update getmail to 2.0.20zuntum2-5/+5
Changes: -remove dead code -fix bug in example getmailrc file. Thanks to John Gennard for spotting this. There was an instance of an empty option value left over from before this was an issue.
2001-06-23Update fetchmail{conf} to 5.8.8. This should fix pr 13269 submittedfrueauf4-10/+10
by Emmanuel Dreyfus. fetchmail-5.8.8 (Wed Jun 20 17:22:26 EDT 2001), 20782 lines: * Fix bug that prevented messages from being marked oversized unless -v was on. * Byrial Jensen made the tracepoll information RFC822-conformant. * Reorder code to avoid accessing line buffers after they have been freed. * Steven Krings's patch to deal with over-long header lines. * Fix for Debian bug #101500. * Updated Danish translation by Byrial Jensen. * Chris Maio's patch for POP3 with BSMTP. * Patch from HMH resolves DEbian bug #101530. fetchmail-5.8.7 (Sun Jun 17 12:02:17 EDT 2001), 20749 lines: * Make fetchmailconf work properly again by fixing tracepolls mismatch. * HMH's fix for Debian bug #98127. * driver.c refactoring in preparation for streaming mode.
2001-06-23update to cdpack-1.2dmcmahill3-12/+25
change is that the automatically generated README.txt file is now only generated if requested via the -R flag as opposed to always generating the file. Suggested by Hubert.
2001-06-22Pull in buildlink files for jpeg, lcms, and zlib as they're needed whenjlam1-1/+5
linking against libmng.
2001-06-22Add buildlink.mk file for use by other package Makefiles.jlam1-0/+34
2001-06-22Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Addjlam1-6/+7
missing dependency on zlib.
2001-06-22Add buildlink.mk file for use by other package Makefiles.jlam1-0/+32