# New ports collection makefile for: tripwire # Date created: 31 Mar 1997 # Whom: Joe Greco # # $FreeBSD$ # PORTNAME= tripwire PORTVERSION= 1.2 CATEGORIES= security MASTER_SITES= http://www.mirrors.wiretapped.net/security/host-intrusion-detection/tripwire/old/ MAINTAINER= jgreco@ns.sol.net COMMENT= File system security and verification program LATEST_LINK= tripwire12 MAN5= tw.config.5 MAN8= siggen.8 tripwire.8 NO_CDROM= cannot be redistributed for more than the cost of duplication NO_PACKAGE= requires local database to be built USE_PERL5_BUILD=yes TWCONFIG?= ${FILESDIR}/tw.conf.freebsd2 post-extract: @ (cd ${WRKDIR}; tar xpf T1.2.tar) post-patch: @${PERL} -pi -e 's|/secureplace/bin|${PREFIX}/bin|g;' \ -e 's|/usr/man|${PREFIX}/man|g;' ${WRKSRC}/Makefile pre-configure: @ ${CP} ${FILESDIR}/conf-freebsd2.h ${WRKSRC}/configs @ ${SED} s%/kernel%`/sbin/sysctl -bn kern.bootfile`% \ < ${TWCONFIG} \ > ${WRKSRC}/configs/tw.conf.freebsd2 post-install: @ ${MKDIR} /var/adm/tcheck @ ${CP} ${TWCONFIG} /var/adm/tcheck/tw.config # Creating tripwire database .ifndef NO_DB_BUILD @ (cd /var/adm/tcheck; tripwire -initialize) .if defined(TRIPWIRE_FLOPPY) && ${TRIPWIRE_FLOPPY} == YES # preparing the floppy @ disklabel -w -B /dev/rfd0c fd1440 @ newfs -u 0 -t 0 -i 196608 -m 0 -T minimum -o space /dev/rfd0c mount /dev/fd0c /mnt # transferring things to the floppy @ ${CP} -p /var/adm/tcheck/tw.config /mnt/tw.config @ ${GZIP_CMD} < /var/adm/tcheck/databases/tw.db_`hostname` \ > /mnt/tw.db_`hostname`.gz @ ${CP} -p ${FILESDIR}/twcheck /usr/bin/gunzip \ ${PREFIX}/bin/tripwire \ /mnt/ @ ${CHMOD} 555 /mnt/tripwire /mnt/gunzip /mnt/twcheck @ umount /mnt # Do not forget to remove and write-protect the floppy. .endif .endif .include 4/files/elliptic-6.5.4'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
Commit message (Expand)AuthorAgeFilesLines
* - Update to 1.29miwi2008-09-292-5/+11
* - Re-add mod_sql_tds option and update to 4.6beech2008-09-262-7/+22
* - Replace path hack with configure argbeech2008-09-252-4/+3
* - Update to 0.5.0lwhsu2008-09-242-4/+4
* - Fix plistbeech2008-09-241-1/+0
* - Fix install and plist for proftpd.pcbeech2008-09-242-0/+5
* - Update to 1.3.2rc2beech2008-09-2414-806/+251
* - Update to 2.8.5beech2008-09-236-67/+73
* - Update to 1.3.20080922beech2008-09-234-39/+33
* - Update to 1.3.20080920beech2008-09-234-350/+30
* - Patch src netio.c - wrong telnet filterbeech2008-09-172-2/+58
* - Update security/clamav to 0.94 [1] and fix a remote DoS [2]garga2008-09-162-2/+2
* Reset infofarmer due to maintainer-timeouts and no response to email.linimon2008-09-073-3/+3
* Somewhere along the way of 8-CURRENT, we seem to have diverged inobrien2008-09-032-1/+12
* - Update to 2.1beech2008-09-032-5/+4
* Upgrade to version 3.2.2.obrien2008-08-271-1/+1
* Upgrade to version 3.2.2.obrien2008-08-272-9/+9
* - Remove pkg-messagebeech2008-08-261-9/+0
* - Update to 20080609beech2008-08-249-58/+49
* - Update lftp to v3.7.4.beech2008-08-224-5/+4
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-2117-17/+0
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-205-5/+5
* - Update libevent dependency and bump PORTREVISIONmnag2008-08-202-3/+4
* Return laszlof's ports to the pool due to lack of time.linimon2008-08-191-1/+1
* - Update to 1.30miwi2008-08-112-5/+6
* - Mark option mod_codeconv as possibly broken.beech2008-08-061-1/+1
* - simplify dependencyleeym2008-08-042-28/+19
* - Update to 0.5.0beech2008-08-032-7/+7
* - update to 2.0.7dinoex2008-07-302-4/+4
* Reset sergei@ due to maintainer-timeouts and no response to email.linimon2008-07-271-1/+1
* - New entry to MASTER_SITESgarga2008-07-261-1/+2
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
* - Update to 1.51tabthorpe2008-07-252-6/+5
* - Fix build with NOPORTDOCSmiwi2008-07-241-2/+2
* - Fix error in procname pathbeech2008-07-152-1/+2
* Fix "version went backwards"edwin2008-07-091-1/+1
* - Update to 2.0beech2008-06-255-9/+88
* - Use new freepascal stuffacm2008-06-241-3/+2
* - Add missing pkg-plist @dirrmtry entries.alepulver2008-06-221-0/+5
* - Update to version 3.0.11.alepulver2008-06-223-148/+94
* - Update to 0.4.0lwhsu2008-06-153-5/+5
* Update to 0.18skv2008-06-112-4/+4
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-062-2/+2
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-0633-20/+33
* - Update to 3.7.3miwi2008-06-056-14/+62
* UFTP is a multicast file transfer program, utilizing a protocolwxs2008-06-056-0/+84
* - Update to version 3.0.10.alepulver2008-06-043-6/+7
* - Fix a typomiwi2008-06-011-1/+1
* - Update to 7.16.4 [1]perky2008-05-302-6/+6
* - fixed Spellingdinoex2008-05-241-1/+1
* - Update to 1.3.7miwi2008-05-222-4/+4
* - Change CFLAGS to: CFLAGS+= -I${LOCALBASE}/includebeech2008-05-191-1/+1
* - Update to 3.7.1beech2008-05-183-7/+6
* - Update to 1.3.6miwi2008-05-082-4/+4
* Upgrade ftp/wget from 1.11 to 1.11.2.vd2008-05-063-25/+47
* - Remove BROKEN for FreeBSD/i386 8.x (since latest update is reported to work).alepulver2008-05-062-17/+1
* - Update to version 3.0.9.2.alepulver2008-04-303-69/+164
* 2008-02-23 ftp/greed: No longer maintainedbeech2008-04-295-85/+0
* Reset aaron's port maintainerships due to many maintainer-timeouts.linimon2008-04-291-1/+1
* Argh. The cURL build requires Perl.roam2008-04-241-0/+1
* Update to curl-7.18.0.roam2008-04-2320-719/+1724
* - Fix pkgconfig install pathbeech2008-04-212-0/+9
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-209-13/+14
* - Add conflictsbeech2008-04-182-0/+4
* - Tweak Makefilebeech2008-04-181-1/+1
* - Fix pkg-plistbeech2008-04-181-2/+2
* - Update to 1.3.2.r1beech2008-04-1813-495/+34
* - Add entry for proftpd-develbeech2008-04-181-0/+1
* - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-173-6/+3
* - Chase clamav library to version 4garga2008-04-172-4/+4
* Update to 1.1; while I'm there, OPTIONize NLS and DEBUG, anddelphij2008-04-164-11/+30
* - Remove cyrillic-fix-netio.c (handled by CODECONV)beech2008-04-026-374/+4
* - Update ftp/ftp-proxy to version 4.3p1beech2008-03-302-5/+4
* - Update to 2.2beech2008-03-282-4/+4
* - Re-add OPTIONS CODECONV (mod_codeconv) with v1.3.1 fixes for international ...beech2008-03-284-4/+976
* - Fix segfault in mod_quotatab_sql if the SQL query returns NULL bytes/files ...beech2008-03-274-2/+186
* - use CPAN macroleeym2008-03-261-9/+13
* add SIZE, comment NO_SIZEedwin2008-03-252-1/+2
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-252-2/+1
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-233-5/+2
* Drop maintainershipehaupt2008-03-231-1/+1
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-221-1/+0
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-221-2/+2
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-205-5/+0
* Add a WITHOUT_NCFTP_IPV6 knob and respect WITHOUT_IPV6. Otherwise I get:obrien2008-03-191-0/+2
* Fix avahi dependency.novel2008-03-151-1/+1
* - Take over maintainershipmiwi2008-03-131-1/+1
* - Update to version 3.0.7.1.alepulver2008-03-123-37/+53
* Use ${MASTER_SITE_GOOGLE_CODE} instead ofedwin2008-03-071-1/+1
* - Add vendor patchbeech2008-03-044-2/+146
* - Chase security/gnutls shlib version bumpnovel2008-03-036-6/+10
* Reset relaxbsd@gmail.com due to maintainer-timeouts.linimon2008-03-021-1/+1
* 2007-10-28 x11-wm/wmDeskGuide: Version branch long since retiredmiwi2008-02-286-68/+0
* Update to 0.14erwin2008-02-243-7/+8
* - Update to 3.6.3;beech2008-02-213-20/+18
* - Add mod_sql_tds, which allows proftpd to auth using sql against Sybase and MSbeech2008-02-214-8/+50
* - Update to 0.8.3;beech2008-02-205-40/+75
* - update to 2.0.6dinoex2008-02-182-4/+7
* - Add two optional third-party modules:beech2008-02-174-6/+78
* - Fix a problem with AUTH TLS [1]garga2008-02-144-30/+52
* - Upgrade to 2.02.kuriyama2008-02-142-6/+7
* Mark BROKEN on i386 8.0: does not compileerwin2008-02-102-2/+14
* Update to 0.14skv2008-02-073-8/+6
* Upgrade ftp/wget from 1.10.2 to 1.11.vd2008-02-023-6/+10
* - Fix plist: don't remove directories created by mtreepav2008-01-311-12/+0
* - Update to 0.3.0lwhsu2008-01-263-5/+7
* - Fix (and add) pkg-plistbeech2008-01-262-3/+22
* - Remove pkg-plistbeech2008-01-244-4/+2
* - Makefile fixesbeech2008-01-241-3/+3
* - Mark forbiddenbeech2008-01-242-2/+5
* - Fix master_sitesbeech2008-01-242-10/+5
* - Mark deprecated, no longer maintained.beech2008-01-241-1/+4
* - Adopt orphan ports in ftp category.beech2008-01-2426-26/+26
* - Update to 0.6.1beech2008-01-235-40/+65
* - Fix IPv4-mapped IPv6 connections not matched properly against IPbeech2008-01-174-2/+178
* - Update to 1.3.5miwi2008-01-142-4/+4
* - Update to 2.1beech2008-01-102-6/+5
* - Fix issue, if compiled with both base and port versions of opensslbeech2008-01-082-6/+6
* - Update to 1.0.0beech2008-01-034-48/+6
* - Bump PORTREVISION since devel/libevent are updated.mnag2008-01-032-3/+4
* When call tzset() before openlog so we log in local time instead of UTC.brooks2007-12-292-0/+16
* - Update security/clamav to 0.92garga2007-12-202-4/+4
* - Update to 1.3.4miwi2007-12-192-4/+7
* Update to version 3.2.1,obrien2007-12-192-9/+9
* - Fixes a linker problem when not using libtool 15miwi2007-12-192-2/+12
* - Update 1.3.3miwi2007-12-192-6/+6
* - Fix working with antiviruses on BSD systems.sem2007-12-143-0/+107
* - Update to 4.2p2beech2007-12-142-6/+6
* - Bug fix mod_clamavbeech2007-12-144-10/+10
* - Update maintainer addressbeech2007-12-141-1/+1
* - Update to 0.9.7beech2007-12-133-17/+4
* - Update to 3.6.1beech2007-12-123-5/+5
* - Fix install of libftp.abeech2007-12-031-2/+5
* - Fix connect stops with Sig11 on FreeBSD AMD64beech2007-11-152-6/+12
* - Kalle Olavi Niemitalo discovered two boundary errors in fsplib codemiwi2007-11-063-1/+72
* Update to version 0.8.1markus2007-10-302-5/+4
* - Mark broken with 5.xbeech2007-10-271-2/+2
* - Update to 4.2p1beech2007-10-252-5/+4
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-257-50/+72
* - Fix plistmiwi2007-10-241-0/+1
* - update to 1.0.2leeym2007-10-192-5/+4
* - Update to 0.4miwi2007-10-175-58/+53
* - Add vendor patch to fix bug - Authoritative PAM is not honoredbeech2007-10-094-0/+88
* - Fix build with gcc-4.2beech2007-10-071-4/+4
* - Update to 1.3.1 Finalbeech2007-10-0716-238/+16