non port: security/shishi/Makefile |
SVNWeb
|
Number of commits found: 77 |
Thu, 30 Jun 2022
|
[ 20:48 Rene Ladan (rene) ] 3088672 (Only the first 10 of 1160 ports in this commit are shown above. )
cleanup: Remove expired ports:
2022-06-30 databases/pgpool-II-36: Upstream support ended use
databases/pgpool-II-43
2022-06-30 ftp/multiget: Last release in 2007, doesn't support https, depends on
deprecated wxgtk28 and dead upstream. Please consider using net/uget
2022-06-30 devel/electron13: EOLed upstream, switch to newer version
2022-06-30 ftp/puf: Last release in 2006, doesn't support https and upstream is
dead. Please consider using www/aria2
2022-06-30 security/gss: Abandonware, last release in 2014 and no development
since
2022-06-30 security/shishi: Abandonware, last release in 2013 and no development
since
2022-06-30 ftp/urlgfe
2022-06-30 www/nspluginwrapper: Abandonware, last release in 2011 and upstream
is dead. NPAPI plugins are now obsolete and depends on deprecated library GTK 2
2022-06-30 devel/govendor: Use Go modules
2022-06-30 devel/racer: Racer is not actively developped now. Please consider
using newer software such as devel/rust-analyzer.
2022-06-30 net-mgmt/unifi6: No longer maintained by upstream
2022-06-30 devel/dep: Use Go modules
2022-06-30 databases/libgda5-bdb: Depends on deprecated databases/db5
2022-06-30 emulators/qemu5: Use emulators/qemu6 or emulators/qemu
2022-06-30 deskutils/bitcollider: bitzi.com is no longer available, closed down
in 2013
2022-06-30 converters/htx: XHTML is considered obsolete in favor of HTML5
2022-06-30 www/getleft: Abandonware last updated on 2008
2022-06-30 ftp/wxdfast: Last release in 2009, doesn't support https, depends on
deprecated wxgtk28 and dead upstream. Please consider using net/uget
|
Mon, 23 May 2022
|
[ 11:39 Daniel Engberg (diizzy) ] 0bd530b
security/shishi: Deprecate and set expiration date to 2022-06-30
Abandonware, last release in 2013 and no development since
PR: 263914
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 4 Nov 2019
|
[ 21:21 rene ] (Only the first 10 of 99 ports in this commit are shown above. )
Returns johans's ports to the pool after safekeeping his commit bit.
|
Tue, 2 Apr 2019
|
[ 03:35 yuri ] (Only the first 10 of 50 ports in this commit are shown above. )
dns/libidn: Update to 1.35
Bump 48 ports.
Previous update to 1.34 broke jabberd.
PR: 228048
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 27 Mar 2016
|
[ 14:58 tijl ] (Only the first 10 of 183 ports in this commit are shown above. )
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Fri, 2 Jan 2015
|
[ 18:46 pi ] (Only the first 10 of 104 ports in this commit are shown above. )
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above )
|
Sat, 30 Aug 2014
|
[ 18:18 tijl ] (Only the first 10 of 51 ports in this commit are shown above. )
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
|
Tue, 5 Aug 2014
|
[ 22:13 tijl ] (Only the first 10 of 119 ports in this commit are shown above. )
Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.
PR: 192342
Approved by: portmgr (implicit, bump unstaged ports)
|
Mon, 28 Jul 2014
|
[ 06:43 novel ] (Only the first 10 of 13 ports in this commit are shown above. )
- Update security/libtasn1 to 4.0
- Add USES= libtool and set INSTALL_TARGET to install-strip
- Drop useless bsd.port.options.mk include
- Bump PORTREVISION of ports that depend on libtasn1 as
shlib version has changed
- Add an UPDATING entry for that
Exp-run by: antoine
|
Wed, 23 Jul 2014
|
[ 09:54 tijl ] (Only the first 10 of 139 ports in this commit are shown above. )
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Mon, 7 Jul 2014
|
[ 15:40 tijl ]
- Convert to USES=libtool
- Set MAKEINFOFLAGS instead of MAKEINFO
- Add INSTALL_TARGET=install-strip
|
Wed, 25 Jun 2014
|
[ 08:58 bapt ] (Only the first 10 of 36 ports in this commit are shown above. )
Fix build on system built WITHOUT_INFO
With hat: portmgr
|
Sat, 11 Jan 2014
|
[ 12:01 johans ]
Enable stage support + minor cleanups
|
Sun, 3 Nov 2013
|
[ 09:22 novel ]
- Chase security/libtasn1 update
- Add UPDATING entry
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Mon, 16 Sep 2013
|
[ 16:58 bapt ] (Only the first 10 of 18 ports in this commit are shown above. )
Convert to new perl framework
Convert USE_GMAKE to USES=gmake
|
Fri, 3 May 2013
|
[ 16:36 ehaupt ] (Only the first 10 of 95 ports in this commit are shown above. )
Chase security/libgcrypt update
|
Mon, 29 Apr 2013
|
[ 19:41 johans ]
Update GNU shishi to 1.0.2
Announcement http://lists.gnu.org/archive/html/info-gnu/2013-04/msg00002.html
|
Sat, 27 Apr 2013
|
[ 18:25 mva ] (Only the first 10 of 181 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Wed, 6 Feb 2013
|
[ 17:30 novel ] (Only the first 10 of 11 ports in this commit are shown above. )
- Add UPDATING entry for libtasn1 update
- Bump PORTREVISIONs for dependant ports
|
Tue, 5 Feb 2013
|
[ 16:17 novel ] (Only the first 10 of 94 ports in this commit are shown above. )
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
|
Sun, 2 Sep 2012
|
[ 09:04 johans ]
- Add patch to fix getsubopt() parsing
Fixes setting of "realm-kdc" and "server-realm"
http://lists.gnu.org/archive/html/help-shishi/2012-08/msg00073.html
- Bump PORTREVISION
- Reduce Makefile header
Submitted by: Mats Erik Andersson <openbsd@gisladisker.se>
|
Tue, 17 Jul 2012
|
[ 18:01 johans ]
- [1] Fix the use of SRV resource queries via DNS;
caused by failure to detect resolv.h and res_query()
http://lists.gnu.org/archive/html/help-shishi/2012-07/msg00001.html
- Minor style cleanups
- Bump PORTREVISION
Submitted by: Mats Erik Andersson <openbsd@gisladisker.se> [1]
|
Wed, 27 Jun 2012
|
[ 19:52 johans ]
Convert to new options framework
|
Sat, 31 Mar 2012
|
[ 12:15 johans ]
Update shishi to version 1.0.1
Feature safe: yes
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Thu, 11 Aug 2011
|
[ 19:20 kwm ] (Only the first 10 of 543 ports in this commit are shown above. )
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Sun, 3 Jul 2011
|
[ 11:40 swills ] (Only the first 10 of 49 ports in this commit are shown above. )
- Chase the libgcrypt shared lib version
|
Sun, 5 Jun 2011
|
[ 18:43 novel ] (Only the first 10 of 95 ports in this commit are shown above. )
Chase security/gnutls update and add an UPDATING entry.
|
Mon, 14 Mar 2011
|
[ 08:40 wen ] (Only the first 10 of 29 ports in this commit are shown above. )
- Bump PORTREVISION to chase the update of dns/libidn
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Tue, 27 Jul 2010
|
[ 01:25 wxs ] (Only the first 10 of 40 ports in this commit are shown above. )
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Mon, 24 May 2010
|
[ 10:48 johans ]
- Update shishi to 1.0.0
- Update MASTER_SITE (GNU)
- Remove custom patch (fixed upstream)
- Note: shlib version bumped
|
Sat, 10 Apr 2010
|
[ 21:44 johans ]
Add forgotten dependency on gnutls
|
Fri, 2 Apr 2010
|
[ 17:27 johans ]
Update to 0.0.43
|
Thu, 18 Mar 2010
|
[ 06:33 johans ]
- Update to 0.0.42
- Add patch for FreeBSD <=7 where configure rejects our stat()
but cannot use the included version either. Use ours anyway.
|
Tue, 23 Feb 2010
|
[ 19:10 araujo ]
Pass maintainership to people that use it.
Feature safe: yes
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Thu, 18 Jun 2009
|
[ 16:49 araujo ]
- Update to 0.0.40.
|
Fri, 27 Feb 2009
|
[ 22:06 araujo ]
- Update MASTER_SITES.
- Take maintainership.
|
Sun, 18 Jan 2009
|
[ 17:04 novel ]
Chase libtasn1 shared library version bump.
|
Fri, 6 Jun 2008
|
[ 14:01 edwin ] (Only the first 10 of 129 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Thu, 20 Mar 2008
|
[ 10:03 pav ] (Only the first 10 of 74 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sun, 28 Jan 2007
|
[ 09:07 kris ] (Only the first 10 of 103 ports in this commit are shown above. )
Use libtool port instead of included one to avoid objformat a.out botch
|
Tue, 15 Aug 2006
|
[ 01:04 clsung ] (Only the first 10 of 49 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Fri, 5 May 2006
|
[ 16:02 novel ]
Chase security/libtasn1 shlib version bump.
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Sat, 12 Nov 2005
|
[ 18:52 pav ] (Only the first 10 of 27 ports in this commit are shown above. )
Move IDN related ports from devel to dns category:
devel/libidn -> dns/libidn
devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN
Approved by: both maintainers
Repocopy by: marcus
|
Tue, 30 Aug 2005
|
[ 03:16 ijliao ]
upgrade to 0.0.22
PR: 85389
Submitted by: Ports Fury
|
Mon, 20 Dec 2004
|
[ 09:19 krion ]
Update to version 0.0.21
PR: ports/75269
Submitted by: Ports Fury
|
Mon, 22 Nov 2004
|
[ 16:33 krion ]
Update to version 0.0.20
PR: ports/74252
Submitted by: Ports Fury
|
Sun, 14 Nov 2004
|
[ 08:59 krion ]
Update to version 0.0.19
PR: ports/73908
Submitted by: Ports Fury
|
Tue, 26 Oct 2004
|
[ 15:26 krion ]
Chase libraries for new devel/libidn version.
|
Wed, 20 Oct 2004
|
[ 11:45 pav ]
- Update to 0.0.18
PR: ports/72824
Submitted by: Ports Fury
|
Sun, 8 Aug 2004
|
[ 17:14 krion ]
Update to version 0.0.17
PR: ports/70173
Submitted by: Ports Fury
|
Mon, 2 Aug 2004
|
[ 08:23 krion ]
Update to 0.0.16
|
Mon, 28 Jun 2004
|
[ 06:36 krion ]
Chase libraries for new devel/libidn version
|
Mon, 24 May 2004
|
[ 10:23 arved ]
Chase new location of libgcrypt, bump PORTREVISION
Reported by: kris, eik
|
Sat, 22 May 2004
|
[ 08:10 krion ]
- Chase libraries for new devel/libidn version
|
Wed, 28 Apr 2004
|
[ 20:17 krion ]
- Fix LIB_DEPENDS
- Fix handling PKGMESSAGE
PR: ports/65996
Submitted by: Ports Fury
|
Sun, 18 Apr 2004
|
[ 18:36 krion ]
- Update to version 0.0.15
|
Sun, 29 Feb 2004
|
[ 14:30 krion ]
- Chase libraries for new libidn version
|
Wed, 4 Feb 2004
|
[ 04:36 marcus ] (Only the first 10 of 312 ports in this commit are shown above. )
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
|
Fri, 23 Jan 2004
|
[ 18:12 trevor ] (Only the first 10 of 314 ports in this commit are shown above. )
Now gettext 0.12.1 is gettext-old.
|
[ 15:16 krion ]
- Update to version 0.0.14
PR: ports/61785
Submitted by: Ports Fury
|
Fri, 16 Jan 2004
|
[ 15:52 krion ]
- Update to version 0.0.13
PR: 61429
Submitted by: Ports Fury
|
Thu, 8 Jan 2004
|
[ 15:47 krion ]
- Update to version 0.0.12
PR: 61079
Submitted by: Ports Fury
|
Sun, 19 Oct 2003
|
[ 17:25 ijliao ]
add shishi 0.0.8
A free implementation of the Kerberos 5 network security system
|
Number of commits found: 77 |