Commit Graph
13 Commits
Author SHA1 Message Date
Peter Jones f1355079b9 playbar2: init at 2.5 2017-09-23 11:40:24 -07:00
Peter Jones e33c7fa4c1 blackmagic init at 1.6.1 2017-07-05 08:45:40 -07:00
Peter Jones aa3f37ceed pythonPackages.intelhex init at 2.1 2017-06-23 10:54:48 +02:00
Peter Jones f326caaeea mynewt-newt: init at 1.0.0
Add package for mynewt-newt build manager.
2017-05-17 09:30:12 -07:00
Peter Jones 3f69d10342 atomicparsley: 0.9.0 -> 0.9.6 2017-04-14 12:10:28 -07:00
Peter Jones 5a50b26662 plex: Don't overwrite primary database on restart
This change fixes two major issues:

  1. If you don't use SIGQUIT to stop Plex it will corrupt its own
     database :(

  2. Newer versions of Plex keep metadata in the
     `com.plexapp.plugins.library.db` database.  This is the file that
     we copy into `/var/lib/plex/.skeleton`.  If we copy the empty
     database on top of this one the user will lose their entire
     library metadata.  This change skips the copy if the file
     already exists.
2017-04-14 11:19:29 -07:00
Peter Jones 0ac07ac531 plex: 1.3.3.3148 -> 1.5.5.3634 2017-04-14 11:00:34 -07:00
Peter Jones 7444cad2f6 geda: fix build by using guile_2_0 instead of latest ver
gEDA is failing to build on unstable because of the recent upgrade of
guile.
2017-03-23 15:03:56 -07:00
Peter Jones 4defb788eb rmilter service: Fix a couple of bugs
* The module uses `stringSplit` but it should be `splitString`

  * `rmilter` doesn't actually support binding to multiple sockets.
    Therefore, bind to the last one specified if `socketActivation` is
    `false`.

I also believe there is a bug in this module related to systemd
`ListenStream`.  If `socketActivation` is true, Postfix gets
connection timeouts trying to connect to one of the `ListenStream`
inet addresses.  I don't know enough about `ListenStream` passing
connections on to `fd:3` to understand what's going on.

These changes are in production (with `socketActivation = false`) via NixOps.
2017-03-17 20:15:48 +01:00
Peter Jones 75aaae34a9 dovecot: Fix sieve scripts
Make sure that the output of the sieve compiler produces files that
have a newer time stamp than the source sieve script.  Otherwise you
get errors in the logs about Dovecot not being able to compile do to a
permission issue.
2017-01-13 14:19:29 -07:00
Peter Jones 6c9cc6339f gromit-mpx: init at 1.2 2016-11-16 16:32:13 -07:00
Peter J. Jones d19967bf48 vsftpd service: add extraConfig option, set anon_root (#20069)
This commit includes two changes:

  1. A new `extraConfig` option to allow administrators to set any
     vsftpd configuration option that isn't directly supported by this
     derivation.

  2. Correctly set the `anon_root` vsftpd option to `anonymousUserHome`
2016-11-03 05:06:47 +01:00
Peter Jones f303a072c0 slic3r: Add LWP for "Send to printer"
This patch adds a dependency on the LWP perl module so that Slic3r can
make HTTP connections to Octoprint and send G-code to a remote printer.
2016-07-18 21:22:23 +02:00