notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/openssh-portable/Makefile

Number of commits found: 344 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »  

Wednesday, 16 Dec 2009
16:43 amdmi3 search for other commits by this committer
- Remove BROKEN on 8.x WITH_KERBEROS case. Builds fine on 8.0 and 9.0, i386 and
amd64
- While here, fix minor plist issue for WITH_X509 case

PR:             141679
Submitted by:   Denis Barov <dindin@dindin.ru> (maintainer)
Original commit
Monday, 2 Nov 2009
08:08 lioux search for other commits by this committer
- Under OSVERSION >= 800000, only mark BROKEN if WITH_KERBEROS.
- The port links fine otherwise.
Original commit
Wednesday, 30 Sep 2009
21:09 pav search for other commits by this committer
- Mark BROKEN on 8.X with Kerberos - does not link

Reported by:    pointyhat
Original commit
Wednesday, 23 Sep 2009
18:44 pav search for other commits by this committer
- Revert USE_RC_SUBR change from last commit, it breaks OVERWRITE_BASE
- Add a hint to pkg-message about running this together with base sshd

PR:             ports/138943
Submitted by:   Denis Barov <dindin@yandex-team.ru> (maintainer)
Feature safe:   yes
Original commit
Friday, 18 Sep 2009
14:05 pav search for other commits by this committer
- Unbreak KERBEROS option
- Add option for OpenBSD support
- Fix crash in sftp listing

PR:             ports/138409 (cumulative patch)
Submitted by:   Denis Barov <dindin@dindin.ru> (maintainer)
Feature safe:   yes
Original commit
Saturday, 8 Aug 2009
07:13 pav search for other commits by this committer
- Mark BROKEN on 8.X: does not link

Reported by:    pointyhat
Original commit
Saturday, 27 Jun 2009
14:52 nork search for other commits by this committer
Fix build error WITH_HPN.

PR:                     ports/135407
Submitted by:           maintainer implicit (already submitted)
Pointy hat to:          pgollucci
Original commit
Tuesday, 23 Jun 2009
17:15 pgollucci search for other commits by this committer
- Fix the previous commit
  The patch file names for LPK were not updated completely in the Makefile

PR:             ports/135968
Submitted by:   Konstantin Kukushkin <dark@rambler-co.ru>
Approved by:    maintainer (implicit, shouyld have been in previous patch)
Original commit
Tuesday, 19 May 2009
10:13 osa search for other commits by this committer
Fix build with WITH_LPK support for amd64 by change extra patches order.
Do not bump PORTREVISION.

Submitted by:   Fedor Dikarev aka fe at rambler dash co dot ru
Spotted by:     maxim
Approved by:    maintainer unavailable, i.e.
                $ whois dindin.ru | grep ^state
                state:      REGISTERED, NOT DELEGATED
PR:             amd64/134706
Original commit
Sunday, 17 May 2009
03:00 nork search for other commits by this committer
Fix HPN crash issue by using aes128-ctr, aes192-ctr and aes256-ctr.

Approved by:    pav
Original commit
Friday, 15 May 2009
11:00 pav search for other commits by this committer
- Update to 5.2p1
- Assign maintainership to the submitter

PR:             ports/134160
Submitted by:   Denis Barov <dindin@dindin.ru>
Original commit
Wednesday, 22 Apr 2009
06:01 sumikawa search for other commits by this committer
Fix several problems with OPENSSH_OVERWRITE_BASE=1.
- Empty dir handling
- rc.d installation
- prefix modification in manuals

From:           Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
PR:             ports/133412
Original commit
Tuesday, 24 Mar 2009
17:41 pav search for other commits by this committer
- Reset long-term inactive maintainer
Original commit
17:41 pav search for other commits by this committer
- Integrate x509 certificate patch (optional, default off) from
http://www.roumenpetrov.info/openssh/

PR:             ports/121438
Submitted by:   Dirk-Willem van Gulik <dirkx@webweaving.org>
Approved by:    maintainer timeout (mnag; 1 year)
Original commit
17:33 pav search for other commits by this committer
- Add vendor patch for lpk patch that fixes runtime on amd64

PR:             ports/129092
Submitted by:   Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Approved by:    maintainer timeout (mnag; 4 months)
Original commit
17:26 pav search for other commits by this committer
- Update to 5.1p1

PR:             ports/128679
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by:    maintainer timeout (mnag; 4 months)
Original commit
Tuesday, 11 Nov 2008
13:03 skv search for other commits by this committer
Fix rootless build.

PR:             ports/126164
Submitted by:   skv
Approved by:    maintainer timeout (> 3 months)
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Sunday, 22 Jun 2008
19:26 pav search for other commits by this committer
- Mark BROKEN after recent kerberos update
Original commit
Saturday, 19 Apr 2008
13:46 mnag search for other commits by this committer
- Update to 5.0p1
- Port LPK patch to 5.0p1 and add to files dir
- Remove USE_PERL_BUILD since doesn't need [1]
- Update KERB_GSSAPI to 5.0p1
- Update HPN patch to 5.0p1 13v3
- Respect LOCALBASE on configure_args of LPK [2]
- Change MASTER_SITE of snapshot
- portlint(1)

PR:             121826 [2]
Submitted by:   Andrew Kolchoogin <andrew___rinet.ru> [2]
Reported by:    Björn König <bkoenig___alpha-tierchen.d [1]
Original commit
Wednesday, 16 Jan 2008
13:09 mnag search for other commits by this committer
- Update HPN patch to hpn12v20
- Bump PORTREVISION

Submitted by:   Ollivier Robert <roberto__keltia.freenix.fr>
Original commit
Friday, 5 Oct 2007
12:41 mnag search for other commits by this committer
- Update gsskex patch to 20070927
- Update HPN patch to hpn12v19 [1]

Notified by:    ale [1]
Original commit
Thursday, 4 Oct 2007
06:00 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Saturday, 8 Sep 2007
01:18 mnag search for other commits by this committer
- Update to 4.7p1
- Update HPN patch to 4.7p1-hpn12v18
- Mark as BROKEN WITH_KERB_GSSAPI while developer release a new patch
Original commit
Thursday, 30 Aug 2007
15:40 mnag search for other commits by this committer
- Enable ssl-engine
- Update gsskex patch to 4.6p1-gsskex-20070312
- Update lpk patch to 4.6p1-0.3.9
- Update hpn patch to 4.6p1-hpn12v17
- Fix challenge-response issue
- Bump PORTREVISION

Reported by:    Stefan Lambrev [1], ale@ [1]
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Original commit
Monday, 12 Mar 2007
22:13 mnag search for other commits by this committer
- Update OpenSSH to 4.6p1
- Update GSSKEX patch to 20061220
- Update HPN patch to hpn12v16
- Update LPK patch to 0.3.8
Original commit
Tuesday, 6 Feb 2007
11:49 rafan search for other commits by this committer
- Use RC_SUBR_SUFFIX

Approved by:    mnag (maintainer)
Original commit
Friday, 17 Nov 2006
18:58 ale search for other commits by this committer
Update HPN patch to v14 for openssh 4.5p1.

Approved by:    mnag
Original commit
Friday, 10 Nov 2006
13:11 mnag search for other commits by this committer
- Update to 4.5p1
- patch-sshd.c unconditionally includes <gssapi.h>. Include "ssh-gss.h" instead.
[1]

PR:             104481 [1]
Submitted by:   Mark Andrews <Mark_Andrews___isc.org> [1]
Original commit
Tuesday, 17 Oct 2006
13:27 mnag search for other commits by this committer
- Update HPN patch. Patch are renamed, the only content differences are two rows
now enclosed in an "else" block.

Submitted by:   ale
Approved by:    portmgr (erwin)
Original commit
Saturday, 7 Oct 2006
21:06 mnag search for other commits by this committer
- Add OPTION to enable Kerberos/GSSAPI patch [1]
- Add OPTION to enable LPK patch (ldap stored public key) [2]

PR:             86384 [1], 103399 [2]
Submitted by:   Garrett Wollman <wollman___khavrinen.csail.mit.edu> [1], Dmitriy
Kirhlarov <dkirhlarov___oilspace.com> [2]
Original commit
Wednesday, 4 Oct 2006
13:53 mnag search for other commits by this committer
- Fix package creation. [1]
- Update HPN patch and remove IGNORE. [2]
- Bump PORTREVISION

PR:             103961
Submitted by:   Phil Oleson <oz___nixil.net> [1], ale [2]
Original commit
Sunday, 1 Oct 2006
19:37 mnag search for other commits by this committer
- Install ssh_config-dist and sshd_config-dist in OVERWRITE_BASE too.
Original commit
02:15 mnag search for other commits by this committer
- Update to 4.4p1.
- Disable temporary HPN patch until HPN release new version.
- Fix rc.d script path in sshd.8
- Add FreeBSD-${PKGNAME} in SSH_VERSION and SSH_RELEASE like src does.
- Sync patches with src.

Security:       CVE-2006-4924, CVE-2006-5051
Original commit
Tuesday, 29 Aug 2006
19:47 ale search for other commits by this committer
Update HPN-12 patch to version 8 (no functional changes,
only documentation changes and a small bug fix on option parsing).

Approved by:    mnag
Original commit
Wednesday, 9 Aug 2006
12:49 simon search for other commits by this committer
Add optional OpenSC PIN patch which make it possible for OpenSSH to ask
for a PIN when using an OpenSC smartcard.

Approved by:            mnag (maintainer)
Patch obtained from:    http://bugzilla.mindrot.org/show_bug.cgi?id=608
Original commit
Tuesday, 4 Jul 2006
20:10 mnag search for other commits by this committer
- Remove unecessary ?= in PKGNAMESUFFIX [1]
- Update HPN patch to hpn12. Now none cipher are configured in run time. [2]

Notified by:    Peter Losher <plosher___plosh.net> [1], Scott Larson
<stl___iowainteractive.com> [2]
Original commit
Monday, 12 Jun 2006
16:56 ale search for other commits by this committer
Add support for smart cards.

Approved by:    maintainer
Original commit
Tuesday, 21 Feb 2006
19:28 mnag search for other commits by this committer
- Fix order in rc.d script. Because of pidfile are empty, reload [2] and restart
[1]
  commands kill all connections.
- Separate keygen part and create keygen command.
- Bump PORTREVISION

PR:             93228 [1]
Reported by:    DanGer on #bsdports [2]
Original commit
Saturday, 11 Feb 2006
23:59 mnag search for other commits by this committer
Forget to add HPN patches.
Original commit
23:55 mnag search for other commits by this committer
- Update to 4.3p2
Original commit
Tuesday, 7 Feb 2006
20:07 mnag search for other commits by this committer
- Update to 4.3p1
- Use DISTVERSION
- Add most configuration in OPTIONS
- Enable support to libedit in sftp [1]
- Add OPTIONS to HPN patches [2]
- Add new rc.d script [3]
- New rc.d script are responsible to check configuration and create host keys
- Using USE_RC_SUBR
- Modify pkg-message to reflect new rc.d script
- Fix pkg-plist

Reviewd by:     dougb [3]
Submitted by:   vs [1], brooks [2]
Tested by:      me, John E Hein
Original commit
20:04 mnag search for other commits by this committer
- Reorganize Makefile in preparation to update to 4.3p1
- Add one http in MASTER_SITES
- Update WWW
Original commit
Friday, 16 Sep 2005
17:58 mnag search for other commits by this committer
Update my email

Approved by: pav (mentor)
Original commit
Tuesday, 6 Sep 2005
12:36 garga search for other commits by this committer
- Pass maintainership to submitter, since he sent the last patch.

PR:             ports/85775
Submitted by:   Marcus Alves Grando <marcus@corp.grupos.com.br>
Original commit
Thursday, 1 Sep 2005
19:24 garga search for other commits by this committer
- Update to 4.2p1

PR:             ports/85578
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
Original commit
Monday, 6 Jun 2005
19:09 pav search for other commits by this committer
- Update to 4.1p1

PR:             ports/81948
Submitted by:   Daniel Gerzo <danger@rulez.sk>
Original commit
Monday, 11 Apr 2005
21:31 pav search for other commits by this committer
- Don't specify --with-ssl-dir when using the system's OpenSSL

PR:             ports/79355
Submitted by:   Mark Andrews <Mark_Andrews@isc.org>
Original commit
Sunday, 20 Mar 2005
01:00 ahze search for other commits by this committer
- Update to 4.0p1

PR:             ports/79029
Submitted by:   Dimitry Andric <dimitry@andric.com>
Original commit
Thursday, 14 Oct 2004
05:26 dinoex search for other commits by this committer
- drop maintainership
Original commit
Tuesday, 12 Oct 2004
04:43 dinoex search for other commits by this committer
- new option WITH_OPENSSH_CHROOT
Submitted by:   KANAI Makoto
Original commit
Wednesday, 18 Aug 2004
11:35 dinoex search for other commits by this committer
- update to 3.9p1

set PORTVERSION 3.9.0.1 to avoid another
bump of PORTEPOCH if 3.9.1p1 come out.

- new option OPENSSH_SNAPSHOT
Original commit
Thursday, 29 Apr 2004
03:48 dinoex search for other commits by this committer
- bump PORTEPOCH
Reported by kriS
Original commit
03:04 dinoex search for other commits by this committer
- update to 3.8.1p1
Original commit
Saturday, 3 Apr 2004
05:18 dinoex search for other commits by this committer
- force kerberos by option WITH_GSSAPI
Original commit
Friday, 26 Mar 2004
19:56 dinoex search for other commits by this committer
- make PKGNAMESUFFIX more flexible
Original commit
Thursday, 26 Feb 2004
05:47 dinoex search for other commits by this committer
- add SIZE
Original commit
Wednesday, 25 Feb 2004
12:32 dinoex search for other commits by this committer
- update to 3.8p1
Original commit
Saturday, 18 Oct 2003
10:45 dinoex search for other commits by this committer
- new option WITHOUT_KERBEROS

PR:             58156
Submitted by:   matt@peterson.org
Original commit
Monday, 13 Oct 2003
14:16 dinoex search for other commits by this committer
- fix build with kerberos5 from base and missing libdes
- get rid of autoconf dependency
Original commit
04:05 dinoex search for other commits by this committer
- fix spelling of gssapi
Original commit
Sunday, 12 Oct 2003
11:53 dinoex search for other commits by this committer
- add CONFLICTS
Submitted by:   eikemeier@fillmore-labs.com
Original commit
Friday, 10 Oct 2003
03:52 dinoex search for other commits by this committer
- GSSAPI patch improved for kerbers5 and hemidal

Submitted by:   bg@sics.se
Original commit
Sunday, 28 Sep 2003
18:41 dinoex search for other commits by this committer
- cleanup GSSAPI option
Original commit
Friday, 26 Sep 2003
18:13 dinoex search for other commits by this committer
- update to 3.7.1p2
more regressions tests successfull
Original commit
02:42 dinoex search for other commits by this committer
- Security Fix in PAM handling
Obtained from:  des
Original commit
Thursday, 25 Sep 2003
17:08 dinoex search for other commits by this committer
- mark FORBIDDEN until fixed.
Original commit
Tuesday, 23 Sep 2003
19:16 dinoex search for other commits by this committer
- Security Fix obtained from OpenBSD
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/buffer.c.diff?r1=1.18&r2=1.19

Submitted by:   ash@lab.poc.net
Original commit
Wednesday, 17 Sep 2003
16:07 nectar search for other commits by this committer
Add Solar Designer's additional fixes to buffer management.
Original commit
12:03 dinoex search for other commits by this committer
- Securitry Fix revision 2
http://www.openssh.com/txt/buffer.adv
Approved by:    lioux (portmgr)
Original commit
Tuesday, 16 Sep 2003
12:43 nectar search for other commits by this committer
Do not record expanded size before attempting to reallocate associated
memory.

Obtained from:  OpenBSD
Original commit
Saturday, 30 Aug 2003
08:02 dinoex search for other commits by this committer
- use OPENSSLRPATH from bsd.openssl.mk
- strip CONFIGURE_ENV, LDFLAGS is set in bsd.openssl.mk
Original commit
Thursday, 28 Aug 2003
15:38 dinoex search for other commits by this committer
- use hook for bsd.openssl.mk
Original commit
Wednesday, 7 May 2003
20:04 dinoex search for other commits by this committer
- Update to gssapi-20030430
Submitted by:   wollman@lcs.mit.edu
Original commit
Wednesday, 30 Apr 2003
05:44 dinoex search for other commits by this committer
- Update to 3.6.1p2
Original commit
Tuesday, 15 Apr 2003
18:50 dinoex search for other commits by this committer
- honor any given LDFLAGS
Original commit
Sunday, 13 Apr 2003
11:47 dinoex search for other commits by this committer
- Change all USE_OPENSSL_* to WITH_OPENSSL_*
Original commit
Thursday, 3 Apr 2003
19:35 dinoex search for other commits by this committer
- use bsd.openssl.mk
Original commit
Wednesday, 2 Apr 2003
04:26 dinoex search for other commits by this committer
- Update to 3.6.1p1
Original commit
Tuesday, 1 Apr 2003
04:10 dinoex search for other commits by this committer
- extend regression tests
Original commit
03:02 dinoex search for other commits by this committer
- Update to 3.6p1
Original commit
Sunday, 23 Mar 2003
04:48 dinoex search for other commits by this committer
- add USE_PERL5_BUILD
Original commit
Thursday, 20 Feb 2003
18:26 dinoex search for other commits by this committer
- add COMMENT
Original commit
Thursday, 2 Jan 2003
04:21 dinoex search for other commits by this committer
- openssh-3.5p1 doesn't log utmp for IPv6 connection correctly
Submitted by:   ume
Original commit
Thursday, 21 Nov 2002
22:00 dinoex search for other commits by this committer
openssh-gssapi-3.5p1 is marked as broken
Original commit
Sunday, 20 Oct 2002
16:02 dinoex search for other commits by this committer
remove an disfuntional MASTER_SITE
Original commit
Thursday, 17 Oct 2002
04:40 dinoex search for other commits by this committer
Update to 3.5p1
Original commit
Tuesday, 6 Aug 2002
19:31 dinoex search for other commits by this committer
add bugfix from CURRENT
Original commit
Saturday, 27 Jul 2002
06:20 dinoex search for other commits by this committer
Fix resolver problem with privilege-separation.
PR:             39953
Original commit
Wednesday, 24 Jul 2002
20:47 dinoex search for other commits by this committer
- add pam_cleanup from CURRENT
- Fix build problems < 4.0
PR:             40576
Original commit
Monday, 22 Jul 2002
05:28 dinoex search for other commits by this committer
Add bits for regression tests
Fix build for /var/empty is schg and have open permissions.
Original commit
Monday, 15 Jul 2002
20:08 dinoex search for other commits by this committer
- Fix Problem with HAVE_HOST_IN_UTMP
- update monitor.c

PR:             40576
Submitted by:   lxv@a-send-pr.sink.omut.org
Original commit
Sunday, 7 Jul 2002
18:55 dinoex search for other commits by this committer
merge PAM buffer management from current.
Original commit
Thursday, 4 Jul 2002
18:29 dinoex search for other commits by this committer
'PermitRootLogin no' is the new default for the OpenSSH port.
This now matches the PermitRootLogin configuration of OpenSSH in
the base system.  Please be aware of this when upgrading your
OpenSSH port, and if truly necessary, re-enable remote root login
by readjusting this option in your sshd_config.

Users are encouraged to create single-purpose users with ssh keys
and very narrowly defined sudo privileges instead of using root
for automated tasks.

- PKGNAMESUFFIX for GSSAPI set.
- Merged some patches from current to improve PAM.
- Fix BATCH=yes for bento.
Original commit
Sunday, 30 Jun 2002
19:31 dinoex search for other commits by this committer
give Enviroment from login.conf priority over all others,
problem found by drs@rucus.ru.ac.za.
Original commit
Friday, 28 Jun 2002
06:18 dinoex search for other commits by this committer
Update gssapi patch
Original commit
05:28 dinoex search for other commits by this committer
Defaults changed: (Gregory Sutter)
 ChallengeResponseAuthentication no
 UseLogin no

patch for configure, to detect MAP_ANON submitted by:
Christophe Labouisse,Michael Handler,Gert Doering,Phil Oleson,Dave Baker

fix missing includes for "canohost.h"
Original commit
Wednesday, 26 Jun 2002
17:32 dinoex search for other commits by this committer
Update to openssh-3.4
Update to openssh-3.4p1
Original commit
15:21 dinoex search for other commits by this committer
Security FIX, Please update to this Version.

Options for both:
USE_OPENSSL_BASE=yes
        uses an older opensssl in the base system.

Options for portable:
OPENSSH_OVERWRITE_BASE=yes
        includes USE_OPENSSL_BASE=yes
        installls in the paths of the base system
Original commit

Number of commits found: 344 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »