aboutsummaryrefslogtreecommitdiff
path: root/security/sudosh2
Commit message (Collapse)AuthorAgeFilesLines
* Update 1.0.2 --> 1.0.4Cy Schubert2012-01-302-6/+5
| | | | Notes: svn path=/head/; revision=290134
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* Fix install of sudosh.conf.Cy Schubert2009-12-151-1/+7
| | | | Notes: svn path=/head/; revision=245850
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-2/+1
| | | | | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav) Notes: svn path=/head/; revision=240715
* Resurrect the patch to sudosh.c to fix a pty issue.Cy Schubert2009-01-191-0/+129
| | | | Notes: svn path=/head/; revision=226434
* Fix compile time errors.Cy Schubert2009-01-181-0/+11
| | | | Notes: svn path=/head/; revision=226357
* Add sudosh2.Cy Schubert2009-01-151-6/+12
| | | | Notes: svn path=/head/; revision=226174
* Welcome the new sudosh2 port. Sudosh2 was forked from sudosh in 2007.Cy Schubert2009-01-134-148/+9
| | | | Notes: svn path=/head/; revision=225941
* Fix SIBGUS and SIGSEGV violations on amd64 platform.Cy Schubert2007-01-062-1/+13
| | | | Notes: svn path=/head/; revision=181650
* ptsname(3) is supported under FreeBSD 5.X and up.Cy Schubert2007-01-052-10/+8
| | | | | | | Submitted by: jkim Notes: svn path=/head/; revision=181578
* Fix errant ifdefs which also fixes build under 4.X.Cy Schubert2007-01-052-9/+3
| | | | | | | Submitted by: jkim Notes: svn path=/head/; revision=181460
* Cosmetic changes to sync up the style of the patch to that of theCy Schubert2007-01-041-25/+27
| | | | | | | original code. Notes: svn path=/head/; revision=181424
* Remove the use of USE_GZIP. I cannot find any use of it in bsd.port.mkErwin Lansing2006-06-111-1/+0
| | | | | | | | | | | and these ports build fine without it. My guess is that it was added by someone as an opposite to USE_BZIP2 and other people copied it. Remove it once and for all. With hat: portmgr Notes: svn path=/head/; revision=165142
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Make this port sysinstall friendly.Cy Schubert2005-10-264-19/+6
| | | | Notes: svn path=/head/; revision=146428
* Cosmetic formatting change.Cy Schubert2005-10-251-1/+1
| | | | Notes: svn path=/head/; revision=146346
* Adjust port to installl sudoers.conf.sample as a reference sample file.Cy Schubert2005-10-254-2/+28
| | | | | | | Conditionally install sudoers.conf. Notes: svn path=/head/; revision=146345
* Fix broken port, capture missing file in pkg-plist.Cy Schubert2005-10-242-2/+3
| | | | | | | Pointy hat to: me Notes: svn path=/head/; revision=146291
* BROKEN: Installs file outside of PREFIXKris Kennaway2005-10-121-0/+2
| | | | Notes: svn path=/head/; revision=145131
* Update 1.8.1 --> 1.8.2Cy Schubert2005-10-042-3/+3
| | | | Notes: svn path=/head/; revision=144209
* Update 1.6.3 --> 1.8.1Cy Schubert2005-06-173-62/+66
| | | | Notes: svn path=/head/; revision=137637
* Update 1.4.9p1 --> 1.6.3.Cy Schubert2005-06-013-103/+76
| | | | | | | Fix a nasty job control/interrupt bug. Notes: svn path=/head/; revision=136641
* BROKEN on 4.x: Does not compileKris Kennaway2005-05-071-1/+7
| | | | Notes: svn path=/head/; revision=134745
* Udate 1.4.8 --> 1.4.9p1Cy Schubert2005-04-212-6/+7
| | | | Notes: svn path=/head/; revision=133891
* Set a configurable sudosh logdir which defaults to the /var/log/sudoshCy Schubert2005-04-211-0/+6
| | | | | | | directory. Notes: svn path=/head/; revision=133889
* Package list fixup.Cy Schubert2005-04-191-0/+3
| | | | | | | | Noticed by: kris Pointy hat to: myself Notes: svn path=/head/; revision=133716
* Udate 1.4.1 --> 1.4.8Cy Schubert2005-04-133-99/+78
| | | | Notes: svn path=/head/; revision=133189
* Fix link issue under FreeBSD-4.X due to unsupported functions.Cy Schubert2004-11-142-11/+23
| | | | Notes: svn path=/head/; revision=121536
* Add a sudo dependency and dependency on libutil.Cy Schubert2004-10-301-0/+3
| | | | Notes: svn path=/head/; revision=120472
* Correct some tty handling problems.Cy Schubert2004-10-292-6/+125
| | | | Notes: svn path=/head/; revision=120467
* Repair handling of ptys.Cy Schubert2004-10-282-0/+43
| | | | Notes: svn path=/head/; revision=120441
* Introduce sudosh (sudo shell) into the Ports Tree.Cy Schubert2004-10-284-0/+33
Notes: svn path=/head/; revision=120421