Current formula does not work as v2.11.0 no longer hosted at specified URL.
ClosesHomebrew/homebrew#26238.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Second-factor authentication via Duo login service.
Duo provides secondary authentication via the Duo authentication
service, executing the user's login shell or command only if successful.
ClosesHomebrew/homebrew#26207.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Update to latest version. In order to get this lib to build on Mavericks,
I had to use the workaround documented here http://bugs.mysql.com/bug.php?id=70751
mysql-connector-c: v 6.1.3 compiles with libc++
ClosesHomebrew/homebrew#25262.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
It is installed by several GNU packages, leading to linking conflicts,
and it is not very useful.
ClosesHomebrew/homebrew#25600.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
The author of 'trash' has changed his name on GitHub, so the download
URL needed to be updated.
ClosesHomebrew/homebrew#26220.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
pdf2svg has:
depends_on 'poppler' => 'with-glib'
poppler has:
depends_on 'glib' => :optional
depends_on 'cairo' if build.with? 'glib'
A clean "brew install pdf2svg" will fail due to the language-level
conditional used to define the cairo dependency.
Since we don't yet have a way to express this in the DSL, this patch
will have to do for now.
FixesHomebrew/homebrew#26205, kinda.
* Reduce number of attempts to re-open files to 1 second (10 attempts)
* Wait for processes to terminate in restart mode
* Prevent interactive utilities from paging output by setting PAGER to `/bin/cat`
* First match of `/_` provides a shortcut for specifying the first file under watch
* New `-c` option invokes `clear` before running the utility
* Support Vim's `backup` option by responding to `NOTE_RENAME`
ClosesHomebrew/homebrew#26204.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
bittwist can be used to:
- Send multiple packet traces at a time
- Send packets at a specific speed or line rate in Mbps
- Edit fields in Ethernet, ARP, IP, ICMP, TCP, and UDP headers
- Automatic header checksum correction
- Append user payload to existing packets after a specific header
- Select a specific range of packets and save them in another trace file
ClosesHomebrew/homebrew#26169.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>